diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-10 05:16:39 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-10 05:16:39 -0500 |
commit | 6e075397e14d65a039ed954ff0a6ab6400e4f02c (patch) | |
tree | 8cf1aa92f427ee5d9a3d1654cdab236afbc2a509 /fullpkg | |
parent | 6749a07b4c114613f94aa915f603f00d26c16e0c (diff) | |
parent | f21fd2185aaef0b2e9054c5eb0d4369597bcc0ff (diff) |
Merge branch 'master' of vparabola:~/projects/libretools
Diffstat (limited to 'fullpkg')
-rwxr-xr-x | fullpkg | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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)" |