Skip to content

Commit

Permalink
Fixed release
Browse files Browse the repository at this point in the history
svn path=/trunk/Mono.Zeroconf/; revision=84885
  • Loading branch information
abock committed Aug 27, 2007
1 parent 92f13a2 commit 5b305df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ release:
sha1sum $(PACKAGE)-$(VERSION).* > $(PACKAGE)-$(VERSION).sha1sum && \
touch LATEST-IS-$(VERSION) && \
scp $(PACKAGE)-$(VERSION).* LATEST* README abock.org:/home/aaron/web/abock.org/projects/mono-zeroconf/ && rm LATEST* $(PACKAGE)-$(VERSION).* && \
echo "Sleeping 10 seconds, about to tag release..."; \
echo "Sleeping 10 seconds, about to tag release (as user $$MONO_USER)..."; \
sleep 10; \
svn cp $$[email protected]/source/trunk/Mono.Zeroconf $$[email protected]/source/tags/Mono.Zeroconf-$(VERSION) -m 'Created tag for Mono.Zeroconf $(VERSION)';
echo "Starting svn tag..."; \
svn cp svn+ssh://$$[email protected]/source/trunk/Mono.Zeroconf svn+ssh://$$[email protected]/source/tags/Mono.Zeroconf-$(VERSION) -m 'Created tag for Mono.Zeroconf $(VERSION)';

0 comments on commit 5b305df

Please sign in to comment.