Skip to content

Commit

Permalink
Change push destination from trex.iro.umontreal.ca to frontal.iro.umo…
Browse files Browse the repository at this point in the history
…ntreal.ca
  • Loading branch information
feeley committed Oct 20, 2011
1 parent e46b151 commit 7332c15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions makefile.in
Expand Up @@ -134,7 +134,7 @@ status: fake_target


push: fake_target push: fake_target
@if test "$(RC)" = "$(GIT)"; then \ @if test "$(RC)" = "$(GIT)"; then \
$(GIT) push ssh://gambit@public-gambit-repo/~/HTML/repo/gambit.git/; \ $(GIT) push ssh://gambit@frontal.iro.umontreal.ca/~/HTML/repo/gambit.git/; \
else \ else \
$(HG) push; \ $(HG) push; \
fi fi
Expand Down Expand Up @@ -309,7 +309,7 @@ rc-setup-pre:
$(HG) add $(RCFILES) $(HGRCFILES); \ $(HG) add $(RCFILES) $(HGRCFILES); \
rm -f .hg/hgrc; \ rm -f .hg/hgrc; \
echo "[paths]" > .hg/hgrc; \ echo "[paths]" > .hg/hgrc; \
echo "default-push = ssh://gambit@public-gambit-repo/HTML/repo/gambit" >> .hg/hgrc; \ echo "default-push = ssh://gambit@frontal.iro.umontreal.ca/HTML/repo/gambit" >> .hg/hgrc; \
echo "default = http://www.iro.umontreal.ca/~gambit/repo/gambit/" >> .hg/hgrc; \ echo "default = http://www.iro.umontreal.ca/~gambit/repo/gambit/" >> .hg/hgrc; \
fi fi


Expand Down
4 changes: 1 addition & 3 deletions misc/publish-release
@@ -1,7 +1,5 @@
#! /bin/sh #! /bin/sh


# Time-stamp: <2008-10-06 08:24:45 feeley>

# Usage: publish-release <version> <sources-tgz> <sources-tgz-devel> <prebuilt>... # Usage: publish-release <version> <sources-tgz> <sources-tgz-devel> <prebuilt>...


VERSION="$1" VERSION="$1"
Expand All @@ -21,4 +19,4 @@ done
echo "You will have to enter the Gambit web site password to confirm the operation." echo "You will have to enter the Gambit web site password to confirm the operation."
echo "" echo ""


tar cf - $TGZ $TGZ_DEVEL $PREBUILT | ssh -o PreferredAuthentications=keyboard-interactive,password gambit@trex.iro.umontreal.ca "rm -rf release-$VERSION;mkdir release-$VERSION;(cd release-$VERSION && tar xvf -);bin/publish-release $VERSION $TGZ $TGZ_DEVEL $PREBUILT;rm -rf release-$VERSION" tar cf - $TGZ $TGZ_DEVEL $PREBUILT | ssh -o PreferredAuthentications=keyboard-interactive,password gambit@frontal.iro.umontreal.ca "rm -rf release-$VERSION;mkdir release-$VERSION;(cd release-$VERSION && tar xvf -);bin/publish-release $VERSION $TGZ $TGZ_DEVEL $PREBUILT;rm -rf release-$VERSION"

0 comments on commit 7332c15

Please sign in to comment.