]> granicus.if.org Git - graphviz/commitdiff
trying to fix .md5 generation during deployment
authorJohn Ellson <john.ellson@gmail.com>
Tue, 31 Dec 2019 17:04:58 +0000 (12:04 -0500)
committerJohn Ellson <john.ellson@gmail.com>
Tue, 31 Dec 2019 17:04:58 +0000 (12:04 -0500)
.gitignore
.gitlab-ci.yml

index 55e4cde6cba13dd94ca2b623864c69f03c25944c..8298018408a4d919b84b59ac97d4fec9de6d99fa 100644 (file)
@@ -160,6 +160,8 @@ lib/cgraph/grammar.h
 lib/cgraph/scan.c
 lib/common/brewer_lib
 lib/common/color_lib
+lib/common/color_lib-sort
+lib/common/color_lib-temp
 lib/common/colortbl.h
 lib/common/htmlparse.c
 lib/common/htmlparse.h
index 9b4f7aa48d8ebc5b1549fcc06468c6ea22b6f03c..1a96651d919e74c31e378e232e67dad601066796 100644 (file)
@@ -146,7 +146,8 @@ deployment:
         - ssh "$DEPLOY_USER"@"$DEPLOY_HOST" 'for i in Packages/'"$COLLECTION"'/{fedora,centos}/*/{source,os/*,debug/*}; do createrepo $i; done'
         - scp graphviz-fedora.repo graphviz-centos.repo "$DEPLOY_USER"@"$DEPLOY_HOST"':'Packages/
         - ssh "$DEPLOY_USER"@"$DEPLOY_HOST" mkdir -p Packages/"$COLLECTION"/portable_source
-        - scp graphviz-"$GV_VERSION".tar.gz "$DEPLOY_USER"@"$DEPLOY_HOST"':'Packages/"$COLLECTION"/portable_source/
+        - md5sum graphviz-"$GV_VERSION".tar.gz >graphviz-"$GV_VERSION".tar.gz.md5
+        - scp graphviz-"$GV_VERSION".tar.gz graphviz-"$GV_VERSION".tar.gz.md5 "$DEPLOY_USER"@"$DEPLOY_HOST"':'Packages/"$COLLECTION"/portable_source/
     only:
         - master
     tags: