change repo and branch in build script
This commit is contained in:
parent
7237d305ec
commit
ef845ad886
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
COPR="andersrh/sonicDE"
|
COPR="@SonicDE/SonicDE-EL10"
|
||||||
GIT_URL="https://pc-rytteren.dk/forge/anders/SonicDE-rpmspecs.git"
|
GIT_URL="https://pc-rytteren.dk/forge/anders/SonicDE-rpmspecs.git"
|
||||||
BRANCH="10_2"
|
BRANCH="master"
|
||||||
METHOD="rpkg"
|
METHOD="rpkg"
|
||||||
|
|
||||||
# Build order tiers (sequential within tier for dependency safety)
|
# Build order tiers (sequential within tier for dependency safety)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue