Files
meteor/tools
David Glasser a1e002a250 meteor run sees changes to .meteor/versions
`meteor run` doesn't always write changes to `.meteor/versions`: it only
does so if its release (or checkout-ness) matches `.meteor/release`.  So
it preferred to just remember the value of `.meteor/versions` from
rebuild to rebuild rather than forgetting what it knew and re-reading
the possibly-not-updated file.

However, if some other process changes `.meteor/versions`, it would
ignore that change.  With this fix, if `.meteor/versions` changes then
that is considered to be the previous versions list, not the last
version list from the same process.  For example, this would commonly
happen due to using `meteor update` to update packages (without changing
the tool, which would cause the runner to stop).

Fixes #3582.
2015-04-01 14:39:46 -04:00
..
2015-02-10 11:56:20 -08:00
2015-03-31 16:36:15 -07:00
2014-12-12 09:03:10 -05:00
2014-12-04 17:56:04 -08:00
2015-03-09 15:39:22 -07:00
2015-03-31 10:52:42 -04:00
2015-03-26 17:07:00 -07:00
2015-02-04 12:57:17 -08:00
2015-03-26 17:11:17 -07:00
2015-04-01 12:36:42 -04:00
2015-02-04 13:56:54 -08:00
2015-03-30 19:56:35 -07:00
2015-03-03 18:54:53 -08:00
2014-06-13 17:14:42 -07:00
2015-03-12 17:21:30 -07:00
2015-03-05 15:55:44 -08:00
2015-02-13 20:36:45 -08:00
2015-02-17 09:22:48 -08:00
2015-03-23 14:57:54 -07:00
2015-03-24 17:19:47 -07:00
2015-03-27 23:13:59 -07:00