The branch, v3-5-test has been updated
via 08b6928... create-tarball: Readd RFCs (fixes the merged build).
from 5dde368... s4-smbtorture: disable some spoolss printerdata tests
which s3 does not pass at the moment.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test
- Log -----------------------------------------------------------------
commit 08b692828ed6a9929dc6098fabc8aa47a0e32f93
Author: Karolin Seeger <[email protected]>
Date: Mon Dec 7 16:06:29 2009 +0100
create-tarball: Readd RFCs (fixes the merged build).
See http://lists.samba.org/archive/samba-technical/2009-December/068235.html
for more information.
Karolin
-----------------------------------------------------------------------
Summary of changes:
release-scripts/create-tarball | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
Changeset truncated at 500 lines:
diff --git a/release-scripts/create-tarball b/release-scripts/create-tarball
index 26a7270..bda5430 100755
--- a/release-scripts/create-tarball
+++ b/release-scripts/create-tarball
@@ -213,10 +213,10 @@ function main
# Remove RFCs as they are non-free content (with a strict interpretation of
# the DFSG)
- if [ -d source4 ]; then
- echo "Removing RFCs"
- find source4/ -name "rfc*.txt" -exec rm -f {} \;
- fi
+ #if [ -d source4 ]; then
+ # echo "Removing RFCs"
+ # find source4/ -name "rfc*.txt" -exec rm -f {} \;
+ #fi
packaging/bin/update-pkginfo ${version} 1 ""
--
Samba Shared Repository