mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 05:12:41 +01:00
No description
92f9741779
Summary: Although I couldn't repro the issue in T692, I did manage to point the "Diviner" repository at the "Phabricator" working copy and screw some stuff up on secure.phabricator.com. Before discovering commits in a repository, ensure the 'origin' remote points at the configured URI. This prevents issues where the working copy gets configured to point at an existing (but incorrect) checkout. Test Plan: - Ran gitcommitdiscovery daemon normally under "phd debug", saw it execute the "remote show -n" command and then start working. - Intentionally botched the config, got an exception: (Exception) Working copy '/INSECURE/repos/phabricator' has origin URL 'ssh://git@github.com/facebook/phabricator.git', but the configured URL 'git://github.com/facebook/diviner.git' is expected. Refusing to proceed. Reviewers: btrahan, jungejason Reviewed By: jungejason CC: aran, jungejason Maniphest Tasks: T692 Differential Revision: 1253 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support/aphlict | ||
webroot | ||
.arcconfig | ||
.divinerconfig | ||
.gitignore | ||
.gitmodules | ||
README |
Phabricator is a open source collection of web applications which make it easier to write, review, and share source code. Phabricator was developed at Facebook. This is an early release. It's pretty high-quality and usable, but under active development so things may change quickly. You can learn more about the project and find links to documentation and resources at: http://phabricator.org/ LICENSE Phabricator is released under the Apache 2.0 license except as otherwise noted. http://www.apache.org/licenses/LICENSE-2.0