/util/hg_hooks: 4ecfa61308a6: Ugh... I managed to accidentally d...
Daniel Atallah
datallah at pidgin.im
Sat Jun 16 17:32:15 EDT 2012
Changeset: 4ecfa61308a63913a49444a6bd049b69a6a48f5a
Author: Daniel Atallah <datallah at pidgin.im>
Date: 2012-06-16 17:26 -0400
Branch: default
URL: http://hg.pidgin.im/util/hg_hooks/rev/4ecfa61308a6
Description:
Ugh... I managed to accidentally delete this line in the last commit
diffstat:
notify_repo_sync.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (10 lines):
diff --git a/notify_repo_sync.sh b/notify_repo_sync.sh
--- a/notify_repo_sync.sh
+++ b/notify_repo_sync.sh
@@ -8,5 +8,5 @@
WEBROOT=`echo "$REPO" | sed -e "s/^\/srv\/mercurial-server\/repos\//\//"`
NOTIFICATION_REPO=/srv/mercurial-server/notification-repo
-
+ nohup env -i hg --config notify.webroot=$WEBROOT --config cia.webroot=$WEBROOT --cwd $NOTIFICATION_REPO pull $1 >> /tmp/notifypull.log 2>&1 &
fi
More information about the Commits
mailing list