summaryrefslogtreecommitdiff
path: root/fullpkg
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-07 13:29:32 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-07 13:29:32 -0300
commit3505f337fcabdc51c1c165587ae77b70a0161614 (patch)
tree3af81bbf9d4055ef72cb40f2e1bcda9b86484808 /fullpkg
parent407d3f31705ce09a6b2f0623205de2cd8c991400 (diff)
fullpkg still needs local releasing
Diffstat (limited to 'fullpkg')
-rwxr-xr-xfullpkg4
1 files changed, 4 insertions, 0 deletions
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
}