]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- exit 8 if failed installing buildrequirements and subrequirements
authoryoshi <yoshi@pld-linux.org>
Sat, 27 Dec 2003 15:38:16 +0000 (15:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- documented in header

Changed files:
    builder.sh -> 1.244

builder.sh

index 0b94c16a8e3c2b1a99dc2199d93cc5b00e6b8145..dfbb595b40bb5d26e53014d1237f547a554f773d 100644 (file)
@@ -10,6 +10,7 @@
 #      5 - package build failed
 #      6 - spec file with errors
 #      7 - wrong source in /etc/poldek.conf
+#  8 - Failed installing buildrequirements and subrequirements
 
 # Notes (todo):
 #      - builder -u fetches current version first
@@ -1115,7 +1116,7 @@ fetch_build_requires()
                                echo $pkg
                        done
                        remove_build_requires
-                       exit 1
+                       exit 8
                fi
        fi
 }
This page took 0.032476 seconds and 4 git commands to generate.