|
|
|
|
118
|
test -n "$Branch" || warn " using last tag"
|
118
|
test -n "$Branch" || warn " using last tag"
|
119
|
warn " from $UrlBase"
|
119
|
warn " from $UrlBase"
|
120
|
warn " yielding slop-$Version-$Release.*.rpm"
|
120
|
warn " yielding slop-$Version-$Release.*.rpm"
|
|
|
121
|
+ warn ""
|
|
|
122
|
+ warn "===== BEGIN slop.spec ====="
|
|
|
123
|
+ cat "$Tmp/slop.spec"
|
|
|
124
|
+ warn "===== END slop.spec ====="
|
121
|
exit 1
|
125
|
exit 1
|
122
|
}
|
126
|
}
|
123
|
copr build --nowait "$CoprProject" "$Tmp/slop.spec"
|
127
|
copr build --nowait "$CoprProject" "$Tmp/slop.spec"
|