Bug 1661021 - add timestamp to mach vendor --check-for-update output r=tjr

Differential Revision: https://phabricator.services.mozilla.com/D88148
This commit is contained in:
june wilde 2020-08-25 14:38:41 +00:00
parent 302eb33363
commit fcec357fc8

View File

@ -46,7 +46,7 @@ class VendorManifest(MozbuildObject):
)
return
elif check_for_update:
print("%s" % commit)
print("%s %s" % (commit, timestamp))
return
self.fetch_and_unpack(commit)