Skip to content

Commit 4cfaa2d

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 2ef2825 commit 4cfaa2d

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
@@ -100,11 +100,3 @@ dist dbg-dist:
100100
tar -xf $$f -C $$d/ kernel && mv $$d/kernel $$d/vmlinuz-$$arch
101101
tar -xf $$f -C $$d/ initrd.img && mv $$d/initrd.img $$d/initramfs-$$arch
102102
done
103-
104-
.PHONY: deploy
105-
deploy: dist ## Push tarball to S3
106-
exit 1
107-
for f in out/$T/rel/hook_*.tar.gz; do
108-
s3cmd sync $$f s3://s.gianarb.it/hook/$T/
109-
s3cmd cp s3://s.gianarb.it/hook/$T/$$(basename $$f) s3://s.gianarb.it/hook/latest/
110-
done

0 commit comments

Comments
 (0)