summaryrefslogtreecommitdiff
path: root/release-scripts
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-12-07 16:06:29 +0100
committerKarolin Seeger <kseeger@samba.org>2009-12-08 09:15:39 +0100
commitb3267712f89f2f4c7a57f4ca9e89cbf0b897d152 (patch)
tree91ddc987a43252935721e92d3eef2cc5485c33df /release-scripts
parentd65264f787e889ece1f1b720ed27f71acf031a9c (diff)
downloadsamba-b3267712f89f2f4c7a57f4ca9e89cbf0b897d152.tar.gz
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)
Diffstat (limited to 'release-scripts')
-rwxr-xr-xrelease-scripts/create-tarball8
1 files 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 ""