summaryrefslogtreecommitdiff
path: root/push-binary-libs.sh
diff options
context:
space:
mode:
authorAutomation Bot <noreply@epfl.ch>2003-02-13 13:38:33 +0000
committerAutomation Bot <noreply@epfl.ch>2003-02-13 13:38:33 +0000
commite566ca34a3fd246a4535c458ae47ff7ea62e2de7 (patch)
tree1fc95c183e959d7c54821c1a6f7c4f6f823af3d4 /push-binary-libs.sh
downloadscala-e566ca34a3fd246a4535c458ae47ff7ea62e2de7.tar.gz
scala-e566ca34a3fd246a4535c458ae47ff7ea62e2de7.tar.bz2
scala-e566ca34a3fd246a4535c458ae47ff7ea62e2de7.zip
New repository initialized by cvs2svn.
Diffstat (limited to 'push-binary-libs.sh')
-rwxr-xr-xpush-binary-libs.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/push-binary-libs.sh b/push-binary-libs.sh
new file mode 100755
index 0000000000..7592fc767a
--- /dev/null
+++ b/push-binary-libs.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+#
+# Script to push binary artifacts for scala from the remote repository.
+
+. $(dirname $0)/tools/binary-repo-lib.sh
+
+# TODO - Argument parsing for username/password.
+pushJarFiles $(pwd) $1 $2