mirror of
https://github.com/Luzifer/archrepo.git
synced 2024-11-08 09:30:01 +00:00
Remove *-debug
packages from listing
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
a8038f9a3a
commit
8c568d9d27
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ cat scripts/packages.hdr.txt
|
|||
buildtime=$(date -u -d @$(tar -xf ${DATABASE} --to-stdout "${pkg}desc" | grep -A1 '%BUILDDATE%' | tail -n1))
|
||||
echo -e "$(sed -E 's/(.*)-([^-]+-[0-9]+)\//\1\t\2/' <<<"${pkg}")\t${buildtime}"
|
||||
done
|
||||
} | sort | column -t -s "$(printf "\t")" -N 'Package,Version,Build-Time'
|
||||
} | grep -v -- '-debug' | sort | column -t -s "$(printf "\t")" -N 'Package,Version,Build-Time'
|
||||
|
|
Loading…
Reference in a new issue