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