[ARVADOS-DEV] updated: 8c01f6309392198702e89946f4dd6eb76c3f2772

git at public.curoverse.com git at public.curoverse.com
Mon Mar 2 09:29:52 EST 2015


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

       via  8c01f6309392198702e89946f4dd6eb76c3f2772 (commit)
      from  c50da8ea8cdc343407b53e41fcaf971294cf2a65 (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 8c01f6309392198702e89946f4dd6eb76c3f2772
Author: Ward Vandewege <ward at curoverse.com>
Date:   Mon Mar 2 09:30:32 2015 -0500

    Be consistent in the naming of the arvados-data-manager package and the binary in the package.
    
    No issue #

diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh
index 2355f8e..fff87f4 100755
--- a/jenkins/run-build-packages.sh
+++ b/jenkins/run-build-packages.sh
@@ -411,7 +411,7 @@ fi
 
 go get "git.curoverse.com/arvados.git/services/datamanager"
 cd $WORKSPACE/debs
-build_and_scp_deb $GOPATH/bin/datamanager=/usr/bin/datamanager arvados-data-manager 'Curoverse, Inc.' 'dir' "$PKG_VERSION" "--url=https://arvados.org" "--license=GNU Affero General Public License, version 3.0" "--description=Datamanager ensures block replication levels, reports on disk usage and determines which blocks should be deleted when space is needed."
+build_and_scp_deb $GOPATH/bin/datamanager=/usr/bin/arvados-data-manager arvados-data-manager 'Curoverse, Inc.' 'dir' "$PKG_VERSION" "--url=https://arvados.org" "--license=GNU Affero General Public License, version 3.0" "--description=Datamanager ensures block replication levels, reports on disk usage and determines which blocks should be deleted when space is needed."
 
 # crunchstat
 cd "$GOPATH/src/git.curoverse.com/arvados.git/services/crunchstat"

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list