mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Exclude other user-specific files from source tarball.
This commit is contained in:
2
build.sh
2
build.sh
@@ -38,7 +38,7 @@ if [[ ${OS_NAME} == Linux ]]; then
|
|||||||
|
|
||||||
tar --exclude-vcs --exclude="*/bin" --exclude="*/obj" --exclude="build" --exclude="pkg/pacman/*/*.tar.xz" \
|
tar --exclude-vcs --exclude="*/bin" --exclude="*/obj" --exclude="build" --exclude="pkg/pacman/*/*.tar.xz" \
|
||||||
--exclude="pkg/pacman/*/src" --exclude="pkg/pacman/*/pkg" --exclude="pkg/pacman/*/*.tar" \
|
--exclude="pkg/pacman/*/src" --exclude="pkg/pacman/*/pkg" --exclude="pkg/pacman/*/*.tar" \
|
||||||
--exclude="pkg/pacman/*/*.asc" -cvf pkg/pacman/stable/aaru-src-${AARU_VERSION}.tar .
|
--exclude="pkg/pacman/*/*.asc" --exclude="*.user" --exclude=".idea" -cvf pkg/pacman/stable/aaru-src-${AARU_VERSION}.tar .
|
||||||
cd pkg/pacman/stable
|
cd pkg/pacman/stable
|
||||||
xz -v9e aaru-src-${AARU_VERSION}.tar
|
xz -v9e aaru-src-${AARU_VERSION}.tar
|
||||||
gpg --armor --detach-sign aaru-src-${AARU_VERSION}.tar.xz
|
gpg --armor --detach-sign aaru-src-${AARU_VERSION}.tar.xz
|
||||||
|
|||||||
Reference in New Issue
Block a user