Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #98 from ripienaar/97
Browse files Browse the repository at this point in the history
(#97) fix permissions to the cache store directory
  • Loading branch information
ripienaar authored Nov 2, 2018
2 parents 71d394e + 5db7ba5 commit 95ad300
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 34 deletions.
28 changes: 14 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
working_directory: /go/src/github.com/choria-io/stream-replicator

environment:
- PACKAGE: el6_64
- BUILD: foss
- BUILDER: choria/packager:el5-go9.2
PACKAGE: el6_64
BUILD: foss
BUILDER: choria/packager:el5-go9.2

steps: &std_build_steps
- setup_remote_docker
Expand Down Expand Up @@ -72,23 +72,23 @@ jobs:
build_el6_32bit_rpms:
<<: *pkg_build
environment:
- PACKAGE: el6_32
- BUILD: foss
- BUILDER: choria/packager:el7-go9.2
PACKAGE: el6_32
BUILD: foss
BUILDER: choria/packager:el7-go9.2

build_el7_64bit_rpms:
<<: *pkg_build
environment:
- PACKAGE: el7_64
- BUILD: foss
- BUILDER: choria/packager:el7-go9.2
PACKAGE: el7_64
BUILD: foss
BUILDER: choria/packager:el7-go9.2

build_puppet_module:
<<: *pkg_build
environment:
- PACKAGE: puppet
- BUILD: foss
- BUILDER: choria/packager:el7-go9.2-puppet
PACKAGE: puppet
BUILD: foss
BUILDER: choria/packager:el7-go9.2-puppet

gather_artifacts:
docker:
Expand All @@ -103,7 +103,7 @@ jobs:

nightly_packagecloud: &packagecloud_push
environment:
- REPO: nightly
REPO: nightly

docker:
- image: circleci/ruby
Expand All @@ -127,7 +127,7 @@ jobs:
release_packagecloud:
<<: *packagecloud_push
environment:
- REPO: release
REPO: release

workflows:
version: 2
Expand Down
49 changes: 31 additions & 18 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packager/templates/el/el6/stream-replicator.spec
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ fi
%attr(644, root, root) %config(noreplace)/etc/sysconfig/%{pkgname}
%attr(755, nobody, nobody)/var/run/%{pkgname}
%attr(640, nobody, nobody)/var/log/%{pkgname}.log
%attr(640, nobody, nobody)/var/lib/%{pkgname}
%attr(740, nobody, nobody)/var/lib/%{pkgname}

%changelog
* Tue Dec 26 2017 R.I.Pienaar <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion packager/templates/el/el7/stream-replicator.spec
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fi
/etc/logrotate.d/%{pkgname}
/usr/lib/systemd/system/%{pkgname}@.service
%attr(640, nobody, nobody)/var/log/%{pkgname}.log
%attr(640, nobody, nobody)/var/lib/%{pkgname}
%attr(740, nobody, nobody)/var/lib/%{pkgname}

%changelog
* Tue Dec 26 2017 R.I.Pienaar <[email protected]>
Expand Down

0 comments on commit 95ad300

Please sign in to comment.