2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 888c0495ec | |||
| 281cdf4ec7 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 888c0495ec |
lib.base: Add module
Add lib.base to provide basic definitions. For now, move the definiions of Result, Input and InputMode from ExecContext into lib.base. Having to import them from the ExecContect module is too heavy-handed for those simple types. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 281cdf4ec7 |
cmds.projects.CmdCanonicalizeRemotes: Add command
CmdCanonicalizeRemotes / canonicalize-remotes and the respective target in topdir.mk remove the /srv/git portion from all remotes' URLs pointing to git.janware.com. Signed-off-by: Jan Lindemann <jan@janware.com> |