<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/auc/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2024-06-26T02:07:01Z</updated>
<entry>
<title>auc: remove package</title>
<updated>2024-06-26T02:07:01Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2024-06-25T16:10:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3a998e10218c318511b41739f276e572c1ede967'/>
<id>urn:sha1:3a998e10218c318511b41739f276e572c1ede967</id>
<content type='text'>
With 'owut' there is now a much better alternative available.
Retire and remove 'auc' in favor of 'owut'.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
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 &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>auc: update to version 0.3.2</title>
<updated>2022-10-16T19:30:22Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2022-10-16T19:26:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2978d4c6ee2461e58679c805ba4034cf379c09a1'/>
<id>urn:sha1:2978d4c6ee2461e58679c805ba4034cf379c09a1</id>
<content type='text'>
 * fixes segfault when requesting downgrade

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>auc: update to 0.3.1</title>
<updated>2022-10-13T18:48:05Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2022-10-13T18:46:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=fd36c91db869544df882de6812cf57dd5056c976'/>
<id>urn:sha1:fd36c91db869544df882de6812cf57dd5056c976</id>
<content type='text'>
Remove wrongly placed 'break' statement to actually jump to the most
recent version of a release branch.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>auc: update to version 0.3.0</title>
<updated>2022-10-13T17:04:59Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2022-10-10T03:30:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=36525086ce468ba5f062f41be231be9f43d9488f'/>
<id>urn:sha1:36525086ce468ba5f062f41be231be9f43d9488f</id>
<content type='text'>
Most notably this brings support for processing package changes such
as suggesting to replace firewall with firewall4 when updating from
21.02.x -&gt; 22.03.y release.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>auc: bump to version 0.2.5</title>
<updated>2022-03-21T11:12:49Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2022-03-21T10:53:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6c9ab0e426466ca3bb18a76f2f6b4645015a31e0'/>
<id>urn:sha1:6c9ab0e426466ca3bb18a76f2f6b4645015a31e0</id>
<content type='text'>
Request root filesystem type to since it is possible now after
https://github.com/openwrt/asu/commit/9d8467a748aaa954b27eb3a471ae8a8303abc47a

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>auc: update to version 0.2.4</title>
<updated>2021-08-27T02:50:35Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-08-27T01:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bd4ad7b0baa3c95c5c8ee88c1aa372030fc6a47a'/>
<id>urn:sha1:bd4ad7b0baa3c95c5c8ee88c1aa372030fc6a47a</id>
<content type='text'>
A stray ')' made auc skip the check if all mandatory fields of a
branch are present. Fix paranthesis in that if-clause to actually
check for all fields.

Don't even fetch package lists if checking only for release.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>auc: update to version 0.2.3</title>
<updated>2021-08-26T02:34:13Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-08-25T20:20:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2edbc4c805d61d859f5e2af84293cdfb051f7f56'/>
<id>urn:sha1:2edbc4c805d61d859f5e2af84293cdfb051f7f56</id>
<content type='text'>
 * use regular verrevcmp for branch names, fixes update indication
 * break out usage() from main() function
 * require '-f' in case installed package is missing in remote lists
 * don't use ENETUNREACH for unlrelated error

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>auc: read `detail` not `message` from server</title>
<updated>2021-08-23T18:47:08Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2021-08-22T21:07:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=23ce5b0e6feb141b272d277a0b72a12add67d9b6'/>
<id>urn:sha1:23ce5b0e6feb141b272d277a0b72a12add67d9b6</id>
<content type='text'>
The server API was unified and therefore the servers response is now
`detail` rather than `message`, all found under the new endpoint
/api/v1/build.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>auc: update to version 0.2.1</title>
<updated>2021-08-18T18:33:41Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-08-18T18:30:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8486f64fea140dddb7ca92333ed956f2966e444a'/>
<id>urn:sha1:8486f64fea140dddb7ca92333ed956f2966e444a</id>
<content type='text'>
Brings support for future connexion based API.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
</feed>
