The branch, nx-buildscripts has been updated via 9f4fb63ebf0735f10fa5ada032b0185ac2a047ed (commit) from 8075bf23282055a12c2b3d8da5caec8516fea892 (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 9f4fb63ebf0735f10fa5ada032b0185ac2a047ed Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jan 10 16:00:32 2012 +0100 copy NX-redist changelog to /doc/changelog ----------------------------------------------------------------------- Summary of changes: bin/nx-tarballrelease | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) The diff of changes is: diff --git a/bin/nx-tarballrelease b/bin/nx-tarballrelease index 7afda4d..56b005a 100755 --- a/bin/nx-tarballrelease +++ b/bin/nx-tarballrelease @@ -62,6 +62,8 @@ git clone . "$TEMP_DIR/${PROJECT}_$RELEASE" ( set -e; cd "$TEMP_DIR/${PROJECT}_$RELEASE/" && mkdir doc/ && cp -a debian/patches doc/applied-patches) ( 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) + # remove folders that we do not want to roll into the tarball ( set -e; cd "$TEMP_DIR/${PROJECT}_$RELEASE/" && rm -Rf ".git"* ) hooks/post-receive -- nx-libs.git (NX libraries (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 libraries (redistributed)).