Просмотр исходного кода

* Make a link for os-current.tgz for nightly builds

svn: 1544
Bryan Drewery 21 лет назад
Родитель
Сommit
d9a8ff86e5
3 измененных файлов с 5 добавлено и 1 удалено
  1. 1 0
      build
  2. 1 1
      doc/UPDATES
  3. 3 0
      misc/buildpack

+ 1 - 0
build

@@ -239,6 +239,7 @@ elif ! [ $scp = 0 ]; then
   chmod 0700 misc/id_dsa
   chmod 0700 misc/id_dsa
   scp -i misc/id_dsa -B -p -C ${builddate}-$os-$ver${d}.tar.${ext} $scp
   scp -i misc/id_dsa -B -p -C ${builddate}-$os-$ver${d}.tar.${ext} $scp
   rm -rf ${builddate}-$os-$ver${d}.tar.${ext} hub.$os-$ver${d}-${builddate} leaf.$os-$ver${d}-${builddate}
   rm -rf ${builddate}-$os-$ver${d}.tar.${ext} hub.$os-$ver${d}-${builddate} leaf.$os-$ver${d}-${builddate}
+  ssh -i misc/id_dsa bryan@endurance.quadspeedi.net ln -fs ${builddate}-$os-$ver${d}.tar.${ext} public_html/nightly/${os}-current.tar.gz
 fi
 fi
 
 
 
 

+ 1 - 1
doc/UPDATES

@@ -5,7 +5,6 @@ This is a summary of ChangeLog basically.
 * Wrote new 'response' code for misc stuff like kick reasons, and dcc responses...
 * Wrote new 'response' code for misc stuff like kick reasons, and dcc responses...
 * Removed all compile time defines, moved to .config/.chanset
 * Removed all compile time defines, moved to .config/.chanset
   -Moved PSCLOAK entries to misc/responses.txt
   -Moved PSCLOAK entries to misc/responses.txt
-  -Dccauth is now a .config option (1/0)
 * Removed MESSUPTERM feature, no one used it anyway.
 * Removed MESSUPTERM feature, no one used it anyway.
 * All dates are UTC (GMT) now.
 * All dates are UTC (GMT) now.
 * cmd_newleaf was sharing the new bot incorrectly.
 * cmd_newleaf was sharing the new bot incorrectly.
@@ -16,6 +15,7 @@ This is a summary of ChangeLog basically.
   If authkey is set in .config, auth hashing will occur.
   If authkey is set in .config, auth hashing will occur.
   If a user has a SECPASS set (default: random), auth hashing will occur.
   If a user has a SECPASS set (default: random), auth hashing will occur.
   If either of the above two things are empty, auth hashing will NOT occur.
   If either of the above two things are empty, auth hashing will NOT occur.
+  -Dccauth is now a .config option (1/0)
 * CLOAK_MIRC now randomly will add a SECOND version reply; some lame mIRC script.
 * CLOAK_MIRC now randomly will add a SECOND version reply; some lame mIRC script.
 * Users are no longer auto-opped on netsplit rejoin.
 * Users are no longer auto-opped on netsplit rejoin.
 * Passwords now require: 2lcase, 2ucase, 8 chars.
 * Passwords now require: 2lcase, 2ucase, 8 chars.

+ 3 - 0
misc/buildpack

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