10 lines
205 B
Bash
10 lines
205 B
Bash
!/bin/sh
|
|
|
|
echo $osc-user $osc-path $osc-package
|
|
echo $1 $2 $3
|
|
echo $INPUT_OSC-USER $INPUT_OSC-PATH $INPUT_OSC-PACKAGE
|
|
osc checkout $INPUT_OSC-PATH $INPUT_OSC-PACKAGE
|
|
osc buildlog openSUSE_Factory x86_64
|
|
|
|
|