summaryrefslogtreecommitdiff
path: root/spec/data/apt
Commit message (Collapse)AuthorAgeFilesLines
* Update for chef.io domain in copyright lines too.Noah Kantrowitz2016-02-023-3/+3
|
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-023-6/+6
| | | Created via git ls-files | xargs perl -pi -e "s/(Copyright.*?), Opscode(,)? Inc(\.)?/\\1, Chef Software Inc./gi"
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-023-6/+6
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* rebuilt deb fixtures on 10.04 to fix 10.04Lamont Granquist2015-12-0932-966/+222
|
* dpkg multipackage and bonus fixesLamont Granquist2015-12-0228-0/+1011
| | | | | | | | - multipackages dpkg_package - fixes edge conditions in load-current-resource around purging/removing packages that threw errors before - fixes the ability to purge packages that have been removed - adds a lot of functional tests for dpkg_package
* revert whitespace for all spec/data fixturesLamont Granquist2013-09-264-12/+12
| | | | | | - some of these have deliberate whitespace/line-ending differences - without going through them one by one its safer to revert the lot of them
* Normalize whitespace on all filesSeth Vargo2013-09-264-12/+12
|
* Add functional tests for (apt) package resourcedanielsdeleo2013-08-0236-0/+244
Repro/regression test for CHEF-4406 included but is marked pending.