Skip to content

Commit

Permalink
Do not install source service in OBS server
Browse files Browse the repository at this point in the history
Only the builders need it since we enable the buildtime flag for the
service.
  • Loading branch information
athos-ribeiro committed Aug 8, 2018
1 parent 690a6d8 commit 4bcbae2
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions salt/obs.sls
Original file line number Diff line number Diff line change
Expand Up @@ -179,22 +179,6 @@ start_obsservice:
- group: root
- mode: 644

/usr/lib/obs/service/clang_build.service:
file.managed:
- source: salt://files/clang_build.service
- user: root
- group: root
- mode: 644
- makedirs: True

/usr/lib/obs/service/clang_build:
file.managed:
- source: salt://files/clang_build
- user: root
- group: root
- mode: 755
- makedirs: True

set_obs_instance_configurations:
cmd.run:
- name: osc -A https://localhost:443 api /configuration -T /tmp/obs_instance_configuration.xml
Expand Down

0 comments on commit 4bcbae2

Please sign in to comment.