Add amd64 to the list of architectures to poll.

This commit is contained in:
Kris Kennaway 2003-09-12 20:49:08 +00:00
parent 6ee0cd092e
commit 6e13e8bdb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88967

View File

@ -7,7 +7,7 @@ fi
branch=$1
for i in i386 alpha sparc64 ia64; do
for i in i386 alpha sparc64 ia64 amd64; do
if [ -d /var/portbuild/$i/${branch}/packages/All ]; then
cd /var/portbuild/$i/${branch}/packages/All
count=$(find . -name \*.tbz -o -name \*.tgz |wc -l)