projg2 / smart-live-rebuild

Update live packages whose remotes have changed
BSD 2-Clause "Simplified" License
47 stars 7 forks source link

ebuilds with EGIT_COMMIT_DATE set should be skipped #13

Open tastytea opened 5 years ago

tastytea commented 5 years ago

EGIT_COMMIT_DATE attempts to check out the repository state for the specified timestamp. If the variable is set, it is not a live ebuild.

mgorny commented 5 years ago

Well, technically it can fetch a different commit if something weird is happening (branch rewrite, clock being off) but I guess we don't need to account for that x).