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
=== modified file 'bzr/README'
--- bzr/README 2009-11-26 08:54:37 +0000
+++ bzr/README 2010-04-19 02:38:12 +0000
@@ -0,0 +1,11 @@
1Post-commit hook to submit bazaar commits to Zeitgeist
2******************************************************
3
4To use this plugin:
5
6* Install Zeitgeist 0.3 (or greater) so that the python library is available system-wide.
7* Run the install.sh script which will copy the hook to '~/.bazaar/plugins/'.
8
9To update plugin changes:
10* Run the install.sh script to recopy the hook files.
11
012
=== added file 'bzr/install.sh'
--- bzr/install.sh 1970-01-01 00:00:00 +0000
+++ bzr/install.sh 2010-04-19 02:38:12 +0000
@@ -0,0 +1,6 @@
1#!/bin/sh
2
3BZR_PLUGIN_DIR="~/.bazaar/plugins/zeitgeist"
4
5mkdir -p $BZR_PLUGIN_DIR
6cp __init__.py $BZR_PLUGIN_DIR

Subscribers

People subscribed via source and target branches