Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
352d91a9
Commit
352d91a9
authored
2 years ago
by
Jakub Jirutka
Browse files
Options
Downloads
Patches
Plain Diff
community/gitlab-runner: add logrotate config
parent
59f716f9
No related branches found
No related tags found
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!38443
community/gitlab-runner: multiple improvements, mainly init script
Pipeline
#134633
passed
2 years ago
Stage: verify
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/gitlab-runner/APKBUILD
+3
-0
3 additions, 0 deletions
community/gitlab-runner/APKBUILD
community/gitlab-runner/gitlab-runner.logrotate
+5
-0
5 additions, 0 deletions
community/gitlab-runner/gitlab-runner.logrotate
with
8 additions
and
0 deletions
community/gitlab-runner/APKBUILD
+
3
−
0
View file @
352d91a9
...
@@ -23,6 +23,7 @@ source="https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v$pkgver/gitlab-ru
...
@@ -23,6 +23,7 @@ source="https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v$pkgver/gitlab-ru
allow-disable-colors-in-log.patch
allow-disable-colors-in-log.patch
$pkgname
.initd
$pkgname
.initd
$pkgname
.confd
$pkgname
.confd
$pkgname
.logrotate
"
"
builddir
=
"
$srcdir
/
$pkgname
-v
$pkgver
"
builddir
=
"
$srcdir
/
$pkgname
-v
$pkgver
"
...
@@ -51,6 +52,7 @@ package() {
...
@@ -51,6 +52,7 @@ package() {
install
-Dm755
"
$srcdir
"
/
$pkgname
.initd
"
$pkgdir
"
/etc/init.d/
$pkgname
install
-Dm755
"
$srcdir
"
/
$pkgname
.initd
"
$pkgdir
"
/etc/init.d/
$pkgname
install
-Dm644
"
$srcdir
"
/
$pkgname
.confd
"
$pkgdir
"
/etc/conf.d/
$pkgname
install
-Dm644
"
$srcdir
"
/
$pkgname
.confd
"
$pkgdir
"
/etc/conf.d/
$pkgname
install
-Dm644
"
$srcdir
"
/
$pkgname
.logrotate
"
$pkgdir
"
/etc/logrotate.d/
$pkgname
install
-d
-m750
-o
"
$pkgusers
"
-g
"
$pkggroups
"
"
$pkgdir
"
/etc/
$pkgname
install
-d
-m750
-o
"
$pkgusers
"
-g
"
$pkggroups
"
"
$pkgdir
"
/etc/
$pkgname
install
-d
-m700
-o
"
$pkgusers
"
-g
"
$pkggroups
"
"
$pkgdir
"
/var/lib/
$pkgname
install
-d
-m700
-o
"
$pkgusers
"
-g
"
$pkggroups
"
"
$pkgdir
"
/var/lib/
$pkgname
...
@@ -67,4 +69,5 @@ sha512sums="
...
@@ -67,4 +69,5 @@ sha512sums="
f98a84c10aaebd7cb3c487ae02df17d00f6938aba5e175061220ee1a3cd583a4a4a9abb263cb50556a7170e069c41e623eb94f4696f192429b557bd6827383f6 allow-disable-colors-in-log.patch
f98a84c10aaebd7cb3c487ae02df17d00f6938aba5e175061220ee1a3cd583a4a4a9abb263cb50556a7170e069c41e623eb94f4696f192429b557bd6827383f6 allow-disable-colors-in-log.patch
e5a85bb65972c11fd775d7011cc5f0f055a2f29127c006b6434c4764052e6333ae659b03de79ed91784bdcda4e091de34cd0551963bb00dae37fe11acc938b24 gitlab-runner.initd
e5a85bb65972c11fd775d7011cc5f0f055a2f29127c006b6434c4764052e6333ae659b03de79ed91784bdcda4e091de34cd0551963bb00dae37fe11acc938b24 gitlab-runner.initd
a80a1811099f353c4511d1ff9a2f674ce8f9254d460304aa2d66bcc258da2a979033316260663a4745be807d8891895572e5220eabc702230b69e92de4f78205 gitlab-runner.confd
a80a1811099f353c4511d1ff9a2f674ce8f9254d460304aa2d66bcc258da2a979033316260663a4745be807d8891895572e5220eabc702230b69e92de4f78205 gitlab-runner.confd
2ddd42622b72135a95ac1c09061b61e73c4f89d4f0a86d1a3c902760d4a5f2c749a04f2d81568c973c83b1aae60ada71360a6bf74a31f8e5d9b10b90af4cdcfe gitlab-runner.logrotate
"
"
This diff is collapsed.
Click to expand it.
community/gitlab-runner/gitlab-runner.logrotate
0 → 100644
+
5
−
0
View file @
352d91a9
/var/log/gitlab-runner.log {
copytruncate
missingok
notifempty
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment