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 "buildscripts upstream project". The branch, master has been updated via c815d4c537cb118a4d8067a9243d13af62f8d12b (commit) via 3e206bec6dcc1e2166a457a99b85dbfa7865cfad (commit) via 1618159c3f0ec5cafc0181ca6074f988c118a1f0 (commit) via b93388df0525722238e57a807013e52c4271eb51 (commit) from 084ae99cd8a24e28a9c2a2e49822ef09afd3bb98 (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 c815d4c537cb118a4d8067a9243d13af62f8d12b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu May 12 23:09:40 2011 +0200 work on build scripts (packaging vs uploading) commit 3e206bec6dcc1e2166a457a99b85dbfa7865cfad Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu May 12 22:50:00 2011 +0200 change-of-concept: using basename $0 to identify script functionality (build/upload) commit 1618159c3f0ec5cafc0181ca6074f988c118a1f0 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu May 12 22:43:39 2011 +0200 calling x2go-packageupload after x2go-buildpackage commit b93388df0525722238e57a807013e52c4271eb51 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu May 12 22:42:37 2011 +0200 splitting up x2go-buildpackage and x2go-packageupload ----------------------------------------------------------------------- Summary of changes: bin/x2go-build+upload-all-packages | 1 + bin/x2go-build+upload-package | 1 + ...go-buildallpackages => x2go-build-all-packages} | 16 ++++++++++++++-- bin/{x2go-buildpackage => x2go-build-package} | 15 ++++++++++----- bin/x2go-upload-all-packages | 1 + bin/x2go-upload-package | 1 + 6 files changed, 28 insertions(+), 7 deletions(-) create mode 120000 bin/x2go-build+upload-all-packages create mode 120000 bin/x2go-build+upload-package rename bin/{x2go-buildallpackages => x2go-build-all-packages} (73%) rename bin/{x2go-buildpackage => x2go-build-package} (95%) create mode 120000 bin/x2go-upload-all-packages create mode 120000 bin/x2go-upload-package hooks/post-receive -- buildscripts upstream project