Include:Abump: Difference between revisions

From Alpine Linux
m (Dubiousjim moved page Abump to Include:Abump)
(restored back the Include:Abump so that the code can be transcluded in other pages)
Tag: Removed redirect
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The tool <tt>abump</tt> is an utility to bump pkgver in APKBUILD files if the package gets an update to a nwer upstream release.
The tool <code>abump</code> is a utility to bump pkgver in APKBUILD files if the package gets an update to a newer upstream release. <code>abump</code> will update the package's <code>pkgver</code>, rebuild it and create a new commit with the resulting changes.


{{Cmd|<nowiki>abump [-hR]</nowiki>}}
The [https://git.alpinelinux.org/abuild/tree/abump.1.scd manual page] (available via <code>man abump</code>) describes all options for <code>abump</code>.
 
'''abump options'''
 
* '''-h'''  Show this help
* '''-R'''  Run abuild with -R for recursive building
* '''-k'''  Keep existing packages
 
[[Category:Development]]

Latest revision as of 16:39, 13 March 2025

The tool abump is a utility to bump pkgver in APKBUILD files if the package gets an update to a newer upstream release. abump will update the package's pkgver, rebuild it and create a new commit with the resulting changes.

The manual page (available via man abump) describes all options for abump.