Skip to content

Commit f460b1b

Browse files
committed
rules.mk: Drop code pushing to s3
This is currently broken anyway. Signed-off-by: Manuel Mendez <github@i.m.mmlb.dev>
1 parent 9905cc0 commit f460b1b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

rules.mk

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,3 @@ dist dbg-dist:
9999
tar -xf $$f -C $$d/ kernel && mv $$d/kernel $$d/vmlinuz-$$arch
100100
tar -xf $$f -C $$d/ initrd.img && mv $$d/initrd.img $$d/initramfs-$$arch
101101
done
102-
103-
.PHONY: deploy
104-
deploy: dist ## Push tarball to S3
105-
exit 1
106-
for f in out/$T/rel/hook_*.tar.gz; do
107-
s3cmd sync $$f s3://s.gianarb.it/hook/$T/
108-
s3cmd cp s3://s.gianarb.it/hook/$T/$$(basename $$f) s3://s.gianarb.it/hook/latest/
109-
done

0 commit comments

Comments
 (0)