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
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
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
Leo
atools
Commits
0bc3b27e
Commit
0bc3b27e
authored
May 19, 2019
by
Leo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update manpage
parent
d2aa699b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
alint.5.scd
alint.5.scd
+10
-9
No files found.
alint.5.scd
View file @
0bc3b27e
...
...
@@ -7,9 +7,9 @@ alint - linting tags
#
DESCRIPTION
A
tag
is
an
attribute
given
to
each
test
in
alint
,
each
tag
has
an
explanation
of
what
it
does
and
a
rationale
.
each
test
can
be
skipped
by
setting
an
environment
variable
formed
by
SKIP_
+
the
tag
in
uppercase
with
dashes
replaced
by
underscore
.
of
what
it
does
and
a
brief
on
how
to
resolve
it
.
each
test
can
be
skipped
by
setting
an
environment
variable
formed
by
SKIP_
+
the
tag
in
uppercase
with
the
dashes
replaced
by
underscore
.
#
TAGS
(
aports
-
lint
)
...
...
@@ -17,11 +17,11 @@ The following tags are used by the *aports-lint* program.
##
Duplicate
package
The
Package
being
introduced
is
already
present
in
another
repo
s
olve
the
conflict
by
either
:
The
Package
being
introduced
is
already
present
in
another
repo
.
S
olve
the
conflict
by:
-
Merging
the
changes
into
the
already
existing
package
-
Deleting
the
old
package
-
If
the
package
in
the
uppermost
repo
has
more
recent
changes
,
merge
them
.
-
Then
delete
the
package
in
the
upper
repo
.
Duplicate
packages
will
shadow
eachother
in
the
repo
and
the
one
with
the
higher
version
will
win
,
it
can
also
cause
programs
to
compile
against
...
...
@@ -53,7 +53,7 @@ to the upper repo or the dependency moved to the repo the package is.
Packages
cannot
makedepend
on
a
package
on
an
upper
repo
.
Packages
in
main
cannot
makedepend
on
packages
in
other
repos
.
Packages
in
community
can
depend
on
main
and
itself
only
.
Packages
in
testing
can
makedepend
on
main
,
community
and
itself
only
.
Packages
in
unmaintained
can
makedepend
on
package
on
any
repo
but
non
-
free
.
only
.
Packages
in
unmaintained
can
makedepend
on
package
s
of
any
repo
but
non
-
free
.
##
duplicate
-
makedepends
...
...
@@ -163,4 +163,5 @@ The APKBUILD has *cd "$builddir"* statements that are superfluous. Remove them.
Staring
with
v3
.
3.0
of
*
abuild
*
the
*
prepare
*
,
*
build
*
,
*
check
*
and
*
package
*
functions
automatically
have
their
working
directory
set
to
the
value
of
*
builddir
*
*
builddir
*
.
It
is
also
possible
that
there
are
2
*
cd
"$builddir"
*
statements
one
after
the
other
.
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