mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Point github.com/facebook URIs at github.com/phacility insead
Summary: Point everything at the new canonical URI. Test Plan: `grep` Reviewers: chad Reviewed By: chad Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D9328
This commit is contained in:
parent
a42ec32c98
commit
63ed126b2a
8 changed files with 16 additions and 16 deletions
|
@ -32,7 +32,7 @@ foreach (new LiskMigrationIterator($table) as $revision) {
|
||||||
if (phid_get_type($dst) == PhabricatorPHIDConstants::PHID_TYPE_UNKNOWN) {
|
if (phid_get_type($dst) == PhabricatorPHIDConstants::PHID_TYPE_UNKNOWN) {
|
||||||
// At least one old install ran into some issues here. Skip the row if we
|
// At least one old install ran into some issues here. Skip the row if we
|
||||||
// can't figure out what the destination PHID is. See here:
|
// can't figure out what the destination PHID is. See here:
|
||||||
// https://github.com/facebook/phabricator/pull/507
|
// https://github.com/phacility/phabricator/pull/507
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -119,21 +119,21 @@ confirm
|
||||||
|
|
||||||
if [[ ! -e libphutil ]]
|
if [[ ! -e libphutil ]]
|
||||||
then
|
then
|
||||||
git clone git://github.com/facebook/libphutil.git
|
git clone git://github.com/phacility/libphutil.git
|
||||||
else
|
else
|
||||||
(cd libphutil && git pull --rebase)
|
(cd libphutil && git pull --rebase)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -e arcanist ]]
|
if [[ ! -e arcanist ]]
|
||||||
then
|
then
|
||||||
git clone git://github.com/facebook/arcanist.git
|
git clone git://github.com/phacility/arcanist.git
|
||||||
else
|
else
|
||||||
(cd arcanist && git pull --rebase)
|
(cd arcanist && git pull --rebase)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -e phabricator ]]
|
if [[ ! -e phabricator ]]
|
||||||
then
|
then
|
||||||
git clone git://github.com/facebook/phabricator.git
|
git clone git://github.com/phacility/phabricator.git
|
||||||
else
|
else
|
||||||
(cd phabricator && git pull --rebase)
|
(cd phabricator && git pull --rebase)
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -64,21 +64,21 @@ fi
|
||||||
|
|
||||||
if [ ! -e libphutil ]
|
if [ ! -e libphutil ]
|
||||||
then
|
then
|
||||||
git clone git://github.com/facebook/libphutil.git
|
git clone git://github.com/phacility/libphutil.git
|
||||||
else
|
else
|
||||||
(cd libphutil && git pull --rebase)
|
(cd libphutil && git pull --rebase)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -e arcanist ]
|
if [ ! -e arcanist ]
|
||||||
then
|
then
|
||||||
git clone git://github.com/facebook/arcanist.git
|
git clone git://github.com/phacility/arcanist.git
|
||||||
else
|
else
|
||||||
(cd arcanist && git pull --rebase)
|
(cd arcanist && git pull --rebase)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -e phabricator ]
|
if [ ! -e phabricator ]
|
||||||
then
|
then
|
||||||
git clone git://github.com/facebook/phabricator.git
|
git clone git://github.com/phacility/phabricator.git
|
||||||
else
|
else
|
||||||
(cd phabricator && git pull --rebase)
|
(cd phabricator && git pull --rebase)
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -384,7 +384,7 @@ final class PhabricatorRepositoryPullEngine
|
||||||
// This behavior has been reverted, but users who updated between Feb 1,
|
// This behavior has been reverted, but users who updated between Feb 1,
|
||||||
// 2012 and Mar 1, 2012 will have the erroring version. Do a dumb test
|
// 2012 and Mar 1, 2012 will have the erroring version. Do a dumb test
|
||||||
// against stdout to check for this possibility.
|
// against stdout to check for this possibility.
|
||||||
// See: https://github.com/facebook/phabricator/issues/101/
|
// See: https://github.com/phacility/phabricator/issues/101/
|
||||||
|
|
||||||
// NOTE: Mercurial has translated versions, which translate this error
|
// NOTE: Mercurial has translated versions, which translate this error
|
||||||
// string. In a translated version, the string will be something else,
|
// string. In a translated version, the string will be something else,
|
||||||
|
|
|
@ -39,7 +39,7 @@ requests, general questions, or random feedback this way, too.
|
||||||
= GitHub Issues =
|
= GitHub Issues =
|
||||||
|
|
||||||
You can also use
|
You can also use
|
||||||
[[https://github.com/facebook/phabricator/issues/new | GitHub Issues]] if you
|
[[https://github.com/phacility/phabricator/issues/new | GitHub Issues]] if you
|
||||||
prefer.
|
prefer.
|
||||||
|
|
||||||
= IRC =
|
= IRC =
|
||||||
|
|
|
@ -95,9 +95,9 @@ Now that you have all that stuff installed, grab Phabricator and its
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
||||||
$ cd somewhere/ # pick some install directory
|
$ cd somewhere/ # pick some install directory
|
||||||
somewhere/ $ git clone git://github.com/facebook/libphutil.git
|
somewhere/ $ git clone git://github.com/phacility/libphutil.git
|
||||||
somewhere/ $ git clone git://github.com/facebook/arcanist.git
|
somewhere/ $ git clone git://github.com/phacility/arcanist.git
|
||||||
somewhere/ $ git clone git://github.com/facebook/phabricator.git
|
somewhere/ $ git clone git://github.com/phacility/phabricator.git
|
||||||
|
|
||||||
= Installing APC (Optional) =
|
= Installing APC (Optional) =
|
||||||
|
|
||||||
|
|
|
@ -92,8 +92,8 @@ have PHP installed, you can download it from <http://www.php.net/>.
|
||||||
|
|
||||||
To install Arcanist, pick an install directory and clone the code from GitHub:
|
To install Arcanist, pick an install directory and clone the code from GitHub:
|
||||||
|
|
||||||
some_install_path/ $ git clone git://github.com/facebook/libphutil.git
|
some_install_path/ $ git clone git://github.com/phacility/libphutil.git
|
||||||
some_install_path/ $ git clone git://github.com/facebook/arcanist.git
|
some_install_path/ $ git clone git://github.com/phacility/arcanist.git
|
||||||
|
|
||||||
This should leave you with a directory structure like this
|
This should leave you with a directory structure like this
|
||||||
|
|
||||||
|
|
|
@ -23,8 +23,8 @@ Then install Arcanist itself:
|
||||||
|
|
||||||
$ mkdir somewhere/
|
$ mkdir somewhere/
|
||||||
$ cd somewhere/
|
$ cd somewhere/
|
||||||
somewhere/ $ git clone git://github.com/facebook/libphutil.git
|
somewhere/ $ git clone git://github.com/phacility/libphutil.git
|
||||||
somewhere/ $ git clone git://github.com/facebook/arcanist.git
|
somewhere/ $ git clone git://github.com/phacility/arcanist.git
|
||||||
|
|
||||||
Add `arc` to your path:
|
Add `arc` to your path:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue