[X2Go-Commits] [nx-libs] 04/04: roll-tarballs.sh: Fix script removal from nx-libs-lite tarballs.
git-admin at x2go.org
git-admin at x2go.org
Thu Apr 18 12:05:53 CEST 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository nx-libs.
commit c9cac948f2e8e57e14eb6f735e57a6911deb5517
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Apr 17 11:12:29 2019 +0200
roll-tarballs.sh: Fix script removal from nx-libs-lite tarballs.
---
roll-tarballs.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/roll-tarballs.sh b/roll-tarballs.sh
index a24f693..dc30a8a 100755
--- a/roll-tarballs.sh
+++ b/roll-tarballs.sh
@@ -174,7 +174,9 @@ else
rm -Rf "nx-X11"*
rm -Rf "nxdialog"*
rm -Rf "etc"*
- rm -f "generate-symbol-docs.sh"
+ rm -f "mesa-quilt"
+ rm -f "regenerate-symbol-docs.sh"
+ rm -f "run-static-analysis.sh"
rm -Rf "testscripts/"*nxagent*
rm -Rf "testscripts/"slave*
rm -Rf "doc/libNX_X11/"
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list