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:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user