~linuxmint-daily-build-team/linuxmint/+git/mintsystem:17.1-rebecca

Last commit made on 2016-09-01
Get this branch:
git clone -b 17.1-rebecca https://git.launchpad.net/~linuxmint-daily-build-team/linuxmint/+git/mintsystem

Branch merges

Branch information

Recent commits

aeec11e... by Clement Lefebvre <email address hidden>

7.9.7+2

bab9ac8... by Clement Lefebvre <email address hidden>

Pastebin: use gist.github.com

8ec5de9... by Clement Lefebvre <email address hidden>

7.9.7+1

6bdf67a... by Clement Lefebvre <email address hidden>

Added Virtualbox repository to list of 700 sources

27db9dd... by Clement Lefebvre <email address hidden>

7.9.7

9e43bdc... by Clement Lefebvre <email address hidden>

Merge pull request #25 from monsta/bash-completion-for-apt

Added bash-completion script for our "apt" script.

6e28fde... by Clement Lefebvre <email address hidden>

7.9.6

2ccfa9a... by Clement Lefebvre <email address hidden>

Removed Kubuntu Backports PPA from list of priorities (might be added when actually needed)

7eafe9f... by Clement Lefebvre <email address hidden>

Added priorities for common 3rd party sources

3a93c99... by Vlad Orlov

Added bash-completion script for our "apt" script.

The script is taken from:
http://forums.linuxmint.com/viewtopic.php?f=148&t=82867

Big thanks to the original author.

Differences from the original script:
- fixed _comp_dpkg_installed_packages and _rpm_installed_packages
  calls for modern systems (thanks to http://askubuntu.com/a/445638);
- made it recognize the "policy" command;
- made it complete the "version" command's argument only for the
  installed packages, because otherwise the output of that command
  would be empty.

Fixes https://github.com/linuxmint/mintsystem/issues/4.