Merge ~racb/git-ubuntu:bump-ubuntu-dev-tools into git-ubuntu:master

Proposed by Robie Basak
Status: Merged
Merged at revision: 689102ffaea9624b03ded37cc5d593df5de6607b
Proposed branch: ~racb/git-ubuntu:bump-ubuntu-dev-tools
Merge into: git-ubuntu:master
Diff against target: 32 lines (+7/-5)
1 file modified
snap/snapcraft.yaml (+7/-5)
Reviewer Review Type Date Requested Status
Bryce Harrington Approve
Server Team CI bot continuous-integration Approve
Review via email: mp+381451@code.launchpad.net

Commit message

Make Jenkins happy

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :

PASSED: Continuous integration, rev:689102ffaea9624b03ded37cc5d593df5de6607b
https://jenkins.ubuntu.com/server/job/git-ubuntu-ci/484/
Executed test runs:
    SUCCESS: VM Setup
    SUCCESS: Build
    SUCCESS: Unit Tests
    IN_PROGRESS: Declarative: Post Actions

Click here to trigger a rebuild:
https://jenkins.ubuntu.com/server/job/git-ubuntu-ci/484//rebuild

review: Approve (continuous-integration)
Revision history for this message
Bryce Harrington (bryce) wrote :

I'm not sure if you need review approval for this, but fwiw the change looks ok to me - the changes are confined to packaging and easy to adjust if any problems rear their head.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
2index 0229bd7..4bf1ec2 100644
3--- a/snap/snapcraft.yaml
4+++ b/snap/snapcraft.yaml
5@@ -229,8 +229,10 @@ parts:
6 source: https://people.canonical.com/~rbasak/git-ubuntu/ubuntu-dev-tools-0.161.tar.gz
7 source-checksum: sha384/98fe630d6f644155b49b15c57b5d4f9f47bd918cc074359f5b5ac3fa283506b8fc2d557127f1b47dd2bd66e681c17104
8 stage:
9- - -usr/bin/py*
10- - -usr/bin/2to3*
11+ - -bin/*
12+ - -usr/bin/*
13+ - -share/man/*
14+ - -share/ubuntu-dev-tools/enforced-editing-wrapper
15 - -usr/share/*python*
16 - -lib/python2.7/site-packages/oauth*
17 - -usr/lib/python2.7
18@@ -238,11 +240,11 @@ parts:
19 plugin: python
20 python-version: python3
21 # generated with
22- # git clone https://git.launchpad.net/ubuntu-dev-tools -b 0.161
23+ # git clone https://git.launchpad.net/ubuntu-dev-tools -b 0.176
24 # cd ubuntu-dev-tools
25 # git archive --prefix ubuntu-dev-tools-$(git describe)/ -o ../ubuntu-dev-tools-$(git describe).tar.gz HEAD
26- source: https://people.canonical.com/~rbasak/git-ubuntu/ubuntu-dev-tools-0.161.tar.gz
27- source-checksum: sha384/98fe630d6f644155b49b15c57b5d4f9f47bd918cc074359f5b5ac3fa283506b8fc2d557127f1b47dd2bd66e681c17104
28+ source: https://people.canonical.com/~rbasak/git-ubuntu/ubuntu-dev-tools-0.176.tar.gz
29+ source-checksum: sha384/24c255fcebe48ad6bdc6aa4cf197753b4c1683bb70458c2170593f70e8820911d61632cd99ec48f540eadad3ba5a9f56
30 stage:
31 - -usr/bin/py*
32 - -usr/bin/2to3*

Subscribers

People subscribed via source and target branches