projects
/
eostre.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4151bec
)
makefile: delete old code about installing old apache sites
author
eostre
<eostre.danne@protonmail.com>
Fri, 31 Jul 2020 19:51:03 +0000
(15:51 -0400)
committer
eostre
<eostre.danne@protonmail.com>
Fri, 31 Jul 2020 19:51:03 +0000
(15:51 -0400)
dbd-autobuild/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/dbd-autobuild/Makefile
b/dbd-autobuild/Makefile
index
23f8486
..
1e50638
100644
(file)
--- a/
dbd-autobuild/Makefile
+++ b/
dbd-autobuild/Makefile
@@
-39,10
+39,6
@@
install-from-backups: probe-backup-files install-sqldump install-drupal-sites ch
probe-backup-files:
[ -f /sqldump ]
[ -d /sites ]
probe-backup-files:
[ -f /sqldump ]
[ -d /sites ]
-# [ -f /boycottsony.org.conf ]
-# [ -f /dayagainstdrm.org.conf ]
-# [ -f /rotten-apple.org.conf ]
-# [ -f /defectivebydesign.org.conf ]
install-sqldump:
# source the dump twice - once to create the DB, once to populate it
install-sqldump:
# source the dump twice - once to create the DB, once to populate it
@@
-52,14
+48,6
@@
install-drupal-sites:
cd /var/www/html
cp -r /sites sites
cd /var/www/html
cp -r /sites sites
-#install-apache-sites-conf:
-# cp /*.conf /etc/apache2/sites-available/
-# a2ensite boycottsony.org
-# a2ensite dayagainstdrm.org
-# a2ensite rotten-apple.org
-# a2ensite www.defectivebydesign.org
-# systemctl reload apache2
-
# recipes for building a chroot. notice that sql does not cooperate with chroots, due to some funky postinstall hooks and /proc namespaces conflicting
build-chroot: new-chroot install-pkgs-in-chroot install-drupal-toolchain
# recipes for building a chroot. notice that sql does not cooperate with chroots, due to some funky postinstall hooks and /proc namespaces conflicting
build-chroot: new-chroot install-pkgs-in-chroot install-drupal-toolchain