commit d707dbbb3b33ab33321260c6ed4647a43a75db99
Author: Elan Ruusamäe <[email protected]>
Date:   Fri Jun 22 07:51:19 2012 +0000

    - nodeps between builds (reported by arekm)
    
    Changed files:
        client/rebuild-th-kernel.sh -> 1.17

 rebuild-th-kernel.sh | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/rebuild-th-kernel.sh b/rebuild-th-kernel.sh
index 3f6ef6d..b6a401b 100644
--- a/rebuild-th-kernel.sh
+++ b/rebuild-th-kernel.sh
@@ -79,7 +79,7 @@ case "$1" in
                        $rpmdir/relup.sh -m "rebuild for $kernel" -ui 
$pkg/$pkg.spec
                        specs="$specs $pkg.spec"
                done
-               $dir/make-request.sh -r -d $dist $specs
+               $dir/make-request.sh -nd -r -d $dist $specs
                ;;
        longterm)
                kernel=$(alt_kernel=longterm get_last_tags kernel)
@@ -91,10 +91,11 @@ case "$1" in
                        $rpmdir/relup.sh -m "rebuild for $kernel" -ui 
$pkg/$pkg.spec
                        specs="$specs $pkg.spec"
                done
-               $dir/make-request.sh -r -d $dist --without kernel $specs
+               # first build with main pkg (userspace), later build from tag
+               $dir/make-request.sh -nd -r -d $dist --without kernel $specs
 
                specs=$(get_last_tags $pkgs_head $pkgs_longterm)
-               $dir/make-request.sh -r -d $dist --kernel longterm --without 
userspace $specs
+               $dir/make-request.sh -nd -r -d $dist --kernel longterm 
--without userspace $specs
                ;;
        *)
                # try to parse all args, filling them with last autotag
@@ -114,6 +115,6 @@ case "$1" in
                        shift
                done
                specs=$(get_last_tags $specs)
-               $dir/make-request.sh -r -d $dist $args $specs
+               $dir/make-request.sh -nd -r -d $dist $args $specs
                ;;
 esac
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/cca6584b96e6c33d0732d559e43e100d804e2ecd

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to