Commit 1dccb84aba1b61b0723bcfd5586094b892180d0a
1 parent
81e65092
Exists in
master
and in
1 other branch
Fixing OBS service
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
rpm/_service
... | ... | @@ -3,6 +3,7 @@ |
3 | 3 | <!-- https://github.com/openSUSE/obs-service-tar_scm/blob/master/tar_scm.py --> |
4 | 4 | <service name="tar_scm"> |
5 | 5 | <param name="changesgenerate">enable</param> |
6 | + <param name="changesauthor">perry.werneck@gmail.com</param> | |
6 | 7 | <param name="sslverify">disable</param> |
7 | 8 | <param name="versionformat">@PARENT_TAG@</param> |
8 | 9 | <param name="url">https://softwarepublico.gov.br/gitlab/pw3270/pw3270-plugin-ipc.git</param> | ... | ... |