summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2019-12-19==== release 3.5.0 ====v3.5.0Natanael Copa1-1/+1
2019-12-18==== release 3.5.0_rc3 ====v3.5.0_rc3Natanael Copa1-1/+1
2019-11-26==== release 3.5.0_rc2 ====v3.5.0_rc2Natanael Copa1-1/+1
2019-11-07==== release 3.5.0_rc1 ====v3.5.0_rc1Natanael Copa1-1/+1
2019-11-07Change permissions for sudo to 4555Fredrik Gustafsson1-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>
2019-11-07make: install depends as virtualNatanael Copa1-1/+1
2019-11-07make: add `depends` targetRichard Mortier1-1/+3
Signed-off-by: Richard Mortier <mort@cantab.net>
2019-11-07rename datadir -> sharedirNatanael Copa1-4/+4
abuild uses datadir as local variable in various functions. Rename the global datadir to sharedir to avoid confusion.
2019-11-07add basic tests using batsNatanael Copa1-0/+3
2019-10-01Makefile: clean *.o filesNatanael Copa1-1/+1
2019-08-09apkbuild-pypi.in: fix bugs, upgrade for python3 only and add to makeTimothy Legge1-1/+1
2019-06-14==== release 3.4.0 ====v3.4.0Natanael Copa1-1/+1
2019-06-12==== release 3.4.0_rc5 ====v3.4.0_rc5Natanael Copa1-1/+1
2019-05-03==== release 3.4.0_rc4 ====v3.4.0_rc4Natanael Copa1-1/+1
2019-04-30==== release 3.4.0_rc3 ====v3.4.0_rc3Natanael Copa1-1/+1
2019-04-29==== release 3.4.0_rc2 ====v3.4.0_rc2Natanael Copa1-1/+1
2019-04-05==== release 3.4.0_rc1 ====v3.4.0_rc1Natanael Copa1-1/+1
2019-03-05==== release 3.3.1 ====v3.3.1Natanael Copa1-1/+1
2019-03-05abuild-tar.static: fix undefined reference errorsOliver Smith1-1/+2
Link against the same libs as abuild-tar and fix the order of the CC arguments.
2019-01-23==== release 3.3.0 ====v3.3.0Natanael Copa1-1/+1
2019-01-09==== release 3.3.0_pre2 ====v3.3.0_pre2Natanael Copa1-1/+1
2018-10-03==== release 3.3.0_pre1 ====v3.3.0_pre1Natanael Copa1-1/+1
2018-10-03Add initial manpage draftsA. Wilcox1-1/+11
2018-06-22==== release 3.2.0 ====v3.2.0Natanael Copa1-1/+1
2018-05-31==== release 3.2.0_rc2 ====v3.2.0_rc2Natanael Copa1-1/+1
2018-04-17==== release 3.2.0_rc1 ====v3.2.0_rc1Natanael Copa1-1/+1
2017-10-25==== release 3.1.0 ====v3.1.0Natanael Copa1-1/+1
2017-09-28==== release 3.0.2 ====v3.0.2Natanael Copa1-1/+1
2017-09-19==== release 3.0.0 ====v3.0.0Natanael Copa1-1/+1
2017-07-17==== release 3.0.0_rc4 ====Natanael Copa1-1/+1
2017-07-17==== release 3.0.0_rc3 ====v3.0.0_rc3Kaarle Ritvanen1-1/+1
2017-06-27abuild: build in chrootKaarle Ritvanen1-1/+1
This patch is based on earlier work by Timo Teräs.
2017-03-24==== release 3.0.0_rc2 ====v3.0.0_rc2Natanael Copa1-1/+1
2017-03-20==== release 3.0.0_rc1 ====v3.0.0_rc1Natanael Copa1-1/+1
2017-01-10abuild-gzsplit: new tool to split .apk to it's base componentsTimo Teräs1-2/+8
required tool for re-signing packages
2016-10-24==== release 2.29.0 ====v2.29.0Natanael Copa1-1/+1
2016-08-12abuild: add update_config_guessCarlo Landmeter1-1/+1
2016-08-01abuild: remove PKGDEST and install_after featuresTimo Teräs1-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.
2016-07-27==== release 2.28.0 ====v2.28.0Natanael Copa1-1/+1
2016-06-14==== release 2.27.2 ====v2.27.2Natanael Copa1-1/+1
2016-05-16==== release 2.27.1 ====v2.27.1Natanael Copa1-1/+1
2016-03-23==== release 2.27.0 ====v2.27.0Natanael Copa1-1/+1
2016-02-22==== release 2.26.0 ====v2.26.0Natanael Copa1-1/+1
2016-01-27- fix Makefile CFLAGS for abuild-tar.o - make ssl flags overridable (e.g. if ↵Laurent Bercot1-4/+5
we don't have pkg-config)
2015-10-28release 2.25.0_rc1v2.25.0_rc1Natanael Copa1-1/+1
2015-08-26abuild: fix fetch lock file on nfsNatanael Copa1-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.
2015-08-19==== release 2.24.0 ====v2.24.0Natanael Copa1-1/+1
2015-06-12==== release 2.23.0_rc3 ====v2.23.0Natanael Copa1-1/+1
2015-06-05==== release 2.23.0_rc2 ====v2.23.0_rc2Natanael Copa1-1/+1
2015-06-05remove buildrepoNatanael Copa1-1/+1
We ship a new implementation of buildrepo with lua-aports