- Dec 23, 2011
-
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
-
- Dec 22, 2011
-
-
Sebastien Luttringer authored
we need python-progressbar >= 2.3 to work with is. We previously ship inside it because debian doesn't have 2.3 package available. now we have built a debian package, we can remove code and add a dependency
-
Sebastien Luttringer authored
old command line option are still present but no more in config file this allow to override easily on command line config parameters
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
--no-sync as the same beneficts
-
- Dec 21, 2011
-
-
Sebastien Luttringer authored
this commit also make cachify more exception safe
-
Sebastien Luttringer authored
-
- Dec 20, 2011
-
-
Sebastien Luttringer authored
if no filter given, list in all online repository Also remove list -S, can be done by is -s ''
-
Sebastien Luttringer authored
also use Repository.is_repository_name to validatage repository name
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
This commmit make a big cleaning inside IS binary, moving all code insides functions and removing unecessary use of variables
-
Sebastien Luttringer authored
also optimize tarball.getnames
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
dangerous options are last one
-
Sebastien Luttringer authored
prepare and uprepare chroot functions now track non existant files preparing are now done more carrefully about tricks
-
Sebastien Luttringer authored
repo command can now purge cache of database
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
python-argparse (1.1) shipped with debian squeeze is bugged and doesn't work with installsystems needs python-argparse 1.2.1 (last upstream version) was backported into squeeze and we need it.
-
Sebastien Luttringer authored
-
- Dec 14, 2011
-
-
Sebastien Luttringer authored
Thanks to Antoine "Naps" Millet for its precisous help
-
Sebastien Luttringer authored
list -S only list images inside searchable repositories
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
Image are not crawled anymore in all repositories by default You needs to specify a list of repo to look in
-
Sebastien Luttringer authored
this allow a better display of images setup options and arguments
-
- Dec 09, 2011
-
-
Sebastien Luttringer authored
-
- Dec 08, 2011
-
-
Sebastien Luttringer authored
a bug occur with string like "#l##c#R#R#". This is due to order of processing colors. Now use re.sub
-
Sebastien Luttringer authored
-