c610e9fcdbf1e1e3c99a7f7df90d19e50338f415 max Tue Feb 7 13:37:22 2017 -0800 adding a makefile, so changing the GBIB update script is easier. refs #18778 diff --git src/browserbox/root/makefile src/browserbox/root/makefile new file mode 100644 index 0000000..59f1270 --- /dev/null +++ src/browserbox/root/makefile @@ -0,0 +1,11 @@ +all: + cp updateBrowser.sh /usr/local/apache/htdocs/gbib/updateBrowser.sh + @echo Now do "'gbibCoreUpdateBeta'" on the browser box and + @echo then "'updateBrowser notSelf'" to test the changes to the + @echo update script. + @echo + @echo To get hgwdev alpha CGIs and htdocs: + @echo ' updateBrowser hgwdev brianlee alpha' + @echo To get hgwdev beta CGIs and htdocs: + @echo ' updateBrowser hgwdev brianlee beta' + @echo and replace brianlee with your username.