]> git.puffer.fish Git - mirror/frr.git/commit
alpine: minimal alpine packaging 1866/head
authorArthur Jones <arthur.jones@riverbed.com>
Sun, 11 Mar 2018 17:32:24 +0000 (10:32 -0700)
committerArthur Jones <arthur.jones@riverbed.com>
Sun, 11 Mar 2018 18:28:45 +0000 (11:28 -0700)
commitc737c7bab3a598c231ceee1d9fed7afec88f5bbf
treed242cd862783a7e487539c49fd4e10fca6a96441
parent6680578bb63a58f6877c92986902c86aedd7feff
alpine: minimal alpine packaging

For building dev packages for alpine, we provide a minimal APKBUILD
file and add a configure option for only numeric versions in the
VERSION variable as alpine does not allow non-numeric characters
in the version string.

These changes allow alpine to be built, but don't yet provide a
mechanism to build.  Changes to do the build in docker are coming
soon...

Testing done:

Built alpine packages in local docker environment, packages
showed no "dev" in the package name.  Also built CentOS packages
with numeric version disabled and the "dev" is still in the package
name.

Issue: https://github.com/FRRouting/frr/issues/1859
Signed-off-by: Arthur Jones <arthur.jones@riverbed.com>
alpine/APKBUILD.in [new file with mode: 0644]
configure.ac