[Pkg-puppet-devel] [facter] branch master updated (b87928e -> b7eddc0)

Stig Sandbeck Mathisen ssm at debian.org
Mon Nov 4 15:01:32 UTC 2013


This is an automated email from the git hooks/post-receive script.

ssm pushed a change to branch master
in repository facter.

      from  b87928e   Update patch metadata
       new  663c3d3   Adding a windows fact for i686 to architecture specs
       new  0cb1ff1   (#20989) x86 windows hardware model show i686 not i1586
       new  5d2bd57   Merge branch 'ticket/stable/20989-windows-x86-reported-wrong' into stable
       new  72a15b3   Merge tag '1.7.2' into stable
       new  d49f646   (#21533) Convert network data to string before access
       new  7b01b59   Merge branch 'pull-468' into stable
       new  6031275   (maint) Fix mocha expectations crashing facter_spec
       new  ad902bd   (maint) Rakefile loads all the libraries it can.
       new  65577a4   (maint) Update README with a little bit of spec info.
       new  d631465   Merge pull request #475 from jpartlow/maint/stable/virtual_and_facter_spec_order_fix
       new  9be738f   (#21533) Verify facter doesn't write to stderr
       new  565fd86   Merge pull request #470 from joshcooper/ticket/stable/21533-facter-stderr
       new  9f5bec1   (maint) Clean up install.rb dependencies
       new  9d04cf5   (maint) Remove openssl dependencies from debian/control file
       new  3979271   (packaging) Update changelog template with currently supported debian/ubuntu dists.
       new  faa2f52   Merge pull request #477 from haus/maint/stable/packaging_fixes
       new  11ee819   (Maint) Ignore Gemfile.local
       new  bb8e11b   Merge pull request #492 from ferventcoder/maint/stable/ignore_gemfile_local
       new  53eeb2a   (packaging) Remove createpackage.sh from facter
       new  a1842d0   (packaging) Remove PackageInfo.plist, it is no longer used by packaging.
       new  cdf5304   Merge pull request #490 from haus/remove_createpackage_sh
       new  18522b4   (Bug #21762) Update facter to support F19
       new  c565985   Merge pull request #480 from melissaanne/maint/stable/re-47_f19-updates
       new  32fd13a   ip address fact that return full ifconfig output
       new  d85a4c1   (refactor) Simplify ipaddress fact specs
       new  56ce53a   (maint) Stub extraneous facts when testing ifconfig
       new  3bcc962   Merge branch 'pull-476' into stable
       new  995232e   Maint: Don't load facts twice during specs
       new  0a8c231   (#16668) Use WMI to collect IPv4 address
       new  8ab8b98   (#16668) Use WMI to collect netmask fact
       new  0ddf001   (#16668) Use WMI to collect macaddress fact
       new  66d8c80   (#16668) Use WMI to collect IPv6 address
       new  672efc5   (#21518) Use WMI to collect per-interface facts
       new  c3199c7   (#16665) Remove references to netsh
       new  2ac6cc1   Maint: Simplify how interfaces are enumerated
       new  9f18629   (#16668) Support IPv6 adapter binding order
       new  abf0d08   Maint: Update yardocs
       new  8fc6bd5   (#16668) added windows network spec helper
       new  fb3bd3b   maint: adding lib to spec path in spec helper
       new  47bfb4a   (#16668) Only consider NICs that have a binding entry
       new  aaebc4e   (#16668) Ipv6 remove warning
       new  3ade301   (#16668) Backport WMI changes to per-interface facts
       new  0972700   Merge branch 'ticket/stable/16668-wmi-ipaddress-facts' into stable
       new  c128221   Maint: Don't output "No facts loaded from" during tests
       new  4e12130   Maint: Clear memory facts now that they are loaded earlier
       new  e056b44   (#21738) Revert "(#2157) Remove support for executable external facts on Windows"
       new  6423c0d   (#21738) Add .cmd / Update PowerShell parser
       new  26a7691   maint: Refactor Key Value Output Parsers
       new  6bee7e7   Merge pull request #508 from ferventcoder/fix/21738/win_external_facts
       new  77de566   (Bug #22163) remove hardcoded hostname dependencies
       new  a43dc7a   Merge pull request #515 from melissaanne/maint/stable/re-144_rm-hardcoded-dependencies
       new  b9abdd1   (#12116) Windows domain/fqdn error when no domain
       new  c165137   Merge remote-tracking branch 'rob/fix/stable/12116_domain_errors_windows' into stable
       new  5a730af   (#12116) Don't break on the first interface
       new  5a323c4   Merge pull request #520 from joshcooper/ticket/stable/12116_first_non_nil_dnsdomain
       new  9e79d7c   (packaging) Update FACTERVERSION to 1.7.3-rc1
       new  e7a26cf   (packaging) Update FACTERVERSION to 1.7.3
       new  450bc8c   Imported Upstream version 1.7.3
       new  87a19ed   Merge tag 'upstream/1.7.3'
       new  067cddd   Bump standards version (no changes)
       new  b7eddc0   releasing version 1.7.3-1

The 61 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                          |    8 +
 Rakefile                                           |   14 +-
 acceptance/tests/no_errors_on_stderr.rb            |    6 +
 debian/changelog                                   |    8 +
 debian/control                                     |    2 +-
 ext/build_defaults.yaml                            |    7 +-
 ext/debian/changelog                               |   10 +-
 ext/debian/control                                 |    4 +-
 ext/ips/facter.p5m                                 |    4 +-
 ext/osx/PackageInfo.plist                          |   36 ---
 ext/osx/createpackage.sh                           |  179 ---------------
 ext/osx/preflight                                  |  241 --------------------
 ext/osx/preflight.erb                              |   30 +++
 ext/osx/{prototype.plist => prototype.plist.erb}   |   12 +-
 ext/redhat/facter.spec                             |   10 +-
 install.rb                                         |    2 +-
 lib/facter/domain.rb                               |   14 +-
 lib/facter/hardwaremodel.rb                        |    9 +-
 lib/facter/ipaddress.rb                            |   20 +-
 lib/facter/ipaddress6.rb                           |   15 +-
 lib/facter/macaddress.rb                           |    2 +-
 lib/facter/netmask.rb                              |   19 ++
 lib/facter/util/directory_loader.rb                |    2 +-
 lib/facter/util/ip.rb                              |   32 ++-
 lib/facter/util/ip/windows.rb                      |  215 +++++++++++++++++
 lib/facter/util/macaddress.rb                      |   12 +-
 lib/facter/util/netmask.rb                         |    2 +-
 lib/facter/util/parser.rb                          |   49 ++--
 lib/facter/version.rb                              |    2 +-
 lib/facter/virtual.rb                              |   10 +-
 ...indows_netsh_addresses_with_multiple_interfaces |   35 ---
 .../unit/ipaddress/ifconfig_non_english_locale.txt |   18 ++
 spec/lib/facter_spec/windows_network.rb            |   64 ++++++
 spec/spec_helper.rb                                |   32 ++-
 spec/unit/architecture_spec.rb                     |    1 +
 spec/unit/domain_spec.rb                           |   43 +++-
 spec/unit/ec2_spec.rb                              |    2 +-
 spec/unit/facter_spec.rb                           |    4 +-
 spec/unit/hardwaremodel_spec.rb                    |   17 +-
 spec/unit/ipaddress6_spec.rb                       |  119 ++++++++--
 spec/unit/ipaddress_spec.rb                        |  122 ++++++++--
 spec/unit/macaddress_spec.rb                       |    4 -
 spec/unit/memory_spec.rb                           |   15 +-
 spec/unit/netmask_spec.rb                          |   67 +++++-
 spec/unit/util/ip/windows_spec.rb                  |   48 ++++
 spec/unit/util/ip_spec.rb                          |   30 +--
 spec/unit/util/macaddress_spec.rb                  |   62 ++++-
 spec/unit/util/parser_spec.rb                      |   35 ++-
 spec/unit/util/virtual_spec.rb                     |   13 +-
 spec/unit/zfs_version_spec.rb                      |    9 +-
 spec/unit/zpool_version_spec.rb                    |    9 +-
 51 files changed, 1025 insertions(+), 700 deletions(-)
 create mode 100644 acceptance/tests/no_errors_on_stderr.rb
 delete mode 100644 ext/osx/PackageInfo.plist
 delete mode 100755 ext/osx/createpackage.sh
 delete mode 100644 ext/osx/preflight
 create mode 100755 ext/osx/preflight.erb
 rename ext/osx/{prototype.plist => prototype.plist.erb} (78%)
 create mode 100644 lib/facter/util/ip/windows.rb
 delete mode 100644 spec/fixtures/netsh/windows_netsh_addresses_with_multiple_interfaces
 create mode 100644 spec/fixtures/unit/ipaddress/ifconfig_non_english_locale.txt
 create mode 100644 spec/lib/facter_spec/windows_network.rb
 mode change 100644 => 100755 spec/unit/netmask_spec.rb
 create mode 100644 spec/unit/util/ip/windows_spec.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/facter.git



More information about the Pkg-puppet-devel mailing list