Skip to content

Commit

Permalink
fix(0install-release): Failed to update
Browse files Browse the repository at this point in the history
  • Loading branch information
definite committed Oct 11, 2017
1 parent 36645ae commit 47c2457
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion zanata-0install-release
Expand Up @@ -135,7 +135,14 @@ create_feed $Package-jre $Package-jre.xml.template
rm -f $Package*-$version.xml
rm -f *.zip

cd files/0install
## Remove the old keys
git rm -f *.gpg keys/*.gpg || echo_stderr "No old GPG keys"

## copy the public files to repo
cp -Rv $ZEROREPO_DIR/$Package/public/* .

git add *.gpg catalog.xml "${Package}*.xml"
git add keys/.
git add keys/*.gpg
git add resources/.
git commit -m "Update $Package 0install: $version"

0 comments on commit 47c2457

Please sign in to comment.