Ticket #347 (closed task: fixed)
PostGIS SVN post-commit hooks
| Reported by: | pramsey | Owned by: | sac@… |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Systems Admin | Keywords: | svn |
| Cc: | mloskot, kneufeld |
Description
The old repository has the following hooks that need to be added:
REPOS="$1"
REV="$2"
/home/svn/bin/commit-email.pl -s "svn -" -h postgis.refractions.net "$REPOS" "$REV" postgis-commits@postgis.refractions.net
/home/svn/bin/ciabot_postgis.py "$REPOS" "$REV" "postgis" &
if svnlook dirs-changed /home/svn/repositories/postgis | grep trunk >/dev/null 2>&1; then
/usr/bin/wget -O - -q -b http://postgis.refractions.net:8082/job/PostGIS-trunk/build?token=build_it
fi
if svnlook dirs-changed /home/svn/repositories/postgis | grep branches >/dev/null 2>&1; then
/usr/bin/wget -O - -q -b http://postgis.refractions.net:8082/job/PostGIS-branch/build?token=build_it
fi
Change History
Note: See
TracTickets for help on using
tickets.