aboutsummaryrefslogblamecommitdiffstats
path: root/goscb
blob: d5a879c465683197e1fe9c29acc17152632f2180 (plain) (tree)
1
2
3
4
5
6
7
8
         


                     

                                                                    

                                                                             
#!/bin/sh
set -eux
REPOSITORY="standard"
ARCH="x86_64"

osc build --cpio-bulk-download --download-api-only --keep-pkg=RPMS \
    --alternative-project "$(cat .osc/_project)" ${REPOSITORY} ${ARCH} "$@" \
        2>&1 | tee osc-build-log.txt