void-linux / void-infrastructure

Infrastructure configuration data for Void systems
https://voidlinux.org
63 stars 28 forks source link

btimefiles nomad #202

Closed classabbyamp closed 1 day ago

classabbyamp commented 2 months ago

working towards buildbot in nomad

should be cleaned up on the ansible side first, then the nomad job can deployed

tested on my local nomad setup, everything works:

image

$ fd otime /hostdir -x sh -c 'echo $0; cat $0'
/hostdir/musl/binpkgs/debug/otime
1720983637
/hostdir/aarch64/binpkgs/debug/otime
1720983637
/hostdir/musl/binpkgs/otime
1720983637
/hostdir/musl/binpkgs/nonfree/otime
1720983637
/hostdir/aarch64/binpkgs/nonfree/otime
1720983637
/hostdir/glibc/binpkgs/debug/otime
1720983637
/hostdir/glibc/binpkgs/otime
1720983637
/hostdir/aarch64/binpkgs/otime
1720983637
/hostdir/glibc/binpkgs/multilib/otime
1720983637
/hostdir/glibc/binpkgs/nonfree/otime
1720983637
/hostdir/glibc/binpkgs/multilib/nonfree/otime
1720983637
$ fd otime /hostdir -x sh -c 'echo $0; cat $0'
/hostdir/musl/binpkgs/debug/otime
1720984117
/hostdir/musl/binpkgs/otime
1720984117
/hostdir/musl/binpkgs/nonfree/otime
1720984117
/hostdir/glibc/binpkgs/nonfree/otime
1720984117
/hostdir/aarch64/binpkgs/otime
1720984117
/hostdir/glibc/binpkgs/multilib/nonfree/otime
1720984117
/hostdir/glibc/binpkgs/multilib/otime
1720984117
/hostdir/aarch64/binpkgs/nonfree/otime
1720984117
/hostdir/glibc/binpkgs/debug/otime
1720984117
/hostdir/aarch64/binpkgs/debug/otime
1720984117
/hostdir/glibc/binpkgs/otime
1720984117
classabbyamp commented 2 months ago

cleanup for when this is finished: https://github.com/classabbyamp/void-infrastructure/compare/btimefiles...classabbyamp:void-infrastructure:btimefiles-cleanup