made some changes

This commit is contained in:
Sohrab Behdani 2024-11-24 23:19:44 +03:30
parent f9d8f22dc4
commit b62dd7b01e
3 changed files with 3 additions and 8 deletions

View file

@ -13,14 +13,9 @@ build_iso:
- ./build.sh
- echo "Renaming the output ISO file"
- mv out/*.iso out/ApadanaLinux-$Desktop-latest.iso
- echo "Generating MD5 checksum"
- md5sum out/ApadanaLinux-$Desktop-latest.iso > out/md5sum.txt
- echo "Build completed. Files generated:"
- ls -lh out/
artifacts:
paths:
- out/ApadanaLinux-$Desktop-latest.iso
- out/md5sum.txt
rules:
- if: $CI_COMMIT_TAG
@ -38,6 +33,6 @@ deploy_iso:
- echo "Creating new directory on remote host"
- sshpass -p "$PASS" ssh -o StrictHostKeyChecking=no parch@$SSH_ROOT mkdir -p "$REMOTE_DIR/"
- echo "Uploading new ISO via rsync"
- sshpass -p "$PASS" rsync -r out/ApadanaLinux-$Desktop-latest.iso out/md5sum.txt parch@$SSH_ROOT:"$REMOTE_DIR/"
- sshpass -p "$PASS" rsync -r out/ApadanaLinux-$Desktop-latest.iso parch@$SSH_ROOT:"$REMOTE_DIR/"
rules:
- if: $CI_COMMIT_TAG

View file

@ -34,7 +34,7 @@ Architecture = auto
#NoProgressBar
CheckSpace
#VerbosePkgLists
#ParallelDownloads = 5
ParallelDownloads = 5
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.