From fff757d57ea3cf3cee537a48e2f8b67b95bafe39 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 7 Dec 2009 16:06:29 +0100 Subject: [PATCH] create-tarball: Readd RFCs (fixes the merged build). See http://lists.samba.org/archive/samba-technical/2009-December/068235.html for more information. Karolin (cherry picked from commit 08b692828ed6a9929dc6098fabc8aa47a0e32f93) (cherry picked from commit 7470559ce27af469cd57af0fd41b30aaee9a585a) --- release-scripts/create-tarball | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/release-scripts/create-tarball b/release-scripts/create-tarball index 26a72709313..bda5430a192 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 "" -- 2.11.4.GIT