Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
abuild
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Matthias Ahouansou
abuild
Commits
cb4c8e40
Commit
cb4c8e40
authored
5 months ago
by
Sertonix
Committed by
Natanael Copa
5 months ago
Browse files
Options
Downloads
Patches
Plain Diff
default.conf: move commented out options to abuild.conf
parent
5a5df023
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
abuild.conf.in
+3
-0
3 additions, 0 deletions
abuild.conf.in
default.conf
+0
-8
0 additions, 8 deletions
default.conf
with
3 additions
and
8 deletions
abuild.conf.in
+
3
−
0
View file @
cb4c8e40
...
@@ -24,3 +24,6 @@
...
@@ -24,3 +24,6 @@
# what to cleanup after a failed build
# what to cleanup after a failed build
#ERROR_CLEANUP="bldroot deps"
#ERROR_CLEANUP="bldroot deps"
# uncomment to prevent using global cache directories for Go and Cargo
#MOVE_CACHES=1
This diff is collapsed.
Click to expand it.
default.conf
+
0
−
8
View file @
cb4c8e40
...
@@ -30,16 +30,8 @@ SRCDEST=/var/cache/distfiles
...
@@ -30,16 +30,8 @@ SRCDEST=/var/cache/distfiles
# where $repo is the name of the parent directory of $startdir.
# where $repo is the name of the parent directory of $startdir.
REPODEST
=$
HOME
/
packages
/
REPODEST
=$
HOME
/
packages
/
# PACKAGER and MAINTAINER are used by newapkbuild when creating new aports for
# the APKBUILD's "Contributor:" and "Maintainer:" comments, respectively.
#PACKAGER="Your Name <your@email.address>"
#MAINTAINER="$PACKAGER"
# what to clean up after a successful build
# what to clean up after a successful build
CLEANUP
=
"srcdir bldroot pkgdir deps"
CLEANUP
=
"srcdir bldroot pkgdir deps"
# what to cleanup after a failed build
# what to cleanup after a failed build
ERROR_CLEANUP
=
"bldroot deps"
ERROR_CLEANUP
=
"bldroot deps"
# uncomment to prevent using global cache directories for Go and Cargo
#MOVE_CACHES=1
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