Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
Fixed release target
Browse files Browse the repository at this point in the history
svn path=/trunk/Mono.Zeroconf/; revision=112814
  • Loading branch information
abock committed Sep 11, 2008
1 parent 5e316c2 commit 09fda89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ release:
cp ChangeLog $(PKV).changes && \
sha1sum $(PKV).* $(PKB).* > $(PKV).sha1sum && \
touch LATEST-IS-$(VERSION) && \
ssh banshee@banshee-project.org rm /home/banshee/public_html/files/mono-zeroconf/LATEST-IS*; \
scp $(PKV).* $(PKB).* mono-zeroconf.spec LATEST* README README.Windows banshee@banshee-project.org:public_html/files/mono-zeroconf/ && rm LATEST* $(PKV).* $(PKB).* && \
ssh bansheeweb@banshee-project.org rm /home/bansheeweb/download.banshee-project.org/mono-zeroconf/LATEST-IS*; \
scp $(PKV).* $(PKB).* mono-zeroconf.spec LATEST* README README.Windows bansheeweb@banshee-project.org:/home/bansheeweb/download.banshee-project.org/mono-zeroconf/ && rm LATEST* $(PKV).* $(PKB).* && \
test -z $$MONO_USER && { echo "Please set MONO_USER for the commit"; exit 1; }; \
echo "Sleeping 10 seconds, about to tag release (as user $$MONO_USER)..."; \
sleep 10; \
Expand Down

0 comments on commit 09fda89

Please sign in to comment.