The branch, build-baikal has been updated via 5de9a49250bcd14318043e2fc7aa57c7688b78a4 (commit) from 0c373d1d7ed2224f102e141fa0f0657ff91aad70 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: BUILDS_FOR | 2 ++ build-for-reprepro-x2go.sh | 43 ------------------------------------------- 2 files changed, 2 insertions(+), 43 deletions(-) create mode 100644 BUILDS_FOR delete mode 100644 build-for-reprepro-x2go.sh The diff of changes is: diff --git a/BUILDS_FOR b/BUILDS_FOR new file mode 100644 index 0000000..93c6313 --- /dev/null +++ b/BUILDS_FOR @@ -0,0 +1,2 @@ +debian: sid wheezy +#ubuntu: natty maverick diff --git a/build-for-reprepro-x2go.sh b/build-for-reprepro-x2go.sh deleted file mode 100644 index 927ff82..0000000 --- a/build-for-reprepro-x2go.sh +++ /dev/null @@ -1,43 +0,0 @@ -#!/bin/bash - -# Copyright (C) 2010 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# -# This programme is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3 of the License, or -# (at your option) any later version. -# -# This programme is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the -# Free Software Foundation, Inc., -# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - -PACKAGE=python-x2go - -rm -f ../$PACKAGE_*.changes -rm -f ../$PACKAGE_*.upload -rm -f ../$PACKAGE_*.build -rm -f ../$PACKAGE_*.dsc -rm -f ../$PACKAGE_*.tar.gz -rm -f ../$PACKAGE*.deb - -cp debian/changelog debian/changelog.new -editor debian/changelog.new -mv debian/changelog.new debian/changelog - -make -f Makefile.pre-debuild all docupload - -debuild - -cd .. -rm -f $PACKAGE_*.upload -dupload --to x2go-debian-squeeze $PACKAGE_*.changes -rm -f $PACKAGE_*.upload -dupload --to x2go-debian-wheezy $PACKAGE_*.changes -rm -f $PACKAGE_*.upload -dupload --to x2go-debian-sid $PACKAGE_*.changes hooks/post-receive -- python-x2go.git (Python X2Go Client API) 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 "python-x2go.git" (Python X2Go Client API).