/org has been obsoleted by /srv for many years on debian.org hosts. --- etc/cron/crontab | 2 +- schema/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/etc/cron/crontab b/etc/cron/crontab index 3e96124..ea52c4b 100644 --- a/etc/cron/crontab +++ b/etc/cron/crontab @@ -1,5 +1,5 @@ # Never change wbadm's crontab with `crontab -e`. Instead, edit -# /org/wanna-build/etc/cron/crontab, and run `make` in that directory (or +# /srv/wanna-build/etc/cron/crontab, and run `make` in that directory (or # install that file by hand). Also, please `git commit` any # non-temporary changes you make. diff --git a/schema/README b/schema/README index 3de1821..5068a2d 100644 --- a/schema/README +++ b/schema/README @@ -50,7 +50,7 @@ $ psql -d wannadb -f main-tables.sql Architecture specific material ============================== -0) $ cd /org/wanna-build/schema/ +0) $ cd /srv/wanna-build/schema/ 1) Edit arch-tables.sh and set ARCHS as you wish. 2) ./arches-tables.sh 3) $ psql -d wannadb -f arches-tables.sql -- 2.11.0
