Revision 14044
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/config/VirtualBox_VMs/vegbiendev/README.TXT | ||
---|---|---|
6 | 6 |
* to test a different revision: |
7 | 7 |
# { |
8 | 8 |
# pick [rev] from r12025 (2014-2-2, last success)..r13002 (2014-3-30, 1st failure) |
9 |
svn revert lib/sh/util.sh |
|
9 | 10 |
svn up --force -r [rev] # runtime: 1 min ("0m50.945s") |
11 |
sed --in-place -r 's/^shopt -s lastpipe/#&/' lib/sh/util.sh |
|
10 | 12 |
# if any of the commands below are broken, try a different revision |
11 | 13 |
yes|make mk_db rm_initial_public schemas/reinstall # mk_db: install new extensions |
12 | 14 |
yes|make inputs/.TNRS/reinstall |
Also available in: Unified diff
bugfix: config/VirtualBox_VMs/vegbiendev/README.TXT: to test the import: need to apply r12872 bugfix to lib/sh/util.sh because it occurred after r12025