This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 1e8458b build-nsis-package.sh: Add support for build-main-mswin new e3ceb62 bin/build-deb-package: add new debian distro "stretch" (current testing.) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: bin/build-deb-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit e3ceb62be17022a529894f927b840cea2cb696a1 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jun 6 07:22:52 2015 +0200 bin/build-deb-package: add new debian distro "stretch" (current testing.) --- bin/build-deb-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-deb-package b/bin/build-deb-package index 701875c..b2a9ce9 100755 --- a/bin/build-deb-package +++ b/bin/build-deb-package @@ -29,7 +29,7 @@ DEBEMAIL="firstname.lastname@mydomain.org" DEBFULLNAME="Firstname Lastname" GPG_KEY="" DEB_DISTS_SUPPORTED="debian ubuntu" -DEBIAN_DISTROS="lenny,squeeze,wheezy,jessie,sid" +DEBIAN_DISTROS="lenny,squeeze,wheezy,jessie,stretch,sid" UBUNTU_DISTROS="lucid,precise" COMPONENT_MAIN="main" -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git