summaryrefslogtreecommitdiff
path: root/fullpkg
diff options
context:
space:
mode:
Diffstat (limited to 'fullpkg')
-rwxr-xr-xfullpkg7
1 files changed, 7 insertions, 0 deletions
diff --git a/fullpkg b/fullpkg
index dfdba45..b417994 100755
--- a/fullpkg
+++ b/fullpkg
@@ -242,9 +242,16 @@ 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
}
+
+ msg "Updating pacman db and packages"
+ sudo pacman -Syu --noconfirm
}
echo "built:$(basename $PWD)" >> $build_dir/log
cleanup "$(basename $PWD)"