From 3505f337fcabdc51c1c165587ae77b70a0161614 Mon Sep 17 00:00:00 2001 From: Nicolas Reynolds Date: Tue, 7 Jun 2011 13:29:32 -0300 Subject: fullpkg still needs local releasing --- fullpkg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fullpkg') diff --git a/fullpkg b/fullpkg index 410584a..a668b45 100755 --- a/fullpkg +++ b/fullpkg @@ -242,6 +242,10 @@ function _pkg_build () { 0) plain "The build was succesful." source .INFO && [ -n $repo ] && { +# Release locally + mipsrelease *.pkg.tar.?z + +# Stage for releasing librestage $repo || { echo "unstaged:$(basename $PWD)" >> $build_dir/log } -- cgit v1.2.3-54-g00ecf From 6d20859e305d5998358ee61d93741600fafd0b4e Mon Sep 17 00:00:00 2001 From: Nicolas Reynolds Date: Tue, 7 Jun 2011 13:39:37 -0300 Subject: fullpkg needs to update the repo dbs after local release --- fullpkg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fullpkg') diff --git a/fullpkg b/fullpkg index a668b45..f281df3 100755 --- a/fullpkg +++ b/fullpkg @@ -249,6 +249,9 @@ function _pkg_build () { librestage $repo || { echo "unstaged:$(basename $PWD)" >> $build_dir/log } + + msg "Updating pacman db and packages" + sudo pacman -Syu --noconfirm } echo "built:$(basename $PWD)" >> $build_dir/log cleanup "$(basename $PWD)" -- cgit v1.2.3-54-g00ecf