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
A
atools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
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
Leo
atools
Commits
764ee470
Commit
764ee470
authored
May 29, 2019
by
Leo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Skip to next loop of checking if we can't source the APKBUILD
parent
54c07f41
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
2 deletions
+12
-2
NEWS
NEWS
+4
-0
apkbuild-lint
apkbuild-lint
+4
-1
aports-lint
aports-lint
+4
-1
No files found.
NEWS
View file @
764ee470
CHANGES with 15:
- Skip to next loop of checking if we can't source the APKBUILD
CHANGES with 14:
- Add _builddir-is-set test
...
...
apkbuild-lint
View file @
764ee470
...
...
@@ -220,7 +220,10 @@ for apkbuild; do
if
[
-f
"
$apkbuild
"
]
;
then
# Source apkbuild, we need some nice values
srcdir
=
""
.
"
$apkbuild
"
srcdir
=
""
.
"
$apkbuild
"
||
{
echo
"Failed to source APKBUILD in '
$apkbuild
'"
;
continue
}
default_builddir_value &
_builddir_is_set &
...
...
aports-lint
View file @
764ee470
...
...
@@ -192,7 +192,10 @@ for apkbuild; do
esac
# Source apkbuild, we need some nice values
srcdir
=
""
.
./
"
$apkbuild
"
2>/dev/null
srcdir
=
""
.
"
$apkbuild
"
||
{
echo
"Failed to source APKBUILD in '
$apkbuild
'"
;
continue
}
if
[
!
-z
"
$depends
"
]
;
then
upper_repo_depends &
...
...
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