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
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Merge Requests
17
Merge Requests
17
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
alpine
abuild
Commits
4757588c
Commit
4757588c
authored
Oct 25, 2013
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
functions: rename abuild_ver to program_version
parent
1822f3f6
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
17 deletions
+17
-17
abuild-keygen.in
abuild-keygen.in
+2
-2
abuild-sign.in
abuild-sign.in
+2
-2
abuild.in
abuild.in
+3
-3
abump.in
abump.in
+2
-2
apkgrel.in
apkgrel.in
+2
-2
buildlab.in
buildlab.in
+2
-2
checkapk.in
checkapk.in
+2
-2
newapkbuild.in
newapkbuild.in
+2
-2
No files found.
abuild-keygen.in
View file @
4757588c
...
...
@@ -6,7 +6,7 @@
# Distributed under GPL-2
#
abuild_ver
=
@VERSION@
program_version
=
@VERSION@
datadir
=
@datadir@
if
!
[
-f
"
$datadir
/functions.sh"
]
;
then
...
...
@@ -89,7 +89,7 @@ do_keygen() {
usage
()
{
cat
>
&2
<<
__EOF__
$program
$
abuild_ver
- generate signing keys
$program
$
program_version
- generate signing keys
Usage:
$program
[-a|--append] [-i|--install] [-n]
Options:
-a, --append Set PACKAGER_PRIVKEY=<generated key> in
$ABUILD_USERCONF
...
...
abuild-sign.in
View file @
4757588c
...
...
@@ -6,7 +6,7 @@
# Distributed under GPL-2
#
abuild_ver
=
@VERSION@
program_version
=
@VERSION@
datadir
=
@datadir@
if
!
[
-f
"
$datadir
/functions.sh"
]
;
then
...
...
@@ -44,7 +44,7 @@ do_sign() {
usage
()
{
cat
>
&2
<<
__EOF__
$program
$
abuild_ver
- sign indexes
$program
$
program_version
- sign indexes
Usage:
$program
[-k PRIVKEY] [-p PUBKEY] INDEXFILE...
Options:
-k, --private KEY The private key to use for signing
...
...
abuild.in
View file @
4757588c
...
...
@@ -6,7 +6,7 @@
# Distributed under GPL-2
#
abuild_ver
=
@VERSION@
program_version
=
@VERSION@
sysconfdir
=
@sysconfdir@
abuildrepo_base
=
@abuildrepo@
datadir
=
@datadir@
...
...
@@ -759,7 +759,7 @@ prepare_metafiles() {
# parch="noarch"
# fi
echo
"# Generated by
$(
basename
$0
)
$
abuild_ver
"
>
"
$pkginfo
"
echo
"# Generated by
$(
basename
$0
)
$
program_version
"
>
"
$pkginfo
"
if
[
-n
"
$FAKEROOTKEY
"
]
;
then
echo
"# using
$(
$FAKEROOT
-v
)
"
>>
"
$pkginfo
"
fi
...
...
@@ -1819,7 +1819,7 @@ snapshot() {
}
usage
()
{
echo
"
$program
$
abuild_ver
"
echo
"
$program
$
program_version
"
echo
"usage:
$program
[options] [-i PKG] [-P REPODEST] [-p PKGDEST]"
echo
" [-s SRCDEST] [cmd] ..."
echo
"
$program
[-c] -n PKGNAME[-PKGVER]"
...
...
abump.in
View file @
4757588c
...
...
@@ -6,7 +6,7 @@
# Distributed under GPL-2
#
abuild_ver
=
@VERSION@
program_version
=
@VERSION@
datadir
=
@datadir@
if
!
[
-f
"
$datadir
/functions.sh"
]
;
then
...
...
@@ -81,7 +81,7 @@ fixes #${fixes#\#}
usage
()
{
cat
>
&2
<<
__EOF__
$program
$
abuild_ver
- bump pkgver in APKBUILDs
$program
$
program_version
- bump pkgver in APKBUILDs
Usage:
$program
[-s CVE-1,CVE-2,...] [-f ISSUE] [-R|--recursive] [-k|--keep] PKGNAME-1.2.3 ...
Options:
-s, --security CVE1,CVE-2,... Security update
...
...
apkgrel.in
View file @
4757588c
...
...
@@ -6,7 +6,7 @@
# Distributed under GPL-2
#
abuild_ver
=
@VERSION@
program_version
=
@VERSION@
datadir
=
@datadir@
if
!
[
-f
"
$datadir
/functions.sh"
]
;
then
...
...
@@ -74,7 +74,7 @@ do_nothing() {
usage
()
{
cat
>
&2
<<
__EOF__
$program
$
abuild_ver
- display or bump pkgrel in APKBUILDs
$program
$
program_version
- display or bump pkgrel in APKBUILDs
Usage:
$program
[-z|--zero] [-a|--add] [-g|--clean-git] [-s|--set NUM] [-t|--test] [-f|--force] DIR or APKBUILD...
Options:
-z, --zero Set pkgrel to 0
...
...
buildlab.in
View file @
4757588c
#!/bin/sh
abuild_ver
=
@VERSION@
program_version
=
@VERSION@
sysconfdir
=
@sysconfdir@
abuildrepo
=
/var/lib/buildlab/result
datadir
=
@datadir@
...
...
@@ -221,7 +221,7 @@ build_package() {
}
usage
()
{
echo
"buildlab
$
abuild_ver
"
echo
"buildlab
$
program_version
"
echo
" "
echo
"Common options:"
echo
" "
...
...
checkapk.in
View file @
4757588c
...
...
@@ -6,7 +6,7 @@
# Distributed under GPL-2
#
abuild_ver
=
@VERSION@
program_version
=
@VERSION@
datadir
=
@datadir@
if
!
[
-f
"
$datadir
/functions.sh"
]
;
then
...
...
@@ -18,7 +18,7 @@ fi
usage
()
{
cat
>
&2
<<
__EOF__
$program
$
abuild_ver
- find ABI breakages in package upgrades
$program
$
program_version
- find ABI breakages in package upgrades
Usage:
$program
Run in the directory of a built package.
...
...
newapkbuild.in
View file @
4757588c
...
...
@@ -6,7 +6,7 @@
# Distributed under GPL-2
#
abuild_ver
=
@VERSION@
program_version
=
@VERSION@
datadir
=
@datadir@
if
!
[
-f
"
$datadir
/functions.sh"
]
;
then
...
...
@@ -257,7 +257,7 @@ __EOF__
usage
()
{
cat
>
&2
<<
__EOF__
$program
$
abuild_ver
- generate a new APKBUILD
$program
$
program_version
- generate a new APKBUILD
Usage:
$program
[-cfh] [-d DESC] [-l LICENSE] [-n NAME] [-u URL] PKGNAME[-PKGVER]|SRCURL
Options:
-n Set package name to NAME
...
...
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