Bonjour,
Cherchant actuellement à automatiser la création d’un repo Debian, j’utilise l’outil debarchiver.
Cependant, malgré avoir tripoté la conf pour n’avoir qu’une branche stable (squeeze), celui-ci me crée une branche “unstable” dans le repo, et y place les packages, plutot que de les mettre dans la “stable”.
Voici la partie du fichier de configuration concernant le répo:
[code]# This one is used for debarchives that matches distinput criteria.
%distinputdirs =
(
stable => ‘stable’,
);
What distributions that should exist.
@distributions = (‘stable’);
Default major section to install to, if not defined in the uploaded files.
$majordefault = “main”;
Mapping of aliases.
OBS! If you create a mapping that will only be created if you have
added the key to @distributions above. If you want the symlink to be created
in a proper way you MUST add them at the same time. Else you will have
two directories that are independent (and not mapped).
%distmapping =
(
stable => ‘squeeze’
);
What architectures that should exist (automatically created).
All and source will exist anyway.
@architectures = (‘i386’);
What sections that should exist.
@sections = (‘main’);[/code]
Merci d’avance,
