Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Epic Link:
-
Team:SQuaRE
Description
Somewhere in the codekit refactor we lost the ability to push licensing changes.
Here's how to test this:
1) create a repository with a file with an old-style license in it, or just use https://github.com/lsst-sqre/ck-tester.git
2) create a codekit venv (Python3)
3) Set up your token file if you need to
4) lsst-bp -u <your-GH-id> -o lsst-sqre --repo ck-tester --branch fixit
5) make sure that branch "fixit" of ck-tester has the changes you expect (separate LICENSE/COPYRIGHT, pointer to them in .py file)
6) delete branch "fixit"
7) repeat 2-6 with Python 2.