[X2Go-Commits] [buildscripts] 12/14: bin/build-deb-package: remove ${TEMP_DIR} removal on success -- handled by the new cleanup() function.

git-admin at x2go.org git-admin at x2go.org
Fri Apr 3 03:07:50 CEST 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository buildscripts.

commit 7b64a61a4fb5918191094c03a7932eb2a1d316ac
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Apr 3 03:05:27 2015 +0200

    bin/build-deb-package: remove ${TEMP_DIR} removal on success -- handled by the new cleanup() function.
---
 bin/build-deb-package |    1 -
 1 file changed, 1 deletion(-)

diff --git a/bin/build-deb-package b/bin/build-deb-package
index c5265a1..30e0609 100755
--- a/bin/build-deb-package
+++ b/bin/build-deb-package
@@ -317,7 +317,6 @@ build_packages() {
 						}
 					done
 				}
-				rm -Rf -- "${TEMP_DIR}"
 			done
 		}
 	done

--
Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git


More information about the x2go-commits mailing list