[DRE-commits] [pkg-ruby-extras] 02/02: build-and-upload: add another link script `test`

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Jul 21 12:07:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository pkg-ruby-extras.

commit 70308e61f8095cec0cdd96b7561c0fa71f4e22ed
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Jul 20 13:35:35 2016 -0300

    build-and-upload: add another link script `test`
    
    ../test will only run tests for the package itself, its reverse
    depenendencies, and reverse build dependencies. It will not build (i.e.
    assumes you already did the built previously), and will not upload.
---
 build-and-upload | 4 ++++
 test             | 1 +
 2 files changed, 5 insertions(+)

diff --git a/build-and-upload b/build-and-upload
index 3955046..48a42e9 100755
--- a/build-and-upload
+++ b/build-and-upload
@@ -18,6 +18,10 @@ case "$PROGRAM_NAME" in
     BUILD=no
     UPLOAD=yes
     ;;
+  test)
+    BUILD=no
+    UPLOAD=no
+    ;;
 esac
 
 if ! [ -e debian/changelog ]; then
diff --git a/test b/test
new file mode 120000
index 0000000..6a05e3d
--- /dev/null
+++ b/test
@@ -0,0 +1 @@
+build-and-upload
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/pkg-ruby-extras.git



More information about the Pkg-ruby-extras-commits mailing list