forked from mono/Mono.Zeroconf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
svn path=/trunk/Mono.Zeroconf/; revision=84885
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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)'; | ||
|