Merge lp:~mirsal-ennaime/zeitgeist-datasources/bzr-install into lp:zeitgeist-datasources/0.8

Proposed by Mirsal Ennaime
Status: Merged
Merged at revision: not available
Proposed branch: lp:~mirsal-ennaime/zeitgeist-datasources/bzr-install
Merge into: lp:zeitgeist-datasources/0.8
Diff against target: 26 lines (+17/-0)
2 files modified
bzr/README (+11/-0)
bzr/install.sh (+6/-0)
To merge this branch: bzr merge lp:~mirsal-ennaime/zeitgeist-datasources/bzr-install
Reviewer Review Type Date Requested Status
Michal Hruby (community) Approve
Review via email: mp+23642@code.launchpad.net

Description of the change

Add an install script and a README file for the bazaar commit hook

To post a comment you must log in.
Revision history for this message
Michal Hruby (mhr3) wrote :

Looks good, thanks for contribution.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bzr/README'
2--- bzr/README 2009-11-26 08:54:37 +0000
3+++ bzr/README 2010-04-19 02:38:12 +0000
4@@ -0,0 +1,11 @@
5+Post-commit hook to submit bazaar commits to Zeitgeist
6+******************************************************
7+
8+To use this plugin:
9+
10+* Install Zeitgeist 0.3 (or greater) so that the python library is available system-wide.
11+* Run the install.sh script which will copy the hook to '~/.bazaar/plugins/'.
12+
13+To update plugin changes:
14+* Run the install.sh script to recopy the hook files.
15+
16
17=== added file 'bzr/install.sh'
18--- bzr/install.sh 1970-01-01 00:00:00 +0000
19+++ bzr/install.sh 2010-04-19 02:38:12 +0000
20@@ -0,0 +1,6 @@
21+#!/bin/sh
22+
23+BZR_PLUGIN_DIR="~/.bazaar/plugins/zeitgeist"
24+
25+mkdir -p $BZR_PLUGIN_DIR
26+cp __init__.py $BZR_PLUGIN_DIR

Subscribers

People subscribed via source and target branches