11 lines
277 B
Bash
11 lines
277 B
Bash
|
#!/bin/sh -l
|
||
|
|
||
|
# echo $1 $2 $3
|
||
|
# echo "${osc_user} ${osc_path} ${osc_package}"
|
||
|
# echo "${INPUT_OSC_USER} ${INPUT_OSC_PATH} ${INPUT_OSC_PACKAGE}"
|
||
|
# osc checkout $INPUT_OSC_PATH $INPUT_OSC_PACKAGE
|
||
|
|
||
|
cd "${INPUT_OSC_PATH}/${INPUT_OSC_PACKAGE}"
|
||
|
osc buildlog openSUSE_Factory x86_64
|
||
|
|