summaryrefslogtreecommitdiff
path: root/fullpkg-ng
diff options
context:
space:
mode:
Diffstat (limited to 'fullpkg-ng')
-rwxr-xr-xfullpkg-ng4
1 files changed, 3 insertions, 1 deletions
diff --git a/fullpkg-ng b/fullpkg-ng
index afa1c08..7dda8d2 100755
--- a/fullpkg-ng
+++ b/fullpkg-ng
@@ -309,7 +309,6 @@ pkgs=$(cat $build_dir/log | grep "built:") && {
error "Those packages were built and installed:"
plain "$(echo ${pkgs[@]} | cut -d: -f2)"
msg "Uploading packages to the server"
- librerelease
}
pkgs=$(cat $build_dir/log | grep "failed:") && {
error "Those packages failed to build:"
@@ -320,4 +319,7 @@ pkgs=$(cat $build_dir/log | grep "unstaged:") && {
plain "$(cat $build_dir/log | grep "unstaged:" | cut -d: -f2)"
}
+msg "All done"
+plain "Check if your system works fine and librerelease if it does"
+
exit 0 \ No newline at end of file