Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
abuild
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
abuild
Commits
324a5759
Commit
324a5759
authored
Oct 03, 2018
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
abuild: run build actions via runpart
So we make sure chdir $builddir happens when it should.
parent
0bf61ee0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
11 deletions
+5
-11
abuild.in
abuild.in
+5
-11
No files found.
abuild.in
View file @
324a5759
...
...
@@ -1508,7 +1508,7 @@ create_apks() {
}
build_abuildrepo
()
{
local
_check
=
check
local
part
_check
=
check
if
options_has
"checkroot"
;
then
_check
=
check_fakeroot
fi
...
...
@@ -1520,16 +1520,10 @@ build_abuildrepo() {
abuild
-
sign
--
installed
logcmd
"building $repo/$pkgname-$pkgver-r$pkgrel"
msg
"Building $repo/$pkgname $pkgver-r$pkgrel (using $program $program_version)"
sanitycheck
builddeps
clean
fetch
unpack
prepare
mkusers
build
$
_check
rootpkg
for
part
in
sanitycheck
builddeps
clean
fetch
unpack
prepare
mkusers
build
\
$
_check
rootpkg
;
do
runpart
$
part
done
cleanup
$
CLEANUP
fi
update_abuildrepo_index
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment