Skip to content

Commit

Permalink
Merge pull request #105 from Kegeruneku/bug_3375/dev/3375_add_newer_u…
Browse files Browse the repository at this point in the history
…buntu_releases_to_apt_technique

Fixes #3375: Add newer Ubuntu / Debian releases to the APT package manag...
  • Loading branch information
jooooooon committed Apr 25, 2013
2 parents aef826d + d8d93b0 commit 12e948c
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ bundle agent check_apt_settings {

"apt_detected_distro" string => "squeeze";

debian_7::

"apt_detected_distro" string => "wheezy";

debian_8::

"apt_detected_distro" string => "jessie";

ubuntu_karmic::

"apt_detected_distro" string => "karmic";
Expand All @@ -63,6 +71,26 @@ bundle agent check_apt_settings {

"apt_detected_distro" string => "maverick";

ubuntu_natty::

"apt_detected_distro" string => "natty";

ubuntu_oneiric::

"apt_detected_distro" string => "oneiric";

ubuntu_precise::

"apt_detected_distro" string => "precise";

ubuntu_quantal::

"apt_detected_distro" string => "quantal";

ubuntu_raring::

"apt_detected_distro" string => "raring";

apt_installrecommends_edit::

"aptconf[APT::Install-Recommends]" string => "&APT_INSTALLRECOMMENDS&";
Expand Down

0 comments on commit 12e948c

Please sign in to comment.