You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Blair Zajac a5cdf49184 apt: do not consider not-removed and not-upgraded packages as changes.
If one pins a package and does a 'apt-get dist-upgrade' then the
output looks like:

    # apt-get dist-upgrade
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Calculating upgrade... Done
    The following packages have been kept back:
      cassandra
    0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

The check for any changes made should only be on the 'upgraded' and
'newly installed' values and not include the 'to remove' and 'not
upgraded' values.
11 years ago
cloud Merge pull request #4165 from jerm/devel 11 years ago
commands Allow for relative paths by using abspath 11 years ago
database Merge branch 'devel' of https://github.com/tomdymond/ansible into tomdymond-devel 11 years ago
files Merge branch 'devel' of https://github.com/volker48/ansible into volker48-devel 11 years ago
internal * Updated all ansible.cc references in the documentation to point 12 years ago
inventory Trim legacy variable usage. 12 years ago
messaging Add missing version_added description in docs. 12 years ago
monitoring Fixed monit restarted error. 11 years ago
net_infrastructure Moving firewalld module from net_infra to system 11 years ago
network Fix bug in uri where redirect check fails. 11 years ago
notification Set default XMPP message type to 'chat'. 12 years ago
packaging apt: do not consider not-removed and not-upgraded packages as changes. 11 years ago
source_control Elaborate on capabilities of subversion module 11 years ago
system Merge pull request #4222 from lessmian/devel 11 years ago
utilities Make --check mode work with fireball and accelerate connections 11 years ago
web_infrastructure Merge pull request #4228 from mragh/devel 11 years ago