Skip to content

Commit 7f90494

Browse files
committed
feat: refactor image/event handling with new helper functions.
1 parent 043218d commit 7f90494

File tree

5 files changed

+832
-1440
lines changed

5 files changed

+832
-1440
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ docker-build: ## Build using Docker for cross-compilation to Ubuntu
3737
docker run --rm -v $(PWD):/host ash cp /usr/local/bin/ash /host/ash-linux-amd64
3838

3939
# Pull configuration
40-
RSYNC_OPTS ?= -avzP --delete
40+
RSYNC_OPTS ?= -avzhP --delete
4141
PULL_SRC ?= ark:ash/data/
4242

4343
pull: ## Pull the remote 'data' directory into local ./data/ (overwrites). Set PULL_SRC to change source.
@@ -49,4 +49,4 @@ pull: ## Pull the remote 'data' directory into local ./data/ (overwrites). Set P
4949
ci: docker-build
5050
rsync -avzP ash-linux-amd64 'ark:ash/ash-linux-amd64'
5151
rsync -avzP *.json 'ark:ash'
52-
ssh ark sudo systemctl restart ash.service
52+
ssh ark sudo systemctl restart ash.service

0 commit comments

Comments
 (0)