Skip to content

Commit

Permalink
makesure_stable should not be changed before the release #60
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Sep 29, 2021
1 parent bb716aa commit 8699e5a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makesurefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
@depends_on tested_candidate

@goal release
@doc creates release version of `makesure` + updates README.md
@doc creates release version of 'makesure' + updates README.md
@depends_on candidate
@depends_on release_makesure
@depends_on README.md
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,10 @@ Only single `@use_lib` per goal is allowed.
- parallel execution
- `makesure` is a task runner, not a full-fledged build tool, like `make`, `ninja` or `bazel`. So if you need one, just use a proper build tool of your choice.

## Developer notes

Find some contributor instructions in [DEVELOPER.md](docs/DEVELOPER.md).

## Similar tools

- **just** https://github.com/casey/just
Expand Down
2 changes: 1 addition & 1 deletion makesure.awk
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ function currentTimeMillis( script, res) {
}

function selfUpdate( url, tmp, err, newVer) {
url = "https://raw.githubusercontent.com/xonixx/makesure/main/makesure_stable?token=" rand() # TODO change to `makesure`
url = "https://raw.githubusercontent.com/xonixx/makesure/main/makesure?token=" rand()
tmp = executeGetLine("mktemp /tmp/makesure_new.XXXXXXXXXX")
err = dl(url, tmp)
if (!err && !ok("chmod +x " tmp)) err = "can't chmod +x " tmp
Expand Down

0 comments on commit 8699e5a

Please sign in to comment.