Closed h31p closed 1 year ago
while trying to redistribute your overlay for machines in local network (over rsync) - it fails complaining on absence of timestamp.chk in metadata folder. can you please do
/bin/date > ...../crowdsec-overlay/metadata/timestamp.chk
before every commit, like other overlay/repo maintainers doing? thanks
not sure how to implement that in a pre-push hook, so please expect some dummy pushs to get that figured out
pre-push hook did the trick.
while trying to redistribute your overlay for machines in local network (over rsync) - it fails complaining on absence of timestamp.chk in metadata folder. can you please do
/bin/date > ...../crowdsec-overlay/metadata/timestamp.chk
before every commit, like other overlay/repo maintainers doing? thanks