3 # some code i wrote to add to revamp that turned out to be unsuitable.
4 # but it corrects a problem in cakelampvm v002 release that i find annoying,
5 # so here it is as its own file.
7 # clean out some old files that were not checked in in mapsdemo.
8 echo Doing some git repository maintenance in fred account.
10 # change over to fred folder
12 test_or_die "changing dir to fred's home; what have you done with fred?"
14 pushd apps/mapsdemo/avenger5
15 test_or_die "changing dir to mapsdemo app"
19 # it seems our old files are still conflicting this.
20 if [ -f config/config_google.php ]; then
21 \rm -f config/config_google.php
22 test_or_die "removing old config for google"
24 if [ -f config/app.php ]; then
26 test_or_die "removing old config for app"
30 test_or_die "resetting git's hard head"
33 #hmmm: use output saver thing when that exists.
34 test_or_die "puffing out mapsdemo app after inadequate corrective action was taken"
40 #...coolness, if we got to here.