-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update arcanist and libphutil to upstream
Also update version to 1.1. Change-Id: I02f47fe2cdbcc4d336f7903b8cab8289c84a797d
- Loading branch information
Showing
6 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.DS_Store | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[submodule "Arcanist/arcanist"] | ||
path = Arcanist/arcanist | ||
url = https://gerrit.wikimedia.org/r/phabricator/arcanist | ||
url = https://phabricator.wikimedia.org/source/arcanist.git | ||
branch = wmf/stable | ||
[submodule "Arcanist/libphutil"] | ||
path = Arcanist/libphutil | ||
url = https://gerrit.wikimedia.org/r/phabricator/libphutil | ||
url = https://phabricator.wikimedia.org/diffusion/PHUTIL/libphutil.git | ||
branch = wmf/stable |
Submodule arcanist
updated
from 9c8774 to 8507fa
Submodule libphutil
updated
from 90fe8b to ae2617
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/sh | ||
|
||
pkgbuild --root ./Arcanist --scripts scripts --identifier com.arcanist.arcanist --version 1 --install-location /private/var arcanist-installer.pkg | ||
pkgbuild --root ./Arcanist --scripts scripts --identifier com.arcanist.arcanist --version 1.1 --install-location /private/var arcanist-installer.pkg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/sh | ||
|
||
pkgbuild --root ../Arcanist --scripts scripts --identifier com.arcanist.arc --version 1 --install-location /private/var/arc-temp arcanist-uninstaller.pkg | ||
pkgbuild --root ../Arcanist --scripts scripts --identifier com.arcanist.arc --version 1.1 --install-location /private/var/arc-temp arcanist-uninstaller.pkg |