Merge lp://staging/~ubuntu-testcase/ubuntu-community-testing/add_and_package_script into lp://staging/ubuntu-community-testing
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~ubuntu-testcase/ubuntu-community-testing/add_and_package_script |
Merge into: | lp://staging/ubuntu-community-testing |
Diff against target: |
311 lines (+215/-1) 13 files modified
.bzr-builddeb/default.conf (+2/-0) README (+17/-0) debian/changelog (+5/-0) debian/compat (+1/-0) debian/control (+23/-0) debian/copyright (+21/-0) debian/docs (+1/-0) debian/rules (+12/-0) debian/source/format (+1/-0) setup.py (+43/-0) ubuntu_community_testing/__init__.py (+17/-0) ubuntu_community_testing/ubuntu_community_testing.py (+66/-0) ubuntu_community_testing/upload_results.py (+6/-1) |
To merge this branch: | bzr merge lp://staging/~ubuntu-testcase/ubuntu-community-testing/add_and_package_script |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu Testcase Admins | Pending | ||
Review via email: mp+268654@code.staging.launchpad.net |
Description of the change
Do a bit of refactoring of the project layout so the web-service is in its own directory and tools are in a separate one. More importantly, add a script called ubuntu-
This still needs debian packaging for the tools. The debian package should install both tools and the required dependencies (mainly checkbox-
Unmerged revisions
- 35. By Christopher Lee
-
Update copyright file from where I pilfered it from.
- 34. By Christopher Lee
-
Add checkbox-
converged- community to depends. - 33. By Christopher Lee
-
Adding initial packaging w/ slight shuffle around.
- 32. By Christopher Lee
-
Fix syntax and flake8 errors
- 31. By Brendan Donegan
-
Add ubuntu-
community- testing wrapper script - 30. By Brendan Donegan
-
Adding upload script and re-arranging codebase