2023-10-23 06:23:48 +02:00
|
|
|
#!/bin/sh -l
|
2023-10-23 06:05:24 +02:00
|
|
|
|
|
|
|
echo $osc-user $osc-path $osc-package
|
|
|
|
echo $1 $2 $3
|
|
|
|
echo $INPUT_OSC-USER $INPUT_OSC-PATH $INPUT_OSC-PACKAGE
|
2023-10-23 06:41:29 +02:00
|
|
|
# osc checkout $INPUT_OSC-PATH $INPUT_OSC-PACKAGE
|
|
|
|
# osc buildlog openSUSE_Factory x86_64
|
2023-10-23 06:05:24 +02:00
|
|
|
|