0d78a2182b
Export more information from AmbiguousPackageNameError
Ciaran McCreesh
2006-04-11 14:02:28 +00:00
cc9a5b5398
Change how we avoid stringify compiling for pointers etc so that &stringify<T_> can be used. Fix test cases that relied upon being able to stringify pointers.
Ciaran McCreesh
2006-04-11 14:02:00 +00:00
a45a81f92f
Make ourselves a real container by defining our container type
Ciaran McCreesh
2006-04-11 13:59:45 +00:00
09d0c74f87
Set and use PALUDIS_HOME over HOME, if available, to avoid breaking has_version et al when HOME=T and our config directory is under HOME
Ciaran McCreesh
2006-04-10 04:30:51 +00:00
6c9837567e
Add a test for dobin. Easily pillaged for other utilities if someone feels like it.
Ciaran McCreesh
2006-04-10 04:22:52 +00:00
c64d603a49
Set HOME=T
Ciaran McCreesh
2006-04-10 04:11:05 +00:00
4a7ab0e529
Switch to using our own merger
Ciaran McCreesh
2006-04-10 03:38:23 +00:00
3a161b2c8c
Minor HOWTO tweaks
Ciaran McCreesh
2006-04-10 03:14:56 +00:00
75927fb161
Add support for line-continuation in config files
Stephen P. Bennett
2006-04-10 03:04:11 +00:00
9fc013bc98
Include a check that --help works
Ciaran McCreesh
2006-04-10 00:13:34 +00:00
48a080a327
Make dotfile ignoration an option
Ciaran McCreesh
2006-04-09 23:37:34 +00:00
4ca826151e
HOWTO.html should be cleaned
Ciaran McCreesh
2006-04-09 18:36:59 +00:00
a0989928ed
Say what we expect the config dir to be if we can't find it
Ciaran McCreesh
2006-04-08 21:50:17 +00:00
b5be9a2696
Up the default test timeout from 5s -> 30s
Ciaran McCreesh
2006-04-07 17:09:01 +00:00
064da013fb
Damn you automake!
Ciaran McCreesh
2006-04-07 15:31:24 +00:00
0c7427af5d
Extend portage repository test coverage. Don't explode when paludis_command is requested from a test environment, so that we can check metadata generation in a test.
Ciaran McCreesh
2006-04-07 15:26:27 +00:00
5c1417a104
Show whether we're upgrading, downgrading etc in install pretend list
Ciaran McCreesh
2006-04-07 05:21:36 +00:00
8318d9615f
If SLOT is empty, warn and return '0' instead
Ciaran McCreesh
2006-04-07 05:16:43 +00:00
c5c4c1dac9
Pass SLOT on, for fake package virtuals
Ciaran McCreesh
2006-04-07 05:12:17 +00:00
035e4f5c20
A few more :slot deps checks
Ciaran McCreesh
2006-04-07 05:11:28 +00:00
4b23fc729c
Add svn syncing support
Stephen Klimaszewski
2006-04-06 23:45:00 +00:00
c6b39a12bb
Might as well add the HOWTO to svn for now.
Ciaran McCreesh
2006-04-06 22:37:32 +00:00
a426609bce
For portageq emulation, canonicalise the paths when checking that the current ROOT is being queried
Ciaran McCreesh
2006-04-06 19:56:04 +00:00
31e675b431
Might as well throw a NoSuchSyncerError rather than an InternalError if we're given a sync URL with no protocol...
Ciaran McCreesh
2006-04-06 19:41:17 +00:00
db1fa98e58
Map sync = syncer:protocol:// to use syncer rather than protocol as the VC key, and strip the syncer: part from the passed URL
Ciaran McCreesh
2006-04-06 19:33:56 +00:00
e07d3b94f6
Don't try to load RESTRICT key from vdb, we don't save it
Ciaran McCreesh
2006-04-06 14:27:56 +00:00
f37ae04479
Tinker with the exception heirarchy
Ciaran McCreesh
2006-04-06 14:16:49 +00:00
c8ad7895d2
Replace some of the InternalErrors with nicer exceptions
Ciaran McCreesh
2006-04-06 14:01:11 +00:00
575492dbf7
Don't use -v with cp
Ciaran McCreesh
2006-04-06 13:57:10 +00:00
c573933eac
Don't build qa unless explicitly told to do so
Ciaran McCreesh
2006-04-06 13:56:38 +00:00
a424f46836
Throw a useful exception rather than an InternalError if sync fails. Carry on trying to sync other repos even if one sync fails.
Ciaran McCreesh
2006-04-06 13:33:18 +00:00