Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Alpine Linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Container Registry
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
svti
Images
Alpine Linux
Compare revisions
1e6b397e62a32c69346912c625ab29557318a73f to 4e78e155da0f4e8a2b6a74c654bba83cb4fa899f
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
svti/images/alpine
Select target project
No results found
4e78e155da0f4e8a2b6a74c654bba83cb4fa899f
Select Git revision
Branches
master
Swap
Target
svti/images/alpine
Select target project
svti/images/alpine
1 result
1e6b397e62a32c69346912c625ab29557318a73f
Select Git revision
Branches
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Move abuild vars from .profile to .abuild/abuild.conf
· 0237a4af
Jakub Jirutka
authored
2 years ago
0237a4af
Define SRCDEST=$XDG_CACHE_HOME/distfiles in abuild.conf
· 4e78e155
Jakub Jirutka
authored
2 years ago
4e78e155
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
rootfs/ci/root/.abuild/abuild.conf
+13
-0
13 additions, 0 deletions
rootfs/ci/root/.abuild/abuild.conf
rootfs/ci/root/.profile
+0
-6
0 additions, 6 deletions
rootfs/ci/root/.profile
with
13 additions
and
6 deletions
rootfs/ci/root/.abuild/abuild.conf
0 → 100644
View file @
4e78e155
# Configuration for abuild
# This file is mounted from the runner host.
PACKAGER_PRIVKEY
=/
mnt
/
ext
/
gitlab
-
ci
-
svti
@
felk
.
cvut
.
cz
-
63
ee4c0f
.
rsa
# Allow distfiles to be cached on CI.
SRCDEST
=
"${XDG_CACHE_HOME:-$HOME/.cache}/distfiles"
mkdir
-
p
"$SRCDEST"
# Make abuild work under root.
SUDO_APK
=
apk
ADDUSER
=
adduser
ADDGROUP
=
addgroup
This diff is collapsed.
Click to expand it.
rootfs/ci/root/.profile
View file @
4e78e155
export
XDG_CACHE_HOME
=
"
${
CI_PROJECT_DIR
:-
$HOME
}
/.cache"
# Make abuild work under root.
export
SUDO_APK
=
apk
export
ADDUSER
=
adduser
export
ADDGROUP
=
addgroup
export
PACKAGER_PRIVKEY
=
/mnt/ext/gitlab-ci-svti@felk.cvut.cz-63ee4c0f.rsa
This diff is collapsed.
Click to expand it.