create-user: misc updates for Debian Stretch / server changes
[hcoop/scripts.git] / lib / create-user-lib.sh
index 716d0da..fc59d0c 100644 (file)
@@ -240,11 +240,6 @@ function seed_user_hcoop_directories () {
         # ^^ work around sudo env_reset crap without having to
         # actually figure out how to make it work cleanly -- clinton,
         # 2011-11-30
-
-    # Gitweb hosting
-    test -L /var/cache/git/$NEWUSER || \
-       sudo ln -s $HOMEPATH/.hcoop-git /var/cache/git/$NEWUSER
-
 }
 
 #
@@ -283,7 +278,7 @@ function ensure_afs_servers_synced () {
     
     # technically this might not be necessary, but for good measure...
     local srv
-    for srv in gibran lovelace outpost; do
+    for srv in gibran lovelace; do
        vos syncserv $srv
        vos syncvldb $srv
     done