← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~blr/canonical-mojo-specs/snap-proxy-git into lp:~canonical-launchpad-branches/canonical-mojo-specs/trunk

 

Kit Randel has proposed merging lp:~blr/canonical-mojo-specs/snap-proxy-git into lp:~canonical-launchpad-branches/canonical-mojo-specs/trunk.

Commit message:
Move snap-proxy (rutabaga) and dependencies to git.

Requested reviews:
  Paul Collins (pjdc)

For more details, see:
https://code.launchpad.net/~blr/canonical-mojo-specs/snap-proxy-git/+merge/303750

The repository is now public.
-- 
Your team Launchpad code reviewers is subscribed to branch lp:~canonical-launchpad-branches/canonical-mojo-specs/trunk.
=== modified file 'lp/mojo-lp-snap-proxy/collect-payload'
--- lp/mojo-lp-snap-proxy/collect-payload	2015-11-19 03:31:43 +0000
+++ lp/mojo-lp-snap-proxy/collect-payload	2016-08-23 23:13:38 +0000
@@ -1,3 +1,3 @@
-rutabaga-code-tip          lp:rutabaga
-rutabaga-dependencies      lp:~canonical-launchpad-branches/rutabaga/dependencies
+rutabaga-code-tip          git+https://git.launchpad.net/rutabaga
+rutabaga-dependencies      git+https://git.launchpad.net/~canonical-launchpad-branches/rutabaga/+git/dependencies
 

=== modified file 'lp/mojo-lp-snap-proxy/manifests/build-and-publish-assets'
--- lp/mojo-lp-snap-proxy/manifests/build-and-publish-assets	2016-01-07 07:44:13 +0000
+++ lp/mojo-lp-snap-proxy/manifests/build-and-publish-assets	2016-08-23 23:13:38 +0000
@@ -1,8 +1,8 @@
 # Build and publish the application asset for deployment.
-builddeps repos=ppa:launchpad/ppa packages=bzr,make,python3-pip,python3-dev,python-virtualenv
+builddeps repos=ppa:launchpad/ppa packages=bzr,git,make,python3-pip,python3-dev,python-virtualenv
 collect config=collect-payload
 build config=build BRANCH=tip
 script config=utils/publish-build-assets BRANCH=tip
 script config=utils/make-branches BRANCH=qastaging
 build config=build BRANCH=qastaging
-script config=utils/publish-build-assets BRANCH=qastaging
\ No newline at end of file
+script config=utils/publish-build-assets BRANCH=qastaging


Follow ups