Merge ~hloeung/content-cache-charm:master into content-cache-charm:master

Proposed by Haw Loeung
Status: Merged
Approved by: Barry Price
Approved revision: f59fd31c114d1879b774a8c7c0be6284726e27be
Merged at revision: 15e7640e57659e1084c99949f45175baf4b648ed
Proposed branch: ~hloeung/content-cache-charm:master
Merge into: content-cache-charm:master
Diff against target: 13 lines (+2/-0)
1 file modified
Makefile (+2/-0)
Reviewer Review Type Date Requested Status
Barry Price Approve
Review via email: mp+366369@code.launchpad.net

Commit message

Clean up some more junk on 'clean' target

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
Barry Price (barryprice) wrote :

+1

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

Change successfully merged at revision 15e7640e57659e1084c99949f45175baf4b648ed

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/Makefile b/Makefile
2index e592bf7..6afa6b2 100644
3--- a/Makefile
4+++ b/Makefile
5@@ -25,6 +25,8 @@ clean:
6 @echo "Cleaning files"
7 @rm -rf ./.tox
8 @rm -rf ./.pytest_cache
9+ @rm -rf ./tests/unit/__pycache__ ./reactive/__pycache__ ./lib/__pycache__
10+ @rm -rf ./.coverage ./.unit-state.db
11
12 # The targets below don't depend on a file
13 .PHONY: lint test unittest functionaltest clean help

Subscribers

People subscribed via source and target branches