/hg/icedtea: Pass $DOWNLOAD_DIR between scripts.
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Wed May 18 14:38:43 PDT 2011
changeset 9106cbc93669 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=9106cbc93669
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed May 18 22:38:38 2011 +0100
Pass $DOWNLOAD_DIR between scripts.
2011-05-18 Andrew John Hughes <ahughes at redhat.com>
* scripts/update_tarballs.sh: Pass $DOWNLOAD_DIR
through to gen_changeset_and_sha256sums.sh.
diffstat:
ChangeLog | 6 ++++++
scripts/update_tarballs.sh | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 3c2676fe374a -r 9106cbc93669 ChangeLog
--- a/ChangeLog Wed May 18 22:12:51 2011 +0100
+++ b/ChangeLog Wed May 18 22:38:38 2011 +0100
@@ -1,3 +1,9 @@
+2011-05-18 Andrew John Hughes <ahughes at redhat.com>
+
+ * scripts/update_tarballs.sh:
+ Pass $DOWNLOAD_DIR through to
+ gen_changeset_and_sha256sums.sh.
+
2011-05-18 Andrew John Hughes <ahughes at redhat.com>
* scripts/gen_changeset_and_sha256sums.sh,
diff -r 3c2676fe374a -r 9106cbc93669 scripts/update_tarballs.sh
--- a/scripts/update_tarballs.sh Wed May 18 22:12:51 2011 +0100
+++ b/scripts/update_tarballs.sh Wed May 18 22:38:38 2011 +0100
@@ -17,4 +17,4 @@
wget -O openjdk.tar.gz http://icedtea.classpath.org/hg/icedtea7-forest/archive/tip.tar.gz
echo Generating new changeset IDs and SHA256 sums
popd
-$RUNNING_DIR/gen_changeset_and_sha256sums.sh
+$RUNNING_DIR/gen_changeset_and_sha256sums.sh $DOWNLOAD_DIR
More information about the distro-pkg-dev
mailing list