[packages/rpm-build-tools/merge-pld-builder-client: 32/2675] - added --kernel option that allows setting alt_kernel value
glen
glen at pld-linux.org
Mon Dec 19 21:51:38 CET 2016
commit 58a7aa37c60d513043c6e88e541b7031844ae94c
Author: hawk <hawk at pld-linux.org>
Date: Sun Nov 11 17:47:52 2007 +0000
- added --kernel option that allows setting alt_kernel value
Changed files:
client/make-request.sh -> 1.31
make-request.sh | 8 ++++++++
1 file changed, 8 insertions(+)
---
diff --git a/make-request.sh b/make-request.sh
index 6ed280d..112f974 100644
--- a/make-request.sh
+++ b/make-request.sh
@@ -51,6 +51,8 @@ usage() {
echo " Sends request to given builders"
echo " --with VALUE --without VALUE"
echo " Build package with(out) a given bcond"
+ echo " --kernel VALUE"
+ echo " set alt_kernel to VALUE"
echo " -t --test-build"
echo " Performs a test build. No upgrades on builders, no tagging."
echo " -r --ready-build"
@@ -109,6 +111,11 @@ while [ $# -gt 0 ] ; do
f_upgrade=yes
;;
+ --kernel )
+ kernel=$2
+ shift
+ ;;
+
--priority | -p )
priority=$2
shift
@@ -240,6 +247,7 @@ gen_req() {
branch=$(echo "$s" | sed -e 's|.*:||')
echo " <spec>$name</spec>"
echo " <branch>$branch</branch>"
+ echo " <kernel>$kernel</kernel>"
echo " <info></info>"
echo
for b in $with ; do
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/cca6584b96e6c33d0732d559e43e100d804e2ecd
More information about the pld-cvs-commit
mailing list