Add tito configs and rpm spec

This commit is contained in:
Jason Montleon
2017-10-03 14:30:03 -04:00
parent 91484a7a22
commit bffd77e481
4 changed files with 62 additions and 0 deletions

22
.tito/releasers.conf Normal file
View File

@@ -0,0 +1,22 @@
[asb-copr]
releaser = tito.release.CoprReleaser
project_name = @ansible-service-broker/ansible-service-broker-latest
upload_command = scp -4 %(srpm)s $fas_username@fedorapeople.org:/srv/repos/asb
remote_location = http://repos.fedorapeople.org/asb/
copr_options = --timeout 600
[asb-copr-test]
releaser = tito.release.CoprReleaser
project_name = @ansible-service-broker/ansible-service-broker-nightly
upload_command = scp -4 %(srpm)s $fas_username@fedorapeople.org:/srv/repos/asb
remote_location = http://repos.fedorapeople.org/asb/
copr_options = --timeout 600
builder.test = 1
[asb-brew-36]
releaser = tito.release.DistGitReleaser
branches = rhaos-3.6-asb-rhel-7
[asb-brew-37]
releaser = tito.release.DistGitReleaser
branches = rhaos-3.7-asb-rhel-7