[padb] r460 committed - Upload all patch files to the website when doing an update.

padb at googlecode.com padb at googlecode.com
Sat Jan 4 20:45:12 GMT 2014


Revision: 460
Author:   apittman at gmail.com
Date:     Sat Jan  4 20:44:52 2014 UTC
Log:      Upload all patch files to the website when doing an update.

http://code.google.com/p/padb/source/detail?r=460

Modified:
  /trunk/doc/upload_website

=======================================
--- /trunk/doc/upload_website	Sun Oct 24 01:05:53 2010 UTC
+++ /trunk/doc/upload_website	Sat Jan  4 20:44:52 2014 UTC
@@ -23,13 +23,13 @@
    cat $FILE.html >> $TFILE
    cat footer.html >> $TFILE
    ftp-upload --passive --host padb.pittman.org.uk -u padb at pittman.co.uk  
--password $PASSWORD --as $FILE.html $TFILE
-  # ftp-upload --host padb.pittman.org.uk -u padb at pittman.co.uk --password  
$PASSWORD --as $FILE/index.html $TFILE
-  #ftp-upload --host padb.pittman.org.uk -u padb at pittman.co.uk --password  
$PASSWORD --as $FILE/layout.css layout.css
    rm $TFILE
  done

-ftp-upload --passive --host padb.pittman.org.uk -u padb at pittman.co.uk  
--password $PASSWORD  OpenMPI-padb-groups.patch
-#ftp-upload --host padb.pittman.org.uk -u padb at pittman.co.uk --password  
$PASSWORD --as extensions/OpenMPI-padb-groups.patch  
OpenMPI-padb-groups.patch
+for PATCH in *.patch
+do
+  ftp-upload --passive --host padb.pittman.org.uk -u padb at pittman.co.uk  
--password $PASSWORD $PATCH
+done

  echo All done.
  exit 0




More information about the padb-devel mailing list