summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfullpkg1
-rwxr-xr-xmipsrelease1
2 files changed, 0 insertions, 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