move 'make-tags.sh' to the top-level dir
This commit is contained in:
parent
7bd3f197a7
commit
5c0965fe9f
1 changed files with 4 additions and 1 deletions
5
container/make-tags.sh → make-tags.sh
Normal file → Executable file
5
container/make-tags.sh → make-tags.sh
Normal file → Executable file
|
|
@ -1,8 +1,11 @@
|
|||
#!/usr/bin/sh
|
||||
set -ux
|
||||
|
||||
KOJI="koji --server=http://localhost/kojihub --user=kojiadmin --password=kojipass --authtype=password"
|
||||
|
||||
$KOJI add-tag f32
|
||||
$KOJI add-tag --parent f32 f32-candidate
|
||||
$KOJI add-tag --parent f32 --arches=i686,x86_64 f32-build
|
||||
$KOJI add-target f32-candidate f32-build f32-canidate
|
||||
$KOJI add-target f32-candidate f32-build f32-candidate
|
||||
|
||||
$KOJI regen-repo f32-build
|
||||
Loading…
Add table
Add a link
Reference in a new issue