summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* abuild: remove PKGDEST and install_after featuresTimo Teräs2016-07-271-2/+0
| | | | | | | | | supporting these features with cross building is non-trivial and they do are generally not useful features, so remove them. as result the abuildrepo is also removed to write out paths. all package generation paths now use $REPODEST/$repo/$CARCH which allows easily writing packages to correct $subpkgarch in future commits.
* ==== release 2.28.0 ====v2.28.0Natanael Copa2016-07-271-1/+1
|
* ==== release 2.27.2 ====v2.27.2Natanael Copa2016-06-141-1/+1
|
* ==== release 2.27.1 ====v2.27.1Natanael Copa2016-05-161-1/+1
|
* ==== release 2.27.0 ====v2.27.0Natanael Copa2016-03-231-1/+1
|
* ==== release 2.26.0 ====v2.26.0Natanael Copa2016-02-221-1/+1
|
* - fix Makefile CFLAGS for abuild-tar.o - make ssl flags overridable (e.g. if ↵Laurent Bercot2016-01-271-4/+5
| | | | we don't have pkg-config)
* release 2.25.0_rc1v2.25.0_rc1Natanael Copa2015-10-281-1/+1
|
* abuild: fix fetch lock file on nfsNatanael Copa2015-08-261-1/+5
| | | | | | | | | | flock(2) on an NFS mount will on the server side convert the lock to a POSIX lock (fcntl(F_SETLK)). This means that abuild running on NFS server and client will create different locks and they will both try download same file at same time. We fix this by creating a small abuild-fetch application that will create a POSIX lock which works with NFS.
* ==== release 2.24.0 ====v2.24.0Natanael Copa2015-08-191-1/+1
|
* ==== release 2.23.0_rc3 ====v2.23.0Natanael Copa2015-06-121-1/+1
|
* ==== release 2.23.0_rc2 ====v2.23.0_rc2Natanael Copa2015-06-051-1/+1
|
* remove buildrepoNatanael Copa2015-06-051-1/+1
| | | | We ship a new implementation of buildrepo with lua-aports
* ==== release 2.22.0 ====v2.22.0Natanael Copa2015-04-281-1/+1
|
* RubyGem dependency resolverKaarle Ritvanen2014-12-081-1/+2
|
* ==== release 2.21.0 ====v2.21.0Natanael Copa2014-10-301-1/+1
|
* ==== release 2.20.1 ====v2.20.1Natanael Copa2014-04-301-1/+1
|
* ==== release 2.20.0 ====v2.20.0Natanael Copa2014-03-311-1/+1
|
* remove lua module aports.lua and ap utilityNatanael Copa2014-03-311-10/+3
| | | | Those are now provided from lua-aports
* ==== release 2.19.2 ====v2.19.2Natanael Copa2014-01-231-1/+1
|
* ==== release 2.19.1 ====v2.19.1Natanael Copa2014-01-061-1/+1
|
* ======== release 2.19.0 ========v2.19.0Natanael Copa2013-12-161-1/+1
|
* ======== release 2.18.0 ========v2.18.0Natanael Copa2013-10-251-1/+1
|
* ======== release 2.17.0 ========v2.17.0Natanael Copa2013-09-161-1/+1
|
* ======== release 2.16.0 =========v2.16.0Natanael Copa2013-08-021-1/+1
|
* build: dont ship config.guessNatanael Copa2013-07-291-1/+1
| | | | instead let apkbuilds use --host and --build
* ==== release 2.15.0 ====v2.15.0Natanael Copa2013-07-121-1/+1
|
* ap: switch to lua 5.2Natanael Copa2013-07-121-2/+4
|
* build: make sure functions.sh gets generated at build timeNatanael Copa2013-07-101-2/+2
|
* Makefile: remove distDubiousjim2013-07-091-13/+1
| | | | as discussed in http://lists.alpinelinux.org/alpine-devel/3122.html
* build: honor CPPFLAGSTimo Teräs2013-07-051-2/+2
|
* abuild: automatically replace the config.sub with our versionNatanael Copa2013-07-021-4/+6
| | | | | | | introduce post_unpack that by default will search for config.sub and config.guess and replace those if found. we ship our own version of those files
* ==== release 2.14.3 ====v2.14.3Natanael Copa2013-05-291-1/+1
|
* ==== release 2.14.2 ====v2.14.2Natanael Copa2013-04-231-1/+1
|
* ==== release 2.14.1 ====v2.14.1Natanael Copa2013-02-221-1/+1
|
* ==== release 2.14.0 ====v2.14.0Natanael Copa2013-02-211-1/+1
|
* checkapk: new toolNatanael Copa2012-12-301-1/+1
| | | | Tool to help find ABI breakages in package upgrades
* ==== release 2.13.1 ====v2.13.1Natanael Copa2012-10-301-1/+1
|
* ==== release 2.13.0 ====v2.13.0Natanael Copa2012-10-101-1/+1
|
* ==== release 2.12.1 ====v2.12.1Natanael Copa2012-04-241-1/+1
|
* ==== release 2.12.0 ====v2.12.0Natanael Copa2012-02-171-1/+1
|
* Revert "==== release 2.12.0 ===="Natanael Copa2012-02-171-1/+1
| | | | This reverts commit e045c4516f220439fdcf04fcd3b42b38f2f10e8a.
* ==== release 2.12.0 ====Natanael Copa2012-02-171-1/+1
|
* abuild-sudo: new toolNatanael Copa2012-02-171-11/+31
| | | | | | | mini sudo that checks if user is in "abuild" group and allows it to run apk, adduser adn addgroup as root ref #951
* devbuild: removed. has not been used for many yearsNatanael Copa2012-01-191-3/+2
|
* ==== release 2.11.2v2.11.2Natanael Copa2011-11-011-1/+1
|
* ==== release 2.11.1 ====v2.11.1Natanael Copa2011-10-031-1/+1
|
* ==== release 2.11.0 ====v2.11.0Natanael Copa2011-10-031-1/+1
|
* ==== release 2.10.0 ====v2.10.0Natanael Copa2011-07-061-1/+1
|
* apkbuild-cpan: new tool superceding newapkbuild-cpan toolTimo Teräs2011-06-021-1/+1
| | | | | | Based on Aerdan's original work, this is a perl utility that interacts with CPAN which can create and update APKBUILDs with proper metadata info.