This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 53297fe81e0d0c7d048562e23f78caf60df391a1 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Nov 13 19:27:19 2016 +0100 bin/sbuild-deb-package: backport from bin/build-deb-package: set ${COMPONENT_RELEASE} to "main". --- bin/sbuild-deb-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sbuild-deb-package b/bin/sbuild-deb-package index 3de8e1f..9bd3cbd 100755 --- a/bin/sbuild-deb-package +++ b/bin/sbuild-deb-package @@ -30,7 +30,7 @@ DEB_DISTS_SUPPORTED="debian ubuntu" DEBIAN_DISTROS="lenny,squeeze,wheezy,jessie,stretch,sid" UBUNTU_DISTROS="lucid,precise,trusty,xenial,yakkety" -COMPONENT_RELEASE="release" +COMPONENT_RELEASE="main" COMPONENT_NIGHTLY="nightly" COMPONENT_BUNDLES="bundle-release1 bundle-release2" REPOS_SERVER="packages.mydomain.org" -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git