6 Commits (5d850dc322b5fc50a4752c2421aa66bc66dcd6d3)

Author SHA1 Message Date
alex 5d850dc322
git: migrate to github.com/nakamochi/sysupdates repo
migrating from self-hosted gitea to github due to maintenance burden.
4 months ago
alex d71d3f15eb
apply: report a bit more info during an update run
this "splits" the output into sections so it's easier to attribute what
is curretly run. useful for debugging failures. in the end, the script
reports total CPU time it took to run the update.
1 year ago
alex 57d9548b84
apply: make sure each stage starts off back from the repo root dir
the apply.sh script should assume current directory is arbitrary after
executing each step: base, bitcoin, lnd and so on.

this commit simply changes current dir to the repo root before executing
every step.
2 years ago
alex 35f87341e6
base: preserve sysupdates channel on initial setup
the first run of update.sh sets up a cron job to run itself
periodically. the update script takes one position argument, the git
branch to pull changes from, which is also known as "sysupdates channel"
- master for stable, dev for testing.

the sysupdates channel was lost in the cron job setup, always defaulting
to master (stable). this commit preserves the original arg value given
to update.sh during the initial run.
2 years ago
alex 113868947d
update.sh: correct a REPO_DIR -> REPODIR typo 2 years ago
alex 5783d0ad37
initial import 2 years ago