The branch, twofactorauth has been updated via 6d00ed8b14305aa100d79e38e5cee738bfe16bc7 (commit) from a973170f63497168c10867d0e16ac40bc712ecd1 (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: build-for-reprepro-nwt.sh | 39 --------------------------------------- build-for-reprepro-x2go.sh | 41 ----------------------------------------- 2 files changed, 80 deletions(-) delete mode 100755 build-for-reprepro-nwt.sh delete mode 100755 build-for-reprepro-x2go.sh The diff of changes is: diff --git a/build-for-reprepro-nwt.sh b/build-for-reprepro-nwt.sh deleted file mode 100755 index 834915e..0000000 --- a/build-for-reprepro-nwt.sh +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/bash - -# Copyright (C) 2010-2011 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=pyhoca-gui - -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 - -debuild - -cd .. -rm -f $PACKAGE_*.upload -dupload --to nwt-ubuntu $PACKAGE_*.changes -rm -f $PACKAGE_*.upload -dupload --to nwt-debian $PACKAGE_*.changes diff --git a/build-for-reprepro-x2go.sh b/build-for-reprepro-x2go.sh deleted file mode 100755 index 991cf9a..0000000 --- a/build-for-reprepro-x2go.sh +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/bash - -# Copyright (C) 2010-2011 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=pyhoca-gui - -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 - -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 -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) 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 "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).