Build/Test Tools: Better git/svn detection
Prevent tasks from running twice in parallel if both .svn and .git directories are present. Add `--ignore-externals` to `svn status` and replace `git diff --name-only` with `git status --short`. Merge some duplicate code. Fixes #36394. See #35557. See [36906]. Built from https://develop.svn.wordpress.org/trunk@37185 git-svn-id: http://core.svn.wordpress.org/trunk@37152 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
20b1b2098a
commit
e9dbea9aac
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.6-alpha-37184';
|
||||
$wp_version = '4.6-alpha-37185';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue