ef9b90b1ce
This moves all the configuration variables from eln.conf to shared/*.conf files. The configuration itself remains the same, it is just stored differently. Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
11 lines
254 B
Plaintext
11 lines
254 B
Plaintext
from general import *
|
|
from multilib import *
|
|
from additional_and_filter_packages import *
|
|
from runroot import *
|
|
from pkgset import *
|
|
from gather import *
|
|
from createrepo import *
|
|
from createiso import *
|
|
from buildinstall import *
|
|
from lookaside import *
|