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
27
Issues
27
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
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
f7b19c34
Commit
f7b19c34
authored
Nov 10, 2017
by
Ariadne Conill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
abuild: rootbld: run testsuites if requested, also handle package() only builds
parent
3225884e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
abuild.in
abuild.in
+12
-2
No files found.
abuild.in
View file @
f7b19c34
...
...
@@ -2074,8 +2074,18 @@ checksum() {
}
rootbld_actions
()
{
local
part
for
part
in
symlinksrc
unpack
prepare
build
rootpkg
;
do
local
part
_build
=
build
_check
=
check_fakeroot
if
! is_function package; then
#
if
package
()
is
missing
then
build
is
called
from
rootpkg
_build
=
true
fi
if
options_has
"!checkroot"
;
then
_check
=
check
fi
if
! want_check; then
_check
=
true
fi
for
part
in
symlinksrc
unpack
prepare
$
_build
$
_check
rootpkg
;
do
runpart
$
part
done
}
...
...
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