summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-04-10 17:39:47 +1000
committerChris Johns <chrisj@rtems.org>2017-04-10 17:39:47 +1000
commit927b69557b517ecf013427f0d20cbf78be51cb62 (patch)
tree74c7da7c659201d73a4b6fcf7b3998f46215ebd7
parentAdd a release-path to the RSB VERSION file. Add better defaults support. (diff)
downloadrtems-release-927b69557b517ecf013427f0d20cbf78be51cb62.tar.bz2
Keep the tools and kernel source in the `sources` directory.
Updates #2952.
-rwxr-xr-xrtems-release-sources7
1 files changed, 0 insertions, 7 deletions
diff --git a/rtems-release-sources b/rtems-release-sources
index d9e7d6e..fcb7df1 100755
--- a/rtems-release-sources
+++ b/rtems-release-sources
@@ -120,13 +120,6 @@ cd ${release}
echo "error: ${release} contains repositories and cannot be released."
exit 1
fi
- #
- # Clean out the packages we do not places in 'sources' we copied in..
- #
- for p in rtems-tools rtems
- do
- rm sources/${p}-${release}.tar.xz
- done
cd .. # rtems
#