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
diff --git a/Makefile b/Makefile
index 85be332..452acd4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,6 @@
1lint:1lint:
2 tox -e lintverbose2 tox -e lintverbose
33
4dch:
5 if ! which gbp > /dev/null; then sudo apt-get install -y git-buildpackage; fi
6 gbp dch --debian-tag='%(version)s' -D xenial --git-log --first-parent
7
8deb-src:
9 debuild -S -sa -I.git -I.tox
10
11test:4test:
12 tox -e unit5 tox -e unit
136

Subscribers

People subscribed via source and target branches