Skip to content
Snippets Groups Projects
Verified Commit e899aa5e authored by Johannes Schauer Marin Rodrigues's avatar Johannes Schauer Marin Rodrigues
Browse files

linux/build.sh: remove version from .changes filename

parent 384fc7e5
No related branches found
No related tags found
No related merge requests found
......@@ -110,4 +110,5 @@ env --chdir=linux DEB_BUILD_PROFILES="$DEB_BUILD_PROFILES" \
sbuild --chroot="$BASESUITE-$BUILD_ARCH" --arch-any --arch-all --host="$HOST_ARCH" \
--verbose --no-source-only-changes --no-run-lintian --no-run-autopkgtest
dcmd mv "./linux_$(dpkg-parsechangelog --show-field Version --file linux/debian/changelog)_arm64.changes" "$ROOTDIR/changes"
mv "./linux_$(dpkg-parsechangelog --show-field Version --file linux/debian/changelog)_arm64.changes" "./linux.changes"
dcmd mv "./linux.changes" "$ROOTDIR/changes"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment