[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texlive-bin] 03/07: make sure not to include uncovered files in make-orig-tar



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

preining pushed a commit to branch experimental
in repository texlive-bin.

commit 812536e7694df9acc461b654a77ad78a721f47e3
Author: Norbert Preining <preining@debian.org>
Date:   Fri Aug 22 14:48:01 2014 +0900

    make sure not to include uncovered files in make-orig-tar
---
 debian/make-orig-tar | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/make-orig-tar b/debian/make-orig-tar
index 6b309f6..473ae92 100644
--- a/debian/make-orig-tar
+++ b/debian/make-orig-tar
@@ -14,6 +14,14 @@ if [ -r $verstr ] ; then
   echo "already existing: $verstr, exit!"
   exit 1
 fi
+
+svnstat=$(cd $svnroot ; svn status --no-ignore)
+if [ -n "$svnstat" ] ; then
+  echo "Strange files present, stopping!"
+  echo $svnstat
+  exit 1
+fi
+
 echo "copying"
 cp -a $svnroot $verstr
 rm -rf $verstr/inst

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texlive-bin.git


Reply to: