Parcourir la source

* Port [2995] to 1.2.11
* Fix new hosting box not being on login 'bryan'


svn: 2996

Bryan Drewery il y a 20 ans
Parent
commit
b4c600fb67
3 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 3 3
      build
  2. 2 2
      misc/buildall
  3. 1 1
      misc/buildpack

+ 3 - 3
build

@@ -121,7 +121,7 @@ fi
 
 if [ $nightly = "1" ]; then
   chmod 0700 misc/id_dsa
-  remotedate="`ssh -q -i misc/id_dsa bryan@endurance.quadspeedi.net ls -al public_html/nightly/${os}-current.tar.gz | \
+  remotedate="`ssh -q -i misc/id_dsa bdrewery@endurance.quadspeedi.net ls -al public_html/nightly/${os}-current.tar.gz | \
              sed -e 's/.*\-> \([0-1][0-2]\.[0-3][0-9]\.[0-9][0-9][0-9][0-9]\)\-.*/\1/'`"
   if [ "${remotedate}" = "${builddate}" ]; then
     exit 0
@@ -229,8 +229,8 @@ elif ! [ $scp = "0" ]; then
   chmod 0700 misc/id_dsa
   scp -i misc/id_dsa -B -p -C ${builddate}-$os-$ver${d}.tar.${ext} $scp
   rm -rf ${builddate}-$os-$ver${d}.tar.${ext} wraith.$os-$ver${d}${exe} ChangeLog-${builddate}.gz ${extras_local}
-  ssh -i misc/id_dsa bryan@endurance.quadspeedi.net ln -fs ${builddate}-$os-$ver${d}.tar.${ext} public_html/nightly/${os}-current.tar.gz
-  ssh -i misc/id_dsa bryan@endurance.quadspeedi.net ln -fs ${builddate}-$os-$ver${d}.tar.${ext} public_html/nightly/${os}.tar.gz
+  ssh -i misc/id_dsa bdrewery@endurance.quadspeedi.net ln -fs ${builddate}-$os-$ver${d}.tar.${ext} public_html/nightly/${os}-current.tar.gz
+  ssh -i misc/id_dsa bdrewery@endurance.quadspeedi.net ln -fs ${builddate}-$os-$ver${d}.tar.${ext} public_html/nightly/${os}.tar.gz
 fi
 
 

+ 2 - 2
misc/buildall

@@ -14,9 +14,9 @@ for cfg in $cfgs
 do
  if test "`grep 'PACKNAME' $cfg`x" != "x"; then
   #Dont compile, just package up and dont rm old binaries.
-  ./build -n -P -q $cfg -s bryan@endurance.quadspeedi.net:public_html/builds/ all
+  ./build -n -P -q $cfg -s bdrewery@endurance.quadspeedi.net:public_html/builds/ all
  fi
 done
 chmod 0700 misc/id_dsa
-ssh -i misc/id_dsa bryan@endurance.quadspeedi.net chmod 0644 public_html/builds/*.tar.gz
+ssh -i misc/id_dsa bdrewery@endurance.quadspeedi.net chmod 0644 public_html/builds/*.tar.gz
 rm *.tar.gz

+ 1 - 1
misc/buildpack

@@ -1,3 +1,3 @@
 #!/bin/sh
 
-./build -C -q $1 -s bryan@endurance.quadspeedi.net:public_html/builds/ all
+./build -C -q $1 -s bdrewery@endurance.quadspeedi.net:public_html/builds/ all