Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-25 | tools: migrate-lp-user-to-github removes repo_dir if created (#35) | Chad Smith | |
To run: ./tools/migrate-lp-user-to-github LAUCHPAD_USERNAME GITHUB_USERNAME | |||
2019-11-10 | pycodestyle: remove unused local variable | Ryan Harper | |
2019-11-07 | tools: migrate script needs to write tools/.lp-to-git-user | Chad Smith | |
Also fix commit message lint | |||
2019-11-06 | tools: add migrate-lp-user-to-github script to link LP to github | Chad Smith | |
To link a launchpad account name to your github account for licensing accountability each LP user should publish a merge proposal in launchpad with their LP account and a matching merge proposal in github using their github user. Cloud-init will track these usename maps in ./tools/.lp-to-git-user as JSON. Run ./tools/migrate-lp-user-to-github <LP_USERNAME> <GITHUB_USERNAME> to automatically create merge proposals in launchpad and your github account. |