mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
* Desupport alpha and ia64
* Catch up to build ID directory changes
This commit is contained in:
parent
46356ad8f8
commit
5acb87ae92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217585
@ -7,10 +7,9 @@ fi
|
|||||||
|
|
||||||
branch=$1
|
branch=$1
|
||||||
|
|
||||||
for i in i386 alpha sparc64 ia64 amd64; do
|
for i in i386 sparc64 amd64; do
|
||||||
if [ -d /var/portbuild/$i/${branch}/packages/All ]; then
|
if [ -d /var/portbuild/$i/${branch}/builds/latest/packages/All ]; then
|
||||||
cd /var/portbuild/$i/${branch}/packages/All
|
count=$(find /var/portbuild/$i/${branch}/builds/latest/packages/All -name \*.tbz -o -name \*.tgz |wc -l)
|
||||||
count=$(find . -name \*.tbz -o -name \*.tgz |wc -l)
|
|
||||||
echo -n "$i: ${count} "
|
echo -n "$i: ${count} "
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user