2010-06-23 19:12 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* mpkg_nightly.sh
    ! Fixed typo, causing 'cp' method of uploading to kick in 
      permanently.
This commit is contained in:
Viktor Szakats
2010-06-23 17:13:13 +00:00
parent b99a44d190
commit 035a4e9a8b
2 changed files with 7 additions and 2 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-06-23 19:12 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* mpkg_nightly.sh
! Fixed typo, causing 'cp' method of uploading to kick in
permanently.
2010-06-23 19:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* src/vm/runner.c
+ Module name will now be filled with the .hrb filename if known,

View File

@@ -79,13 +79,13 @@ rm -f -r _mk_nightly
destdir="/home/frs/project/h/ha/harbour-project/source/nightly/"
if [ -d $destdir ]
then
echo Copying packages to sf.net file release area...
cp harbour-nightly-src.zip $destdir
cp harbour-nightly.tar.bz2 $destdir
cp harbour-nightly.tar.gz $destdir
then
else
if [ "$HB_SFNET_FRS_PRIVATE_KEY" -a "$HB_SFNET_USER" ]
then