openwrt-packages/admin
Paul Fertser 0c10c224be treewide: remove AUTORELEASE
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2023-04-21 22:46:58 +02:00
..
atop atop: update to 2.7.1 2022-02-28 11:44:23 -08:00
backuppc backuppc: fix build with host detected par2 2021-03-06 18:09:32 +01:00
btop treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
debian-archive-keyring treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
debootstrap debootstrap: update to version 1.0.126 2021-11-15 02:16:25 +00:00
gkrellmd treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
htop htop: update to 3.2.2 2023-02-05 16:09:57 -05:00
ipmitool treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
monit monit: add libtool fixup 2020-12-17 21:58:10 -08:00
muninlite muninlite: update to new upstream release (2.1.2) 2021-07-14 13:47:01 +02:00
netatop treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
netdata treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
nload treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
nyx treewide: Remove Python variants for non-Python packages 2020-04-19 01:56:23 +08:00
openwisp-config openwisp-config: cleanup Makefile 2022-09-22 01:30:59 -07:00
openwisp-monitoring openwisp-monitoring: cleanup Makefile 2022-09-22 01:30:59 -07:00
rsyslog rsyslog: apply shellcheck SC3014 to init 2022-07-07 10:34:58 -07:00
schroot schroot: update to version 1.6.13, reboot of the schroot tool 2022-09-09 11:59:53 -07:00
sudo treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
syslog-ng treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
zabbix zabbix: add sqlite3 support 2022-10-17 13:50:42 +02:00