Merge ~gabrielcocenza/juju-lint:bug/1983286 into juju-lint:master

Proposed by Gabriel Cocenza
Status: Merged
Approved by: Eric Chen
Approved revision: 39cbde8bd4d6b0665050d8b4e0362dc3f972a6c4
Merged at revision: 46d295092d560d8e327f607109fa9855d2eff674
Proposed branch: ~gabrielcocenza/juju-lint:bug/1983286
Merge into: juju-lint:master
Diff against target: 17 lines (+0/-7)
1 file modified
Makefile (+0/-7)
Reviewer Review Type Date Requested Status
Eric Chen Approve
Review via email: mp+427695@code.launchpad.net

Commit message

remove commands related to Debian packaging in the Makefile

Closes-bug: #1983286

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
Eric Chen (eric-chen) :
review: Approve
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 46d295092d560d8e327f607109fa9855d2eff674

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/Makefile b/Makefile
2index 85be332..452acd4 100644
3--- a/Makefile
4+++ b/Makefile
5@@ -1,13 +1,6 @@
6 lint:
7 tox -e lintverbose
8
9-dch:
10- if ! which gbp > /dev/null; then sudo apt-get install -y git-buildpackage; fi
11- gbp dch --debian-tag='%(version)s' -D xenial --git-log --first-parent
12-
13-deb-src:
14- debuild -S -sa -I.git -I.tox
15-
16 test:
17 tox -e unit
18

Subscribers

People subscribed via source and target branches