~bitfehler/anemos

fix archiving with busybox-cpio v1 APPLIED

Robert Günzler: 1
 Fix archiving with busybox-cpio

 1 files changed, 1 insertions(+), 1 deletions(-)
Sorry about the messy patch. I keep trying to use pyonji, but it doesn't seem
to handle the subject prefix part quite right :/
Thanks!

to git@git.sr.ht:~bitfehler/anemos-cli
  483a957..e85544b  master -> master
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~bitfehler/anemos/patches/53188/mbox | git am -3
Learn more about email & git

[PATCH 1/1] Fix archiving with busybox-cpio Export this patch

The plus sign prefix to force interpretation as numerical values is only
supported by GNU cpio. This makes it work out of the box on Alpine Linux

Refs: https://lists.sr.ht/~bitfehler/anemos/%3CD1S7YXHQM0LO.8Q2UC7P5S7P2@gnzler.io%3E
Signed-off-by: Robert Günzler <r@gnzler.io>
---
 anemos | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/anemos b/anemos
index b370156..2fe49d3 100755
--- a/anemos
+++ b/anemos
@@ -73,7 +73,7 @@ fw_get_files() {
cpio_() {
	# All the stuff that gets added is to be owned by root, even if the
	# script is run as a user (e.g. when only generating).
	cpio -R +0:+0 --quiet -H newc -o
	cpio -R 0:0 --quiet -H newc -o
}

usage() {
-- 
2.44.1
Sorry about the messy patch. I keep trying to use pyonji, but it doesn't seem
to handle the subject prefix part quite right :/
Thanks!

to git@git.sr.ht:~bitfehler/anemos-cli
  483a957..e85544b  master -> master