Skip to content

Commit

Permalink
Modify releasers upload command
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Aug 4, 2015
1 parent 3e8e0dc commit 8ef2b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rel-eng/releasers.conf
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[copr-frostyx]
releaser = tito.release.CoprReleaser
project_name = tracer
upload_command = scp %(srpm)s tux.inf.upol.cz:/home/frostyx/public_html/SRPMS/
upload_command = scp %(srpm)s frostyx@tux.inf.upol.cz:/home/frostyx/public_html/SRPMS/
remote_location = http://tux.inf.upol.cz/~frostyx/SRPMS/

[copr-frostyx-test]
releaser = tito.release.CoprReleaser
project_name = tracer
upload_command = scp %(srpm)s tux.inf.upol.cz:/home/frostyx/public_html/SRPMS/
upload_command = scp %(srpm)s frostyx@tux.inf.upol.cz:/home/frostyx/public_html/SRPMS/
remote_location = http://tux.inf.upol.cz/~frostyx/SRPMS/
builder.test = 1

Expand Down

0 comments on commit 8ef2b35

Please sign in to comment.