From 3c53f6e6e8a9dc767680c5a53969e3d9aa3c5d81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Sun, 22 May 2011 11:11:59 -0300 Subject: FullPKG already uses a local db called stage3 and it's URL is file://$PKGDEST --- fullpkg | 1 - mipsrelease | 1 - 2 files changed, 2 deletions(-) diff --git a/fullpkg b/fullpkg index d5c7468..d66067e 100755 --- a/fullpkg +++ b/fullpkg @@ -260,7 +260,6 @@ sudo pacman -Syu --noconfirm makepkg --noconfirm --nocheck -sLcr ; r=$? case $r in 0) msg "The build was succesful." - #TODO: mipsrelease should upload to a local db mipsrelease *.pkg.tar.* librestage $repo librerelease diff --git a/mipsrelease b/mipsrelease index 925748f..400e9f1 100755 --- a/mipsrelease +++ b/mipsrelease @@ -4,7 +4,6 @@ source /etc/makepkg.conf pushd ${PKGDEST} >/dev/null -#TODO: repo-add should stage to a local db and not stage3 repo-add stage3.db.tar.gz $@ popd >/dev/null -- cgit v1.2.3-2-g168b