• R/O
  • SSH

traclightning: Commit

traclightningのリポジトリ


Commit MetaInfo

Revision9213f0bb24e653fb4813387d92309385c3280a2d (tree)
Time2015-05-03 14:46:42
AuthorJun Omae <jun66j5@gmai...>
CommiterJun Omae

Log Message

Removed bin/post-commit.sh since no longer used

Change Summary

  • delete: bin/post-commit.sh

Incremental Difference

diff -r cee704b4304d -r 9213f0bb24e6 bin/post-commit.sh
--- a/bin/post-commit.sh Sun May 03 12:17:18 2015 +0900
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
1-#!/bin/sh
2-
3-REPOS="$1"
4-REV=$2
5-TL_PROJECT_HOME="$3"
6-PROJECT="$4"
7-
8-
9-LOG=`svnlook log -r $REV "$REPOS"`
10-AUTHOR=`svnlook author -r $REV "$REPOS"`
11-TRAC_ENV="$TL_PROJECT_HOME/trac/$PROJECT"
12-
13-"$TRAC_LIGHT_HOME/python/python.exe" "$TRAC_LIGHT_HOME/python-lib/trac/contrib/trac-post-commit-hook" \
14- -p "$TRAC_ENV" \
15- -r "$REV" \
16- -u "$AUTHOR" \
17- -m "$LOG"
18-
Show on old repository browser