[education/rkward] scripts: Also ship .reuse folder
Thomas Friedrichsmeier
null at kde.org
Wed Apr 23 20:37:31 BST 2025
Git commit d9c70dcfd7f71fb5c0513ab92f9d7a99411cccd1 by Thomas Friedrichsmeier.
Committed on 23/04/2025 at 19:37.
Pushed by tfry into branch 'master'.
Also ship .reuse folder
M +2 -0 scripts/makedist.sh
https://invent.kde.org/education/rkward/-/commit/d9c70dcfd7f71fb5c0513ab92f9d7a99411cccd1
diff --git a/scripts/makedist.sh b/scripts/makedist.sh
index 9a0b6c2c9..34f9ddd5b 100755
--- a/scripts/makedist.sh
+++ b/scripts/makedist.sh
@@ -30,6 +30,7 @@ mkdir $DISTDIR/rkward
mkdir $DISTDIR/tests
mkdir $DISTDIR/3rdparty
mkdir $DISTDIR/LICENSES
+mkdir $DISTDIR/.reuse
rsync -a --exclude '*~' --exclude '*.git*' $EXCLUDES $BASEDIR/doc/* $DISTDIR/doc
rsync -a --exclude '*~' --exclude '*.git*' $EXCLUDES $BASEDIR/po/* $DISTDIR/po
@@ -37,6 +38,7 @@ rsync -a --exclude '*~' --exclude '*.git*' --exclude 'templates' --exclude 'rbac
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
+rsync -a --exclude '*~' --exclude '*.git*' $EXCLUDES $BASEDIR/.reuse/* $DISTDIR/.reuse
cd $BASEDIR/disttemp
tar -czf rkward-$VERSION.tar.gz $DISTDIRREL
More information about the rkward-tracker
mailing list