summaryrefslogtreecommitdiffstats
path: root/maintainers/scripts/update-channel-branches.sh
AgeCommit message (Collapse)Author
2022-11-29maintainers/scripts: Use Bash shebang line for files with bashismsVictor Engmark
2015-02-17update-channel-branches: fix to work with posix /bin/shBenjamin Staffin
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
2014-12-18update-channel-branches.sh: Add verbosity to improve the user experience, ↵Nicolas B. Pierron
and update NixOS documentation.
2014-12-18Add other source of channels, and distinguish between local and remote channels.Nicolas Pierron
2014-12-17Add a script to add git branches for each channel.Nicolas Pierron