diff options
Diffstat (limited to 'src/simplaret')
-rwxr-xr-x | src/simplaret | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/simplaret b/src/simplaret index cfd02f5..2a5498d 100755 --- a/src/simplaret +++ b/src/simplaret @@ -405,13 +405,17 @@ function simplaret_get { function simplaret_get_patches { - # TODO: new format - # use /etc/simplepkg/jailist - if [ ! -d "$PATCHES_DIR/$ARCH/$VERSION" ]; then mkdir -p $PATCHES_DIR/$ARCH/$VERSION fi + # TODO: new format + # primeiro checa por atualizacoes na instalacao principal + # - depois olha a lista de jaulas por /etc/simplepkg/jailist + # - pega a arquitetura e a versao da jaula + # - verifica os patches disponiveis para aquela arquitetura e versao + # - caso haja na jaula um pacote instalado cujo patch estah disponivel, baixa-o + echo fetching patches for arch $ARCH and version $VERSION... # check for downloaded patches |