Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
abuild
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
Matthias Ahouansou
abuild
Commits
d65a054b
Commit
d65a054b
authored
1 year ago
by
Hugo Barrera
Committed by
Natanael Copa
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Add a man page for abump
parent
17648366
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
Makefile
+1
-1
1 addition, 1 deletion
Makefile
abump.1.scd
+53
-0
53 additions, 0 deletions
abump.1.scd
with
54 additions
and
1 deletion
Makefile
+
1
−
1
View file @
d65a054b
...
@@ -11,7 +11,7 @@ SCRIPTS := abuild abuild-keygen abuild-sign newapkbuild \
...
@@ -11,7 +11,7 @@ SCRIPTS := abuild abuild-keygen abuild-sign newapkbuild \
abump apkgrel buildlab apkbuild-cpan apkbuild-pypi checkapk
\
abump apkgrel buildlab apkbuild-cpan apkbuild-pypi checkapk
\
apkbuild-gem-resolver
apkbuild-gem-resolver
USR_BIN_FILES
:=
$(
SCRIPTS
)
abuild-tar abuild-gzsplit abuild-sudo abuild-fetch abuild-rmtemp
USR_BIN_FILES
:=
$(
SCRIPTS
)
abuild-tar abuild-gzsplit abuild-sudo abuild-fetch abuild-rmtemp
MAN_1_PAGES
:=
newapkbuild.1 abuild.1
MAN_1_PAGES
:=
newapkbuild.1 abuild.1
abump.1
MAN_5_PAGES
:=
APKBUILD.5
MAN_5_PAGES
:=
APKBUILD.5
SAMPLES
:=
sample.APKBUILD sample.initd sample.confd
\
SAMPLES
:=
sample.APKBUILD sample.initd sample.confd
\
sample.pre-install sample.post-install
sample.pre-install sample.post-install
...
...
This diff is collapsed.
Click to expand it.
abump.1.scd
0 → 100644
+
53
−
0
View file @
d65a054b
abump
(
1
)
#
NAME
*
abump
*
-
bump
pkgver
in
an
APKBUILD
file
#
SYNOPSIS
*
abump
*
[
-
s
_CVE
-1
_
,...]
[
-
f
_ISSUE_
]
[
-
k
|--
keep
]
_PKGNAME
-1.2
.
3
_
#
DESCRIPTION
*
abump
*
updates
the
*
pkgver
*
in
an
APKBUILD
file
,
updates
its
checksums
,
rebuilds
it
,
and
finally
creates
a
new
commit
commit
with
the
changes
resulting
.
*
abump
*
operates
looks
for
the
specified
package
in
nested
directories
inside
the
current
working
,
assuming
a
layout
like
that
of
the
aports
repository
.
#
OPTIONS
*-
s
,
--
security
CVE1
,...
*
Include
CVE
in
the
*
secfixes
*
comment
section
.
*-
f
,
--
fixes
ISSUE
*
Include
*
Fixes
#
ISSUE
*
in
the
commit
message
.
This
will
close
the
upstream
issue
when
the
commit
is
merged
into
the
aports
master
branch
.
*-
k
,
--
keep
*
Keep
existing
packages
.
*-
h
,
--
help
*
Print
help
information
and
exit
.
#
ENVIRONMENT
APORTSDIR
Force
operating
on
an
alternate
directory
.
#
EXAMPLES
```
abump
mml
-1.0
.
0
abump
glibmm2
.
68-2.78
.
0
abump
telegram
-
desktop
-4.11
.
8
```
#
SEE
ALSO
abuild
(
1
),
apkgrel
(
1
),
newapkbuild
(
1
),
APKBUILD
(
5
),
apk
(
8
).
#
AUTHORS
Natanael
Copa
<
_ncopa
@
alpinelinux
.
org_
>
and
open
source
contributors
.
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