Something went wrong while setting issue due date.
--update and --clean option are confuseing
These options are not that useful as could be, not provide that what could be expected and additionally introduce problems during tag recreate.
We should change workflow in this area - but this will introduce removal of repodb.json
and additional repos clone/update (to not do checkout on source tree because it will require in most build system rebuild of files for which modification time is changed even if in reality there are no changes).
Eg:
git status # -> **abc**
git fetch[tags + branches]
-
for **version** in [branches+tags] git checkout **version**
- here we actually change mod time -
git checkout **abc**
- here**abc**
can be exactly the same as previously(no changes in fetch steps) but because of previous checkouts mod time of some files can be changed and build systems will detect is so will schedule not needed rebuild.