This commit is contained in:
Santiago Lo Coco 2022-03-01 15:53:48 -03:00
parent 25ea547f0e
commit e69cb25fd1
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,8 @@ exportPackageFiles() {
exportFile "srcInfo" ".SRCINFO"
pkgFile=$(sudo -u calbuilder makepkg --packagelist)
ls -al
echo "$pkgFile"
if [ -f "$pkgFile" ]; then
relPkgFile="$(realpath --relative-base="$baseDir" "$pkgFile")"
exportFile "pkgFile" "$relPkgFile" "$pkgFile"
@ -123,6 +125,8 @@ runScript() {
exportPackageFiles
namcapAnalysis
ls -al
findArgs+=("-not" "-name" "$relPkgFile*" "-not" "-name" ".SRCINFO")
newFiles=$(find -H "$PWD" "${findArgs[@]}")
files=$(printf '%s\n%s\n' "$newFiles" "$oldFiles")