-
- Downloads
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.
Showing
- .travis.yml 0 additions, 1 deletion.travis.yml
- pmb/build/other.py 1 addition, 98 deletionspmb/build/other.py
- pmb/config/__init__.py 1 addition, 3 deletionspmb/config/__init__.py
- pmb/config/init.py 1 addition, 11 deletionspmb/config/init.py
- pmb/helpers/frontend.py 5 additions, 2 deletionspmb/helpers/frontend.py
- pmb/helpers/git.py 0 additions, 31 deletionspmb/helpers/git.py
- pmb/parse/arguments.py 0 additions, 1 deletionpmb/parse/arguments.py
- test/test_aport_in_sync_with_git.py 0 additions, 136 deletionstest/test_aport_in_sync_with_git.py
- test/test_build_is_necessary.py 9 additions, 54 deletionstest/test_build_is_necessary.py
- test/test_config_user.py 0 additions, 7 deletionstest/test_config_user.py
- test/test_pkgrel_bump.py 0 additions, 1 deletiontest/test_pkgrel_bump.py
- test/test_questions.py 1 addition, 2 deletionstest/test_questions.py
Loading
Please register or sign in to comment