Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
apk-tools
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
Sertonix
apk-tools
Commits
c9e33ca8
Commit
c9e33ca8
authored
5 years ago
by
Drew DeVault
Committed by
Timo Teräs
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
add apk-world(8)
parent
01ac041b
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
doc/Makefile
+5
-1
5 additions, 1 deletion
doc/Makefile
doc/apk-world.5.scd
+59
-0
59 additions, 0 deletions
doc/apk-world.5.scd
with
64 additions
and
1 deletion
doc/Makefile
+
5
−
1
View file @
c9e33ca8
$(obj)/%.5
:
$(src)/%.5.scd
$(
SCDOC
)
<
$<
>
$@
$(obj)/%.8
:
$(src)/%.8.scd
$(obj)/%.8
:
$(src)/%.8.scd
$(
SCDOC
)
<
$<
>
$@
$(
SCDOC
)
<
$<
>
$@
docs
:
$(obj)/apk.8
docs
:
$(obj)/apk.8
\
$(obj)/apk-world.5
targets
+=
docs
targets
+=
docs
install
:
docs
install
:
docs
...
...
This diff is collapsed.
Click to expand it.
doc/apk-world.5.scd
0 → 100644
+
59
−
0
View file @
c9e33ca8
apk
-
world
(
5
)
#
NAME
*/
etc
/
apk
/
world
*
-
list
of
explicitly
installed
packages
#
DESCRIPTION
At
/
etc
/
apk
/
world
,
apk
maintains
the
_world_
,
or
list
of
explicitly
installed
packages
.
This
is
a
plaintext
file
with
one
package
spec
per
line
.
If
you
edit
this
file
manually
,
you
should
run
*
apk
-
fix
*
(
8
)
to
apply
the
changes
.
#
PACKAGE
SPECIFICATION
Specifying
a
package
name
with
no
other
modifiers
will
install
the
latest
version
of
that
package
from
the
first
repository
in
which
it
is
available
.
To
pi
n
a
package
to
a
tagged
repository
,
use
the
format
*
pkgname
@
tagname
*
,
e
.
g
.
*
busybox
@
edge
*
.
See
*
apk
-
repositories
*
(
5
)
for
details
on
tagged
package
repositories
.
To
constrain
the
acceptable
versions
of
the
package
,
use
the
*=*
,
*<*
,
*>*
,
*>=*
,
or
*
~
=*
operators
.
Respectively
,
these
require
the
package
is
equal
to
,
less
than
,
greater
than
,
or
greater
than
or
equal
to
the
specified
version
.
The
*
~
=*
operator
constrains
the
package
to
the
version
numbers
specified
,
but
will
not
constrain
any
unspecified
version
numbers
.
*
busybox
*
Installs
busybox
from
the
first
repository
from
which
it
is
available
.
*
busybox
@
edge
*
Installs
busybox
from
the
first
repository
tagged
"edge"
from
which
it
'
s
available
.
If
busybox
is
_not_
available
in
repositories
with
this
tag
,
it
will
cause
an
error
.
When
resolving
dependencies
of
tagged
requirements
,
untagged
repositories
are
preferred
,
but
repositories
sharing
the
same
tag
will
be
considered
if
necessary
.
*
busybox
=
1.6
.
1
*
Install
busybox
version
1.6
.
1
.
*
busybox
>
1.6
.
1
*
Install
a
busybox
version
greater
than
1.6
.
1
.
*
busybox
>
1.6
.
1
*
Install
a
busybox
version
greater
than
or
equal
to
1.6
.
1
.
*
busybox
<
1.6
.
1
*
Install
a
busybox
version
less
than
1.6
.
1
.
*
busybox
~
=
1.6
*
Install
any
busybox
version
between
1.6
.
0
(
inclusive
)
and
1.7
.
0
(
exclusive
).
#
AUTHORS
Natanael
Copa
<
ncopa
@
alpinelinux
.
org
>++
Timo
Ter
ä
s
<
_timo
.
teras
@
iki
.
fi_
>
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