summaryrefslogtreecommitdiff
path: root/.arcconfig
AgeCommit message (Collapse)Author
2022-08-23arcanist: use FreeBSD/git project repository instead of FreeBSD/svnAlexander V. Chernikov
Current `.arcconfig` specifies explicit mapping to the FreeBSD/SVN project in Phabricator, which is inactive. This mapping only gets updated to the current "production" (FreeBSD/git) project when the underlying change is committed. Update arcanist configuration to create all new diffs in the FreeBSD/git project. Reviewed By: dim, emaste Differential Revision: https://reviews.freebsd.org/D36204
2021-04-13Remove history.immutable from .arcconfigAlex Richardson
The `history.immutable` setting prevents arcanist from updating the commit messages with the Differential URL and therefore makes updating patches awkward with a rebase workflow. In case this new behaviour is not wanted the old one can be restored by running `arc set-config --local history.immutable true`. Test Plan: `arc diff --create HEAD^` adds the metadata now. Reviewed By: #phabric-admin, imp, lwhsu Differential Revision: https://reviews.freebsd.org/D27971
2021-04-10Adjust .arcconfig to land onto 'main' by defaultDimitry Andric
Otherwise, commands like "arc land" will default to 'master' instead. MFC after: immediately
2020-11-23arcconfig: add callsign againEitan Adler
Problem When using git-svn or other non-pure-svn tooling the original subversion URL is not present. This causes arcanist/phabricator to be unable to determine which repository is being modified. Solution Restore callsign to .arcconfig to enable exact repository matching even with git-svn. Reported By: jhb Notes: svn path=/head/; revision=367945
2016-09-29callsign isn't required anymoreEitan Adler
Notes: svn path=/head/; revision=306435
2016-04-21Remove project.name which is a product of a bygone era.Eitan Adler
Notes: svn path=/head/; revision=298387
2015-07-02Add repository.callsign, to help arcanist figure out what repo it'sMathieu Arnold
doing things on when not using Subversion. With hat: phabric-admin@ Sponsored by: Absolight Notes: svn path=/head/; revision=285064
2015-04-30Phabricator: enable "history.immutable":Eitan Adler
With certain arc workflows leaving history.immutable as false results in using the upstream template instead of our usual commit template. Since the git workflow issues alluded to in my prior commit message can be worked around, set history.immutable once again. Notes: svn path=/head/; revision=282261
2015-04-20phabricator related changes:Eitan Adler
- don't lint either contrib or crypto: these are both externally written directories - add additional linters for spelling (check common typos like teh -> the) - chmod linter checks for executible bit on bad files - merge-conflict checks for merge conflict tokens then may have been resolved incorrectly - filename checks for back characters in filenames - json for json syntax correctness - remove history.immutable: it is meaningless on subversion, and causes workflow problems when trying to use git. It it set to 'true' by default with hg Notes: svn path=/head/; revision=281789
2014-08-14Update the URL to the phabricator instance.Glen Barber
Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=269985
2014-06-06Prevent arc commands from overwriting historyBaptiste Daroussin
Notes: svn path=/head/; revision=267148
2014-05-15Add the missing comaBaptiste Daroussin
Notes: svn path=/head/; revision=266121
2014-05-15Add project name to the arc config it is still required when arcanist is ↵Baptiste Daroussin
used with SVN Notes: svn path=/head/; revision=266120
2014-05-10arcconfig: add oneEitan Adler
Add a .arcconfig to allow arc to work in its usual way. Notes: svn path=/head/; revision=265842