Opened 11 years ago

Closed 11 years ago

#1191 closed task (fixed)

SVN commit on GEOS is really slow

Reported by: robe Owned by: warmerdam
Priority: normal Milestone: Unplanned
Component: SysAdmin Keywords: svn
Cc: strk

Description

I think there is an SVN hook in place for GEOS. Can you tell what it is and remove it if its not important. took me a whole 3 minutes 13 seconds to do my last commit to GEOS.

Change History (4)

comment:1 by warmerdam, 11 years ago

Cc: strk added
Owner: changed from sac@… to warmerdam

Regina,

The hook script contains:

REPOS="$1"
REV="$2"

/var/www/svn/hookscripts/commit-email.pl "$REPOS" "$REV" --from svn_geos@osgeo.org geos-commits@lists.osgeo.org &
/var/www/svn/hookscripts/ciabot_svn.py "$REPOS" "$REV" "postgis" &
# Buildbot is dead. Comment out post-commit buildbot call.
/var/www/svn/hookscripts/svn_buildbot.py --repository "$REPOS" --revision "$REV" --bbserver buildbot.osgeo.org --bbport 1506 &

In the past I believe there was something funky about the ciabot script that cause delays. Would you like that commented out? I'm guessing the buildbot part can also be commented out? It looks like someone wrote a comment to that effect but didnt' actually do it.

+cc strk in case he has thoughts.

comment:2 by robe, 11 years ago

Yes lets comment the ciabot out for now - debbie sends a notice for that anyway so its a bit redundant even when it works and I'm only seeing debbie's GEOS notices on IRC.

comment:3 by robe, 11 years ago

Oh I see a comment about buildbot is dead too. Not sure if it is or isn't. I see that nightly snapshots are built so presume that is a nighlty job and not buildbot.

You know if the buildbot is functional? If it isn';t we should probably comment that one out too.

comment:4 by warmerdam, 11 years ago

Resolution: fixed
Status: newclosed

I have commented out the ciabot and buildbot commands.

If you are talking about a nightly source tarball, that is likely created by a different shell script - though I'm not sure where it runs.

Note: See TracTickets for help on using tickets.