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
a0a19919
Commit
a0a19919
authored
2 years ago
by
Jakub Jirutka
Browse files
Options
Downloads
Patches
Plain Diff
community/gitlab-runner: improve aport
parent
478521ca
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/gitlab-runner/APKBUILD
+7
-9
7 additions, 9 deletions
community/gitlab-runner/APKBUILD
with
7 additions
and
9 deletions
community/gitlab-runner/APKBUILD
+
7
−
9
View file @
a0a19919
...
@@ -23,7 +23,6 @@ source="https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v$pkgver/gitlab-ru
...
@@ -23,7 +23,6 @@ source="https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v$pkgver/gitlab-ru
$pkgname
.initd
$pkgname
.initd
$pkgname
.confd
$pkgname
.confd
"
"
builddir
=
"
$srcdir
/
$pkgname
-v
$pkgver
"
builddir
=
"
$srcdir
/
$pkgname
-v
$pkgver
"
export
CGO_ENABLED
=
0
export
CGO_ENABLED
=
0
...
@@ -47,20 +46,19 @@ build() {
...
@@ -47,20 +46,19 @@ build() {
}
}
package
()
{
package
()
{
install
-Dm755
"
$builddir
"
/bin/gitlab-runner
\
install
-Dm755
bin/gitlab-runner
-t
"
$pkgdir
"
/usr/bin/
"
$pkgdir
"
/usr/bin/gitlab-runner
install
-Dm755
"
$srcdir
"
/
$pkgname
.initd
"
$pkgdir
"
/etc/init.d/
gitlab-runner
install
-Dm755
"
$srcdir
"
/
$pkgname
.initd
"
$pkgdir
"
/etc/init.d/
$pkgname
install
-Dm644
"
$srcdir
"
/
$pkgname
.confd
"
$pkgdir
"
/etc/conf.d/
gitlab-runner
install
-Dm644
"
$srcdir
"
/
$pkgname
.confd
"
$pkgdir
"
/etc/conf.d/
$pkgname
mkdir
-p
"
$pkgdir
"
/var/lib/gitlab-runner
install
-d
-m750
-o
"
$pkgusers
"
-g
"
$pkggroups
"
"
$pkgdir
"
/etc/
$pkgname
chown
gitlab-runner:gitlab-runner
"
$pkgdir
"
/var/lib/
gitlab-runner
install
-d
-m700
-o
"
$pkgusers
"
-g
"
$pkggroups
"
"
$pkgdir
"
/var/lib/
$pkgname
}
}
helper
()
{
helper
()
{
pkgdesc
=
"
$pkgdesc
(helper)"
pkgdesc
=
"
$pkgdesc
(helper)"
install
-Dm755
"
$builddir
"
/bin/gitlab-runner-helper
\
"
$subpkg
dir
"
/
usr/
bin/gitlab-runner-helper
install
-Dm755
"
$build
dir
"
/bin/gitlab-runner-helper
-t
"
$subpkgdir
"
/usr/bin/
}
}
sha512sums
=
"
sha512sums
=
"
...
...
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