On Wed, 3 Oct 2007 12:42:33 -0500 "Aaron Griffin" <aaronmgriffin@gmail.com> wrote:
Ping? We made these changes - could you respond and let us know if they work for you or not?
Tried the new devtools from git, but following error appears: ---snip---- [ise@fuckup-ng mp3blaster]$ extrapkg daniel@archlinux.org's password: mp3blaster-3.2.3-3-i686.pkg.tar.gz 100% 218KB 54.5KB/s 00:04 daniel@archlinux.org's password: md5sum: staging/extra/add//home/ise/packages/mp3blaster-3.2.3-3-i686.pkg.tar.gz: No such file or directory File got corrupted during upload, cancelled. ---snip---- The error is in the md5sum check on line 56: if [ "$(md5sum $pkgfile | cut -d' ' -f1)" != "$(ssh archlinux.org md5sum staging/${repo}/add/$pkgfile | cut -d' ' -f1)" ]; then The variable $pkgfile is wrong, it was set right in the top of the script: pkgfile=${pkgname}-${pkgver}-${pkgrel}-${CARCH}.pkg.tar.gz But it changed to: "pkgfile=$PKGDEST/$pkgfile" just some lines lower. Daniel