forked from Mirror/pmbootstrap
Remove timestamp based rebuilds (#1174)
If you want to build a package without changing the version number, please use `--force` from now on. For example: pmbootstrap build --force hello-world Prior to this commit, changes were detected automatically (timestamp based rebuilds). However, that feature does not work as expected with the binary package repository we have now, and depending on how you use git, it has never worked. Close #1167, close #1156, close #1023 and close #985. This commit also mentions --force when a package is up to date, but the user requested to build it.
This commit is contained in:
parent
bdeec7a255
commit
3c59126bc1
12 changed files with 18 additions and 347 deletions
|
@ -171,5 +171,4 @@ def test_questions(args, monkeypatch, tmpdir):
|
|||
answers = ["y", "5", "2G", "n"]
|
||||
func(args, cfg)
|
||||
assert cfg == {"pmbootstrap": {"jobs": "5",
|
||||
"ccache_size": "2G",
|
||||
"timestamp_based_rebuild": "False"}}
|
||||
"ccache_size": "2G"}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue