summaryrefslogtreecommitdiff
path: root/t
Commit message (Collapse)AuthorAge
* changelog2spec: shift test code into .t fileBernhard M. Wiedemann2018-01-24
| | | | to have a cleaner separation
* changelog2spec: add selftestBernhard M. Wiedemann2018-01-23
| | | | because it is hard to see how changes affect outcomes
* bugs--, update testsMichael Schroeder2017-09-04
|
* Support with/without/unless rich depsMichael Schroeder2017-09-04
|
* Fix ignore handling for direct depsMichael Schroeder2017-04-28
|
* Ignore self-conflicts againMichael Schroeder2017-04-19
|
* Remove licenses from testcasesMichael Schroeder2017-04-13
| | | | | They are shared with the build package, which uses a different license.
* Update testcasesMichael Schroeder2017-04-13
| | | | new tests for determinism and debian or dependencies
* Sync up with perl-BSSolvMichael Schroeder2017-04-13
| | | | | %aconflicts now contains arrays, not a string, so that nothing is lost. The wording of some errors was changed.
* More perl-BSSolv syncingMichael Schroeder2017-04-13
|
* More perl-BSSolv compatMichael Schroeder2017-04-13
|
* Make error reporting more like perl-BSSolvMichael Schroeder2017-04-13
|
* Add recommends testingMichael Schroeder2017-04-05
|
* Check obsoletesMichael Schroeder2017-04-05
|
* Reqork test setupMichael Schroeder2017-04-05
| | | | The .repo files are now here strings in the .t files
* Simplify test setupMichael Schroeder2017-04-04
|
* Add more testsMichael Schroeder2017-04-04
|
* Add provider filtering with rich conflict dependenciesMichael Schroeder2017-04-03
|
* Also test parsing of broken rich depsMichael Schroeder2017-04-03
|
* Support rpm style rich deps in the expanderMichael Schroeder2017-04-03
|
* - add GPL license and headers.Adrian Schröter2014-10-09
| | | | | Most of it is GPL v2 or v3 licensed. Some parts only v2 atm, but I will check with authors for v3 permission
* livebuild: Make LiveBuild.pm ignore recipe name base directory as wellJan Blunck2014-07-16
| | | | Signed-off-by: Jan Blunck <jblunck@infradead.org>
* livebuild: Error out if archives are configuredJan Blunck2014-07-10
| | | | | | | We do not support additional repositories defined in the live-build configuration so we return an error here. Signed-off-by: Jan Blunck <jblunck@infradead.org>
* livebuild: Introduce build-packages:livebuild Project Configuration variableJan Blunck2014-07-10
| | | | | | | This variable can be used to override the list of dependencies that live-build expects to have available in the buildroot. Signed-off-by: Jan Blunck <jblunck@infradead.org>
* livebuild: Only process package-lists with the *.list suffixJan Blunck2014-07-09
| | | | | | | live-build itself is only processing them when they have the *.list suffix. Therefore we should do the same thing. Signed-off-by: Jan Blunck <jblunck@infradead.org>
* Add Build::LiveBuild moduleJan Blunck2014-07-04
| | | | | | | | This module will return repositories and package lists from a tarball containing a live-build (see http://live.debian.net/devel/live-build/) configuration directory. Signed-off-by: Jan Blunck <jblunck@infradead.org>
* introduce dist_canon() in Build.pmLudwig Nussel2010-09-20