Add relengpush and relengpush-int scripts for automated rebuilds
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
39ac0a38ee
commit
9cc1d2de91
3 changed files with 26 additions and 0 deletions
4
files/releng/relengpush
Executable file
4
files/releng/relengpush
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
# This file exists to facilitate fully automated mass rebuilds without relying
|
||||
# on user intervention or an individual users's account permissions
|
||||
sudo /usr/local/bin/relengpush-int $@
|
4
files/releng/relengpush-int
Executable file
4
files/releng/relengpush-int
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
# This file exists to facilitate fully automated mass rebuilds without relying
|
||||
# on user intervention or an individual users's account permissions
|
||||
ssh -i /etc/pki/releng $@
|
Loading…
Add table
Add a link
Reference in a new issue