summary refs log tree commit diff
path: root/maintainers/scripts/update-channel-branches.sh
Commit message (Collapse)AuthorAge
* update-channel-branches: fix to work with posix /bin/shBenjamin Staffin2015-02-17
| | | | | | | | | | Should now work equally well with bash (as on NixOS) and dash (on various other distributions). The only truly required change was on line 10: "function" is a superfluous keyword that's not present in posix sh. Change-Id: If917499b2e24c0d039e8c61208227b90c9fc5c0d
* update-channel-branches.sh: Add verbosity to improve the user experience, ↵Nicolas B. Pierron2014-12-18
| | | | and update NixOS documentation.
* Add other source of channels, and distinguish between local and remote channels.Nicolas Pierron2014-12-18
|
* Add a script to add git branches for each channel.Nicolas Pierron2014-12-17