summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tarball.sh')
-rwxr-xr-xtarball.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tarball.sh b/tarball.sh
index fb10d1d..23d356d 100755
--- a/tarball.sh
+++ b/tarball.sh
@@ -1,6 +1,6 @@
#!/bin/bash
export TMP="${TMP:-/tmp}"
-export V="1.12.3"
+export V="1.12.6"
export NAME="baselayout-vserver"
export DEST="${TMP}/${NAME}-${V}"
@@ -8,7 +8,7 @@ if [[ $1 != "-f" ]] ; then
echo "Performing sanity checks (run with -f to skip) ..."
# Check that we're updated
- svnfiles=$( svn status 2>&1 | egrep -v '^(U|P)' )
+ svnfiles=$( svn status --no-ignore 2>&1 | egrep -v '^(U|P)' )
if [[ -n ${svnfiles} ]] ; then
echo "Refusing to package tarball until svn is in sync:"
echo "$svnfiles"