The branch, nx-buildscripts has been updated via 3b5bd5e3aeaa2f5f235fbe06727db7e2f857b4c5 (commit) from 9f4fb63ebf0735f10fa5ada032b0185ac2a047ed (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 3b5bd5e3aeaa2f5f235fbe06727db7e2f857b4c5 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jan 13 08:09:33 2012 +0100 switch on verbosity (-x), remove Debianic patches from patchset ----------------------------------------------------------------------- Summary of changes: bin/nx-tarballrelease | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/bin/nx-tarballrelease b/bin/nx-tarballrelease index 56b005a..1184e83 100755 --- a/bin/nx-tarballrelease +++ b/bin/nx-tarballrelease @@ -1,5 +1,7 @@ #!/bin/sh +set -x + # Copyright (C) 2011 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # This is free software; you can redistribute it and/or modify @@ -59,7 +61,8 @@ git clone . "$TEMP_DIR/${PROJECT}_$RELEASE" ( set -e; cd "$TEMP_DIR/${PROJECT}_$RELEASE/" && git fetch origin client-only:client-only && git checkout --force ${CHECKOUT} 2>/dev/null || true ) # apply all patches shipped in debian/patches and create a copy of them that we ship with the tarball -( set -e; cd "$TEMP_DIR/${PROJECT}_$RELEASE/" && mkdir doc/ && cp -a debian/patches doc/applied-patches) +( set -e; cd "$TEMP_DIR/${PROJECT}_$RELEASE/" && mkdir doc/ && find debian/patches | egrep -v "(series|debian/patches/[0-9]+a_debian_.*\.patch)" | while read file; do cp -a $file doc/applied-patches; done) +( set -e; cd "$TEMP_DIR/${PROJECT}_$RELEASE/" && cat debian/patches/series | egrep -v "[0-9]+a_debian_.*\.patch" doc/applied-patches/series) ( set -e; cd "$TEMP_DIR/${PROJECT}_$RELEASE/" && QUILT_PATCHES=doc/applied-patches quilt push -a) ( set -e; cd "$TEMP_DIR/${PROJECT}_$RELEASE/" && mv -f README* doc/) ( set -e; cd "$TEMP_DIR/${PROJECT}_$RELEASE/" && mv -f debian/changelog doc/changelog) hooks/post-receive -- nx-libs.git (NX (redistributed)) 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 "nx-libs.git" (NX (redistributed)).