[ARVADOS-DEV] updated: c1aed40ede934f264217fa46f9b4bec666d3b600

git at public.curoverse.com git at public.curoverse.com
Wed Jul 8 14:59:54 EDT 2015


Summary of changes:
 jenkins/run-build-packages.sh | 12 ++++++++++++
 1 file changed, 12 insertions(+)

       via  c1aed40ede934f264217fa46f9b4bec666d3b600 (commit)
      from  aa569f0b4c661ec83fb5be6574250f1c3f713119 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit c1aed40ede934f264217fa46f9b4bec666d3b600
Author: Ward Vandewege <ward at curoverse.com>
Date:   Wed Jul 8 14:56:07 2015 -0400

    Add libpam-arvados package build to run-build-packages.
    
    refs #6384

diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh
index bb65130..f1f52a9 100755
--- a/jenkins/run-build-packages.sh
+++ b/jenkins/run-build-packages.sh
@@ -636,6 +636,18 @@ for deppkg in "${PYTHON3_BACKPORTS[@]}"; do
     fpm_build_and_scp "$deppkg" "$outname" "" python3
 done
 
+# libpam-arvados
+cd $WORKSPACE/sdk/pam
+PKG_VERSION=$(version_from_git)
+cd $WORKSPACE/packages/$TARGET
+
+if [[ "$FORMAT" == "deb" ]]; then
+  fpm_build_and_scp $WORKSPACE/sdk/pam/debian/shellinabox=/etc/pam.d/shellinabox libpam-arvados 'Curoverse, Inc.' 'dir' "$PKG_VERSION" "--url=https://arvados.org" "--license=Apache License, Version 2.0" "--description=PAM module for Arvados" "--config-files=/etc/default" $WORKSPACE/sdk/pam/arvados_pam.py=/usr/bin/arvados_pam.py $WORKSPACE/sdk/pam/debian/arvados_pam=/etc/default/arvados_pam
+#else
+  # FIXME enable and test once we have the centos pam.d file
+  #fpm_build_and_scp $WORKSPACE/sdk/pam/centos/shellinabox=/etc/pam.d/shellinabox libpam-arvados 'Curoverse, Inc.' 'dir' "$PKG_VERSION" "--url=https://arvados.org" "--license=Apache License, Version 2.0" "--description=PAM module for Arvados" "--config-files=/etc/default" $WORKSPACE/sdk/pam/arvados_pam.py=/usr/bin/arvados_pam.py $WORKSPACE/sdk/pam/centos/arvados_pam=/etc/default/arvados_pam
+fi
+
 # Build the API server package
 
 cd "$WORKSPACE/services/api"

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list