Debug
This commit is contained in:
parent
25ea547f0e
commit
e69cb25fd1
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue