summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* ==== release 3.5.0 ====v3.5.0Natanael Copa2019-12-191-1/+1
|
* ==== release 3.5.0_rc3 ====v3.5.0_rc3Natanael Copa2019-12-181-1/+1
|
* ==== release 3.5.0_rc2 ====v3.5.0_rc2Natanael Copa2019-11-261-1/+1
|
* ==== release 3.5.0_rc1 ====v3.5.0_rc1Natanael Copa2019-11-071-1/+1
|
* Change permissions for sudo to 4555Fredrik Gustafsson2019-11-071-1/+1
| | | | | | | | | Currently the permissions for abuild-sudo is set to 4111, this make it impossible to move the sudo file after it has being created. Moving the sudo file is needed by yocto when creating an apk-package of abuild. The sudo binary in debian stretch since if debian does it, it can't be bad. Signed-off-by: Fredrik Gustafsson <fredrigu@axis.com>
* make: install depends as virtualNatanael Copa2019-11-071-1/+1
|
* make: add `depends` targetRichard Mortier2019-11-071-1/+3
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* rename datadir -> sharedirNatanael Copa2019-11-071-4/+4
| | | | | abuild uses datadir as local variable in various functions. Rename the global datadir to sharedir to avoid confusion.
* add basic tests using batsNatanael Copa2019-11-071-0/+3
|
* Makefile: clean *.o filesNatanael Copa2019-10-011-1/+1
|
* apkbuild-pypi.in: fix bugs, upgrade for python3 only and add to makeTimothy Legge2019-08-091-1/+1
|
* ==== release 3.4.0 ====v3.4.0Natanael Copa2019-06-141-1/+1
|
* ==== release 3.4.0_rc5 ====v3.4.0_rc5Natanael Copa2019-06-121-1/+1
|
* ==== release 3.4.0_rc4 ====v3.4.0_rc4Natanael Copa2019-05-031-1/+1
|
* ==== release 3.4.0_rc3 ====v3.4.0_rc3Natanael Copa2019-04-301-1/+1
|
* ==== release 3.4.0_rc2 ====v3.4.0_rc2Natanael Copa2019-04-291-1/+1
|
* ==== release 3.4.0_rc1 ====v3.4.0_rc1Natanael Copa2019-04-051-1/+1
|
* ==== release 3.3.1 ====v3.3.1Natanael Copa2019-03-051-1/+1
|
* abuild-tar.static: fix undefined reference errorsOliver Smith2019-03-051-1/+2
| | | | | Link against the same libs as abuild-tar and fix the order of the CC arguments.
* ==== release 3.3.0 ====v3.3.0Natanael Copa2019-01-231-1/+1
|
* ==== release 3.3.0_pre2 ====v3.3.0_pre2Natanael Copa2019-01-091-1/+1
|
* ==== release 3.3.0_pre1 ====v3.3.0_pre1Natanael Copa2018-10-031-1/+1
|
* Add initial manpage draftsA. Wilcox2018-10-031-1/+11
|
* ==== release 3.2.0 ====v3.2.0Natanael Copa2018-06-221-1/+1
|
* ==== release 3.2.0_rc2 ====v3.2.0_rc2Natanael Copa2018-05-311-1/+1
|
* ==== release 3.2.0_rc1 ====v3.2.0_rc1Natanael Copa2018-04-171-1/+1
|
* ==== release 3.1.0 ====v3.1.0Natanael Copa2017-10-251-1/+1
|
* ==== release 3.0.2 ====v3.0.2Natanael Copa2017-09-281-1/+1
|
* ==== release 3.0.0 ====v3.0.0Natanael Copa2017-09-191-1/+1
|
* ==== release 3.0.0_rc4 ====Natanael Copa2017-07-171-1/+1
|
* ==== release 3.0.0_rc3 ====v3.0.0_rc3Kaarle Ritvanen2017-07-171-1/+1
|
* abuild: build in chrootKaarle Ritvanen2017-06-271-1/+1
| | | | This patch is based on earlier work by Timo Teräs.
* ==== release 3.0.0_rc2 ====v3.0.0_rc2Natanael Copa2017-03-241-1/+1
|
* ==== release 3.0.0_rc1 ====v3.0.0_rc1Natanael Copa2017-03-201-1/+1
|
* abuild-gzsplit: new tool to split .apk to it's base componentsTimo Teräs2017-01-101-2/+8
| | | | required tool for re-signing packages
* ==== release 2.29.0 ====v2.29.0Natanael Copa2016-10-241-1/+1
|
* abuild: add update_config_guessCarlo Landmeter2016-08-121-1/+1
|
* abuild: remove PKGDEST and install_after featuresTimo Teräs2016-08-011-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