On a 64-Bit CentOS release 6.8 (Final) PC with a few non-standard repos enabled, and all dependencies installed.
Executing command from within the phabricator folder:
chmod ug+rx ./bin/* && ./bin/storage upgrade
yields:
-bash: ./bin/storage: cannot execute binary file
This file at least seems to be corrupted. I've redone my checkout a few time, but same result....
None of these binaries are recognized by my machine for some reason. I've tried other commands in that bin folder as well. Same result!
Phabricator Version from git show:
commit 8f4a63d7083d07836e6851f2aeb238bda5141c98
Author: epriestley <git@epriestley.com>
Date: Wed Aug 3 16:14:17 2016 -0700
Use consistent tag order in Maniphest list views and workboard cards
Summary: Fixes T11420. These are selected in newest-to-oldest order from the database, but we should show them in olde
Test Plan:
Tagged a couple tasks with "A, B, C" projects, saw correct order in UI:
{F1749351}
{F1749352}
Reviewers: chad
Reviewed By: chad
Maniphest Tasks: T11420
Differential Revision: https://secure.phabricator.com/D16367Arcanist Version from git show:
commit 3aa47195ef0832aa9d7c86b4ebf320226f097ffc
Author: epriestley <git@epriestley.com>
Date: Wed Aug 3 08:06:09 2016 -0700
Set "history.immutable" to "false" explicitly in .arcconfig in Arcanist
Summary: Depends on D16364. See that revision for discussion.
Test Plan: Ran `arc get-config history.immutable` in `arcanist/`, saw setting.
Reviewers: chad, fooishbar
Reviewed By: fooishbar
Differential Revision: https://secure.phabricator.com/D16365libphutil Version from git show:
commit 8b2800566ab972b83307cab8073ca62312d1b0cb
Author: epriestley <git@epriestley.com>
Date: Wed Aug 3 08:07:31 2016 -0700
Set "history.immutable" to "false" explicitly in .arcconfig in libphutil
Summary: Depends on D16364. See that revision for discussion.
Test Plan: Ran `arc get-config history.immutable --verbose` in `libphutil/`.
Reviewers: chad, fooishbar
Reviewed By: fooishbar
Differential Revision: https://secure.phabricator.com/D16366