2023-10-23 06:23:48 +02:00
|
|
|
#!/bin/sh -l
|
2023-10-23 06:05:24 +02:00
|
|
|
|
|
|
|
echo $1 $2 $3
|
2023-10-23 06:52:31 +02:00
|
|
|
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
|
2023-10-23 06:41:29 +02:00
|
|
|
# osc buildlog openSUSE_Factory x86_64
|
2023-10-23 06:05:24 +02:00
|
|
|
|