Natanael Copa
610f1982ef
Makefile: clean *.o files
2019-10-01 15:00:31 +01:00
Timothy Legge
6310405af8
apkbuild-pypi.in: fix bugs, upgrade for python3 only and add to make
2019-08-09 09:32:34 +00:00
Natanael Copa
0b3f983772
==== release 3.4.0 ====
2019-06-14 12:13:23 +00:00
Natanael Copa
c26cc11905
==== release 3.4.0_rc5 ====
2019-06-12 12:33:07 +00:00
Natanael Copa
8d092443d9
==== release 3.4.0_rc4 ====
2019-05-03 19:01:19 +02:00
Natanael Copa
0a7026a485
==== release 3.4.0_rc3 ====
2019-04-30 07:49:03 +00:00
Natanael Copa
dc41c1fc52
==== release 3.4.0_rc2 ====
2019-04-29 20:03:20 +00:00
Natanael Copa
e2a012cba6
==== release 3.4.0_rc1 ====
2019-04-05 07:11:50 +00:00
Natanael Copa
0b86c457f3
==== release 3.3.1 ====
2019-03-05 11:45:16 +00:00
Oliver Smith
a54d3ba2ae
abuild-tar.static: fix undefined reference errors
...
Link against the same libs as abuild-tar and fix the order of the CC
arguments.
2019-03-05 11:43:50 +00:00
Natanael Copa
22753f5701
==== release 3.3.0 ====
2019-01-23 18:22:31 +00:00
Natanael Copa
832ab44934
==== release 3.3.0_pre2 ====
2019-01-09 16:28:33 +01:00
Natanael Copa
70f52b9b80
==== release 3.3.0_pre1 ====
2018-10-03 12:58:27 +00:00
A. Wilcox
3e9503bc83
Add initial manpage drafts
2018-10-03 08:24:18 +00:00
Natanael Copa
07b6609d74
==== release 3.2.0 ====
2018-06-22 07:24:10 +00:00
Natanael Copa
0bb0bd8498
==== release 3.2.0_rc2 ====
2018-05-31 16:43:10 +02:00
Natanael Copa
be30cda326
==== release 3.2.0_rc1 ====
2018-04-17 21:06:32 +00:00
Natanael Copa
6261608ece
==== release 3.1.0 ====
2017-10-25 13:48:15 +00:00
Natanael Copa
0f9d333305
==== release 3.0.2 ====
2017-09-28 10:43:46 +00:00
Natanael Copa
95a9455b5a
==== release 3.0.0 ====
2017-09-19 11:09:44 +00:00
Natanael Copa
3923c36af9
==== release 3.0.0_rc4 ====
2017-07-17 18:08:16 +02:00
Kaarle Ritvanen
f92283f5b9
==== release 3.0.0_rc3 ====
2017-07-17 15:35:23 +03:00
Kaarle Ritvanen
e3a2e14ffa
abuild: build in chroot
...
This patch is based on earlier work by Timo Teräs.
2017-06-27 14:52:50 +03:00
Natanael Copa
0a2f7b14c2
==== release 3.0.0_rc2 ====
2017-03-24 11:32:43 +00:00
Natanael Copa
c2e91c2f66
==== release 3.0.0_rc1 ====
2017-03-20 12:34:00 +00:00
Timo Teräs
6926e206a8
abuild-gzsplit: new tool to split .apk to it's base components
...
required tool for re-signing packages
2017-01-10 14:16:16 +02:00
Natanael Copa
69fd2290fe
==== release 2.29.0 ====
2016-10-24 16:14:18 +02:00
Carlo Landmeter
b874a4c8cd
abuild: add update_config_guess
2016-08-12 15:26:06 +02:00
Timo Teräs
f7e2b48d1c
abuild: remove PKGDEST and install_after features
...
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-08-01 14:28:44 +03:00
Natanael Copa
8302c0652c
==== release 2.28.0 ====
2016-07-27 11:11:03 +00:00
Natanael Copa
092a4ca14f
==== release 2.27.2 ====
2016-06-14 12:09:48 +00:00
Natanael Copa
90c75923e9
==== release 2.27.1 ====
2016-05-16 13:28:27 +00:00
Natanael Copa
3e69161ff7
==== release 2.27.0 ====
2016-03-23 10:17:20 +00:00
Natanael Copa
6345accab1
==== release 2.26.0 ====
2016-02-22 12:24:47 +00:00
Laurent Bercot
d5013a3915
- fix Makefile CFLAGS for abuild-tar.o - make ssl flags overridable (e.g. if we don't have pkg-config)
2016-01-27 10:51:29 +00:00
Natanael Copa
333a382514
release 2.25.0_rc1
2015-10-28 16:02:33 +00:00
Natanael Copa
92186b70ca
abuild: fix fetch lock file on nfs
...
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-26 16:44:23 +02:00
Natanael Copa
bed1c80a46
==== release 2.24.0 ====
2015-08-19 15:01:50 +02:00
Natanael Copa
11eb0f69e7
==== release 2.23.0_rc3 ====
2015-06-12 07:17:14 +00:00
Natanael Copa
472ba16807
==== release 2.23.0_rc2 ====
2015-06-05 13:35:40 +00:00
Natanael Copa
d4d0dc0c33
remove buildrepo
...
We ship a new implementation of buildrepo with lua-aports
2015-06-05 06:47:52 +00:00
Natanael Copa
5aa41e9fb2
==== release 2.22.0 ====
2015-04-28 14:17:50 +00:00
Kaarle Ritvanen
6faa35d597
RubyGem dependency resolver
2014-12-08 17:56:25 +02:00
Natanael Copa
96f9167889
==== release 2.21.0 ====
2014-10-30 09:49:50 +00:00
Natanael Copa
aed6c05351
==== release 2.20.1 ====
2014-04-30 14:01:29 +00:00
Natanael Copa
f9e5359fc7
==== release 2.20.0 ====
2014-03-31 11:49:48 +00:00
Natanael Copa
9994080738
remove lua module aports.lua and ap utility
...
Those are now provided from lua-aports
2014-03-31 11:45:09 +00:00
Natanael Copa
1f3f8921ec
==== release 2.19.2 ====
2014-01-23 07:35:11 +00:00
Natanael Copa
8b9f1f2448
==== release 2.19.1 ====
2014-01-06 13:37:28 +00:00
Natanael Copa
612ef9d934
======== release 2.19.0 ========
2013-12-16 10:37:05 +00:00