summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-10-31 18:03:54 +0000
committerChris Johns <chrisj@rtems.org>2016-10-31 18:03:54 +0000
commitb68af74ef728e48003671ccbb6b10532ef57dbea (patch)
tree7587a61c12109a0329d060b8f5367cdf02abbf71
parentRemove devel/or1ksim from bare packates. It references master and not a commit. (diff)
downloadrtems-release-b68af74ef728e48003671ccbb6b10532ef57dbea.tar.bz2
Fix bare source packaging.
-rwxr-xr-xrtems-release-sources7
1 files changed, 4 insertions, 3 deletions
diff --git a/rtems-release-sources b/rtems-release-sources
index 74a8232..de714ef 100755
--- a/rtems-release-sources
+++ b/rtems-release-sources
@@ -118,7 +118,7 @@ cd ${prefix}
--without-error-report \
--without-release-url \
${rtems_pkgs}
- #
+
# If git, svn or cvs exist the release fails.
#
if [ -d sources/git -o -d sources/svn -o -d sources/cvs ]; then
@@ -136,9 +136,10 @@ cd ${prefix}
#
# Fetch the source for 3rd party packages tools.
#
- if [ -n "${bare_pkgs}" -a ${bare_pkgs} != None ]; then
+ if [ -n "${bare_pkgs}" -a "${bare_pkgs}" != "None" ]; then
cd bare
- export_source=${export_source} bare
+ export_source="${export_source} bare"
+ mkdir sources patches
echo "../source-builder/sb-set-builder --dry-run --with-download " \
"--without-error-report --without-release-url " \
"${bare_pkgs}"