This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU gsasl".
http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=167a3174aa1fe3ba33f29693752e007753b3efc0 The branch, gsasl_1_6_x has been updated via 167a3174aa1fe3ba33f29693752e007753b3efc0 (commit) from fab0a8dcae63bd23684a2193bf2540c14a64a8ca (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 167a3174aa1fe3ba33f29693752e007753b3efc0 Author: Simon Josefsson <[email protected]> Date: Tue Dec 14 13:58:21 2010 +0100 Fix gnupload rule. ----------------------------------------------------------------------- Summary of changes: cfg.mk | 2 +- lib/cfg.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cfg.mk b/cfg.mk index 5099073..806e577 100644 --- a/cfg.mk +++ b/cfg.mk @@ -87,7 +87,7 @@ upload: cd lib && make upload git push git push --tags - gnupload --to alpha.gnu.org:$(PACKAGE) $(distdir).tar.gz + gnupload --to ftp.gnu.org:$(PACKAGE) $(distdir).tar.gz cp $(distdir).tar.gz $(distdir).tar.gz.sig ../releases/$(PACKAGE)/ web: diff --git a/lib/cfg.mk b/lib/cfg.mk index 068299d..8cef9b0 100644 --- a/lib/cfg.mk +++ b/lib/cfg.mk @@ -48,5 +48,5 @@ prepare: git commit -m Generated. ChangeLog upload: - gnupload --to alpha.gnu.org:gsasl $(distdir).tar.gz + gnupload --to ftp.gnu.org:gsasl $(distdir).tar.gz cp -v $(distdir).tar.gz $(distdir).tar.gz.sig ../../releases/gsasl/ hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gsasl-commit
