sapling/eden
Adam Simpkins b41bba16e4 fix the config for bad kernel versions
Summary:
Remove the incorrect regex for `^4.*_fbk13`.  From T34471852 this was
originally only intended to flag 4.11.3-52_fbk13 as bad.  It is incorrectly
flagging `4.16.18-151_fbk13` as a bad release.

This regex isn't needed at all since that release is older than the
`minimum-kernel-version` setting anyway.

It really seems like this config setting should probably just be a single
regex, and shouldn't be split on `,` since you can just use `|` in the regex
instead.  However that seems like a minor issue that should probably be
addressed in a separate diff.

Reviewed By: chadaustin

Differential Revision: D14815156

fbshipit-source-id: b00dd45cb212f6c3e33c02b6216c57d1510a233b
2019-04-05 17:08:04 -07:00
..
benchmarks Cut most of the remaining Thrift SASL integration 2018-11-19 22:40:44 -08:00
cli fix the config for bad kernel versions 2019-04-05 17:08:04 -07:00
docs Document how globs work 2019-03-07 14:20:57 -08:00
fs hg: update prefetch test with utf8 filenames 2019-04-05 16:29:50 -07:00
integration invalidate directory inodes properly on checkout 2019-03-22 15:57:33 -07:00
locale add a custom translation for ENOTCONN 2019-03-07 12:55:04 -08:00
py eden: add a script to build the eden client executable for oss builds 2019-01-15 14:14:32 -08:00
scripts set executable bit on force-unmount-all.sh 2019-03-28 14:45:57 -07:00
test_support Allow systemd opt-in via config 2018-12-10 16:30:06 -08:00
test-data generate a new version of the "basic" snapshot 2019-03-18 11:36:42 -07:00
third-party add osxfuse kernel header 2019-03-19 10:26:24 -07:00
win Move EdenStats into eden/fs/tracing/ 2019-04-01 17:41:57 -07:00
.gitignore eden: wire up mac contbuild 2019-02-05 21:52:30 -08:00
Eden.project.toml Eden.project.toml file for Nuclide 2018-04-26 11:05:23 -07:00