[ARVADOS-DEV] updated: f288c6cc7eebf112c73e909cbf7b74318cbf884c

git at public.curoverse.com git at public.curoverse.com
Wed Jun 10 21:13:20 EDT 2015


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

       via  f288c6cc7eebf112c73e909cbf7b74318cbf884c (commit)
      from  c5dfc8a4b24c4da0a83e8bd759b361b6d1080955 (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 f288c6cc7eebf112c73e909cbf7b74318cbf884c
Author: Ward Vandewege <ward at curoverse.com>
Date:   Wed Jun 10 21:11:35 2015 -0400

    Store the full git hash of the checkout in the arvados-src package, in a file called git-commit.version
    
    refs #6096

diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh
index eba950d..63a31cc 100755
--- a/jenkins/run-build-packages.sh
+++ b/jenkins/run-build-packages.sh
@@ -391,6 +391,8 @@ else
   git checkout -q `git log --format=format:%h -n1 .`
 fi
 
+git log --format=format:%H -n1 . > git-commit.version
+
 # Build arvados src deb package
 cd "$WORKSPACE"
 PKG_VERSION=$(version_from_git)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list