Merge independent repo conflink into this one
[distro-setup] / phabricator-setup
index 25bbab7b22236f45dec14f07e4f4bec78883b785..7c63e4f4ff9639fbae01adfc9a1e5e1e65586080 100755 (executable)
@@ -16,7 +16,7 @@
 
 
 # Automated phabricator setup. Not currently using it,
-# but it works.
+# but it worked last time I tried it.
 
 set -eE -o pipefail
 trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?"' ERR
@@ -50,8 +50,6 @@ fsetd() { fbin config set --database "$@"; }
 # phabricator complained about wanting arcanist first
 pi arcanist/unstable mercurial
 
-for x in /a/bin/bash_unpublished/*; do source $x; done
-
 # duplicated in mediawiki setup. todo fix that.
 s DEBIAN_FRONTEND=noninteractive pi mysql-server
 cd  # mysql_secure_installation writes some temp files to the current dir,