From 3fbf27e740f31104bcaa4bc33da97a145adbf673 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 12 Jun 2010 15:05:47 +0000 Subject: [PATCH] 2010-06-12 17:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * mpkg_nightly.sh + Delete local archive files after copying/uploading them in place. --- harbour/ChangeLog | 5 +++++ harbour/mpkg_nightly.sh | 2 ++ 2 files changed, 7 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index dcdee8c790..fa9f741097 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2010-06-12 17:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * mpkg_nightly.sh + + Delete local archive files after copying/uploading them + in place. + 2010-06-12 16:36 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * mpkg_nightly.sh + Added patch by Tamas Tevesz. Thank you very much. diff --git a/harbour/mpkg_nightly.sh b/harbour/mpkg_nightly.sh index 59f91e2768..c4e560be81 100755 --- a/harbour/mpkg_nightly.sh +++ b/harbour/mpkg_nightly.sh @@ -80,3 +80,5 @@ then scp -i $HB_SFNET_FRS_PRIVATE_KEY harbour-nightly.tar.gz $HB_SFNET_USER,$desthost$destdir fi fi + +rm -f harbour-nightly-src.zip harbour-nightly.tar.bz2 harbour-nightly.tar.gz