Merge lp://staging/~bgeron/apt-btrfs-snapshot/silence-apt into lp://staging/apt-btrfs-snapshot
Proposed by
Bram Geron
Status: | Merged |
---|---|
Merged at revision: | 52 |
Proposed branch: | lp://staging/~bgeron/apt-btrfs-snapshot/silence-apt |
Merge into: | lp://staging/apt-btrfs-snapshot |
Diff against target: |
6 lines (+1/-1) 1 file modified
data/80-btrfs-snapshot (+1/-1) |
To merge this branch: | bzr merge lp://staging/~bgeron/apt-btrfs-snapshot/silence-apt |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michael Vogt | Pending | ||
Review via email: mp+265997@code.staging.launchpad.net |
Description of the change
This silences the "Supported" message when running through APT, expands on the "Not supported" message.
I tested this by copying the file into the appropriate location, and negating the test by prepending a ! before the -x.
Thanks for giving my 2 merge proposals a look!
Bram
To post a comment you must log in.
Thanks for the MP and sorry for the slow reply.
What do you think about simply changing the "supported" message inside apt-btfs-snapshot? Like: snapshot" ))
- print(_("Sorry, your system lacks support for the snapshot feature"))
+ print(_("The system does not support apt-btrfs-
The advantage is that this way the message is translated :)