Skip to content

Commit

Permalink
add "-s sha" to createrepo per Elliott
Browse files Browse the repository at this point in the history
  • Loading branch information
dklayer committed Mar 10, 2010
1 parent 1123e53 commit a62425a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ ifeq ($(REMOVE_PREVIOUS_VERSIONS),yes)
ssh root@$(REPOHOST) "rm -f $(REPODIR)/maild-*"
endif
scp -p RPMS/$(ARCH)/maild-$(version)-*.rpm root@$(REPOHOST):$(REPODIR)
ssh root@$(REPOHOST) "createrepo -q --update $(REPODIR)"
ssh root@$(REPOHOST) "createrepo -s sha -q --update $(REPODIR)"

ifeq ($(SUSE92),yes)
rpm: suse-rpm
Expand Down

0 comments on commit a62425a

Please sign in to comment.