[education/rkward/releases/0.8.0] scripts: Update release script

Thomas Friedrichsmeier null at kde.org
Sun Jul 28 07:42:13 BST 2024


Git commit ddf9ceb3f9b4d4b8a455735e4dacad8c2d40395e by Thomas Friedrichsmeier.
Committed on 28/07/2024 at 06:41.
Pushed by tfry into branch 'releases/0.8.0'.

Update release script

M  +5    -3    scripts/makedist.sh

https://invent.kde.org/education/rkward/-/commit/ddf9ceb3f9b4d4b8a455735e4dacad8c2d40395e

diff --git a/scripts/makedist.sh b/scripts/makedist.sh
index 2cb4836b9..a875c68af 100755
--- a/scripts/makedist.sh
+++ b/scripts/makedist.sh
@@ -23,18 +23,20 @@ $BASEDIR/scripts/set_dist_version.sh $VERSION
 # update roxygen documentation just in case we forgot:
 $BASEDIR/scripts/roxygenize.sh || exit 1
 
-cp -a AUTHORS CMakeLists.txt COPYING ChangeLog TODO INSTALL NOTES README configure VERSION.cmake $DISTDIR
+cp -a AUTHORS CMakeLists.txt TODO INSTALL README VERSION.cmake $DISTDIR
 mkdir $DISTDIR/doc
-mkdir $DISTDIR/i18n
 mkdir $DISTDIR/po
 mkdir $DISTDIR/rkward
 mkdir $DISTDIR/tests
+mkdir $DISTDIR/3rdparty
+mkdir $DISTDIR/LICENSES
 
 rsync -a --exclude '*~' --exclude '*.git*' $EXCLUDES $BASEDIR/doc/* $DISTDIR/doc
-rsync -a --exclude '*~' --exclude '*.git*' $EXCLUDES $BASEDIR/i18n/* $DISTDIR/i18n
 rsync -a --exclude '*~' --exclude '*.git*' $EXCLUDES $BASEDIR/po/* $DISTDIR/po
 rsync -a --exclude '*~' --exclude '*.git*' --exclude 'templates' --exclude 'rbackend/rpackages/rkwardtests/debian' $EXCLUDES $BASEDIR/rkward/* $DISTDIR/rkward
 rsync -a --exclude '*~' --exclude '*.git*' $EXCLUDES $BASEDIR/tests/* $DISTDIR/tests
+rsync -a --exclude '*~' --exclude '*.git*' $EXCLUDES $BASEDIR/3rdparty/* $DISTDIR/3rdparty
+rsync -a --exclude '*~' --exclude '*.git*' $EXCLUDES $BASEDIR/LICENSES/* $DISTDIR/LICENSES
 
 cd $BASEDIR/disttemp
 tar -czf rkward-$VERSION.tar.gz $DISTDIRREL


More information about the rkward-tracker mailing list