This website requires JavaScript.
Explore
Help
Register
Sign In
psi-jack
/
dotbot
Watch
1
Star
0
Fork
You've already forked dotbot
0
mirror of
synced
2024-11-05 08:38:57 -05:00
Code
Issues
Releases
Wiki
Activity
1f65810dc5
dotbot
/
.gitmodules
5 lines
98 B
Text
Raw
Normal View
History
Unescape
Escape
Add YAML support Add support for YAML format configuration files. In addition, this commit adds instructions about YAML config files to the README, and it also changes the README to encourage use of YAML instead of JSON.
2014-10-27 20:04:00 -04:00
[submodule "lib/pyyaml"]
path = lib/pyyaml
Point PyYAML dependency to official repository Previously, PyYAML was hosted on BitBucket, so we had a mirror of the repo on GitHub. Now, official hosting has moved to GitHub, so we can point to the official repository instead. Thanks to Marco A. Feliu <marco.feliu@nianet.org> for pointing this out. This patch also updates the install shim to update submodule URLs. To preserve the functionality of earlier Dotbot versions, we will need to maintain 'https://github.com/anishathalye/pyyaml'. Because old versions of the install shim used with new Dotbot versions will not update submodule URLs, we will need to keep the old repository in sync with the upstream repository as we upgrade PyYAML versions. This patch also upgrades the dependency to PyYAML 3.12.
2018-05-24 10:30:24 -04:00
url = https://github.com/yaml/pyyaml
Ignore dirty pyyaml submodule When used, pyyaml generates *.pyc files, which will cause the submodule to appear as dirty. This will bubble all the way up to any parent repository that include Dotbot as a submodule. This change makes it so that changes in the pyyaml repository do not cause the parent repository to appear to have modified files.
2014-11-20 10:26:25 -05:00
ignore = dirty
Reference in a new issue
Copy permalink