Skip to content
This repository has been archived by the owner on Dec 20, 2019. It is now read-only.

Commit

Permalink
copy to tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
corajr committed Apr 10, 2017
1 parent 3110745 commit b09a28f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ $(SIGNED_FILE): $(UNSIGNED_XPI) check-env
$(UPDATE_RDF): $(SIGNED_FILE)
# run twice in case of error?
$(UHURA) -k $(UHURA_PEM_FILE) $(SIGNED_FILE) $(UPDATELINK) > $@ || $(UHURA) -k $(UHURA_PEM_FILE) $(SIGNED_FILE) $(UPDATELINK) > $@
cp -f $@ /tmp/update.rdf

release: $(SIGNED_FILE) $(UPDATE_RDF)
git checkout gh-pages
cp -f /tmp/update.rdf ./update.rdf
git add update.rdf
git commit -m "version $(VERSION)"
git push
Expand Down

0 comments on commit b09a28f

Please sign in to comment.