Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: templates
-
Labels:None
-
Story Points:1.4
-
Epic Link:
-
Team:SQuaRE
Description
The technote_aastex template's example has an untracked file. The CI script for lsst/templates is supposed to detect and dirty state in the Git repo when the examples are regenerated in CI. File diffs are detected, but evidently untracked files are not.
It seems that this is the best way to detect untracked files: https://stackoverflow.com/a/2659808
The problem with using git ls-files --others is that it's detecting .sconsign.dblite, which should be an ignored file.