#!/bin/bash

source $(dirname $BASH_SOURCE)/config

export SCI_REPO=http://repositories.calibre.edf.fr/scibian$(debian_codename_to_version $MEDIA_VERSION)
export DEB_REPO=http://repositories.calibre.edf.fr/debian

# UDEB récupéré depuis EDF_DI_PACKAGES
export UDEBS_EDF="scibian-udeb scibian-archive-keyring-udeb scripted-partitioning scripted-crypto puppet-udeb pki-udeb apt-setup-udeb"
# Paquets à compiler
export UDEBS_SRC_EDF=""

export EDF_DI_PACKAGES="$SCI_REPO"/dists/scibian$(debian_codename_to_version $MEDIA_VERSION)-edf/main/debian-installer/binary-amd64/Packages

SCIBIAN_KEYRING="$SCIBIAN_KEYRING /usr/share/keyrings/scibian-archive-keyring.gpg"
