Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rename vendor to archive | Loïc Minier | 2010-01-25 |
| | |||
* | Move arch specific handling to guess_*_vendor() | Loïc Minier | 2010-01-25 |
| | | | | | | Move arch specific handling from guess_vendor_arch_mirror() to guess_dist_vendor() and rename functions accordingly. Introduce an "ubuntu-ports" vendor -- should really be an "archive". | ||
* | Test --arch based Ubuntu mirror selection | Loïc Minier | 2010-01-25 |
| | |||
* | test_pbuilder-apt-config: set -e | Loïc Minier | 2010-01-25 |
| | |||
* | Add support for pockets in suite mode and tests | Loïc Minier | 2010-01-25 |
| | |||
* | Test --with-sources | Loïc Minier | 2010-01-25 |
| | |||
* | Add pbuilder-apt-config testsuite | Loïc Minier | 2010-01-25 |
| | |||
* | Test expect_output() | Loïc Minier | 2010-01-25 |
| | |||
* | Remove security pocket until deps are clarified | Loïc Minier | 2010-01-25 |
| | |||
* | Add more sanity checks | Loïc Minier | 2010-01-25 |
| | |||
* | Add sanity checks | Loïc Minier | 2010-01-25 |
| | |||
* | Add support for */volatile-sloppy | Loïc Minier | 2010-01-25 |
| | |||
* | Remove useless mirror= for two cases | Loïc Minier | 2010-01-25 |
| | |||
* | Reflow output_sources into individual case stmts | Loïc Minier | 2010-01-25 |
| | |||
* | Add support for debian-volatile | Loïc Minier | 2010-01-25 |
| | |||
* | Add support for outputting deb-src lines | Loïc Minier | 2010-01-25 |
| | |||
* | Support commas to separate components and pockets | Loïc Minier | 2010-01-25 |
| | |||
* | Use backports.org as a vendor instead of bpo | Loïc Minier | 2010-01-25 |
| | |||
* | Better handling of some error conditions | Loïc Minier | 2010-01-25 |
| | |||
* | Add initial pbuilder-apt-config | Loïc Minier | 2010-01-25 |
| | |||
* | Mention quoting around --bindmounts; LP: #376612 | Loïc Minier | 2010-01-08 |
| | |||
* | Drop useless if construct | Loïc Minier | 2010-01-05 |
| | |||
* | Fix get_dep_op_and_ver() output | Loïc Minier | 2010-01-05 |
| | | | | | Fix get_dep_op_and_ver() to not output anything when there is no version and to deal with spaces between version and closing parenthesis. | ||
* | Test get_dep_op_and_ver() | Loïc Minier | 2010-01-05 |
| | |||
* | Cleanup split_alternates() | Loïc Minier | 2010-01-05 |
| | |||
* | Test get_pkg_name() | Loïc Minier | 2010-01-05 |
| | |||
* | Fix extra spaces in split_deps() output | Loïc Minier | 2010-01-05 |
| | |||
* | Test split_alternates() | Loïc Minier | 2010-01-05 |
| | |||
* | Fix extra slashes in split_deps() output | Loïc Minier | 2010-01-05 |
| | |||
* | Add testsuite for pbuilder-satisfydepends-classic | Loïc Minier | 2010-01-05 |
| | |||
* | Remove leading and trailing comma + space | Loïc Minier | 2010-01-05 |
| | |||
* | pbuilder-satisfydepends-classic: Use functions | Loïc Minier | 2010-01-05 |
| | | | | | pbuilder-satisfydepends-classic: Use functions to avoid code duplication and make the logic more readable. This also allows testing. | ||
* | Make satisfydepends-aptitude, -classic relocatable | Loïc Minier | 2010-01-05 |
| | | | | Make pbuilder-satisfydepends-aptitude and -classic relocatable. | ||
* | Fix typo in get_build_conflicts() | Loïc Minier | 2010-01-05 |
| | |||
* | Normalize and test arch specifiers | Loïc Minier | 2010-01-05 |
| | |||
* | Normalize output of get_build_deps(), _conflicts() | Loïc Minier | 2010-01-04 |
| | |||
* | Normalize output of get_source_control_field() | Loïc Minier | 2010-01-04 |
| | |||
* | test_pbuilder-satisfydepends-funcs: test tabs | Loïc Minier | 2010-01-04 |
| | |||
* | Rewrite get_control_re | Loïc Minier | 2010-01-04 |
| | | | | | Replace cat + awk + sed in get_control_re() with a sed script; rename the function to get_source_control_field. | ||
* | Simpler logic for inclusion of -Indep build-deps | Loïc Minier | 2010-01-04 |
| | | | | | | | | | Set BINARY_ARCH in pbuilder-satisfydepends-checkparams just as in pbuilder-checkparams instead of setting BC_REGEXP and BD_REGEXP and change get_build_deps and get_build_conflicts to query for Build-Deps / Build-Conflicts only, with an optional separate get_control_re call for the -Indep deps if needed. Update testsuite to also test for build-deps-indep. | ||
* | Drop obsolete comment | Loïc Minier | 2010-01-04 |
| | |||
* | Drop useless get_control_re() control arg | Loïc Minier | 2010-01-04 |
| | |||
* | package_versions(): drop useless subshell | Loïc Minier | 2010-01-04 |
| | | | | | | package_versions(): drop useless subshell; pipes are already run in a subshell. Also add LC_ALL=C for consistency when parsing output of commands. | ||
* | package_versions, candidate_version(): cleanup re | Loïc Minier | 2010-01-04 |
| | | | | package_versions(), candidate_version(): cleanup regexp | ||
* | Stop intalling ccache sample config | Loïc Minier | 2010-01-04 |
| | |||
* | Add get_build_deps() and get_build_conflicts() | Loïc Minier | 2010-01-04 |
| | | | | | Add get_build_deps() and get_build_conflicts() functions wrapping get_control_re() for BD_REGEXP and BC_REGEXP over DEBIAN_CONTROL. | ||
* | Drop useless function keyword | Loïc Minier | 2010-01-04 |
| | |||
* | test_pbuilder-satisfydepends-funcs: fix typos | Loïc Minier | 2010-01-04 |
| | |||
* | trap exit to run a cleanup() function | Loïc Minier | 2010-01-04 |
| | | | | | | test_pbuilder-satisfydepends-funcs: trap exit to run a cleanup() function; this avoid leaving files behind if the script is killed at the wrong time. | ||
* | Rename CONTROL to DEBIAN_CONTROL | Loïc Minier | 2010-01-04 |
| | | | | | test_pbuilder-satisfydepends-funcs: Rename CONTROL to DEBIAN_CONTROL as to use the same var for all get_control_re calls. |