5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fc02dad92c | |||
| 9d06e0bf2e | |||
| e95f91aff8 | |||
| f750b2cf05 | |||
| 1187c10c86 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| fc02dad92c |
projects-dir-minimal.mk: Default PROJECTS_DIR_REMOTE_BASE to jw-build's remote
If jw-build is already cloned, infect all other repositories with its remote via PROJECTS_DIR_REMOTE_BASE. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 9d06e0bf2e |
CmdGetAuthInfo: Code beautification
Fix clumsy code printing auth info. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| e95f91aff8 |
CmdGetAuthInfo: Fix: Suppress user name "None"
Don't print username="None" if there's no such user Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| f750b2cf05 |
CmdGetAuthInfo: Don't use non-git jw-build
Don't try to use non-git jw-build repositories to retrieve auth info. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 1187c10c86 |
build.cmds.GetAuthInfo: Add module
Add command get-auth-info to jw-projects.py. It is meant to retrieve JANWARE_USER from an already cloned jw-build tree. Signed-off-by: Jan Lindemann <jan@janware.com> |