2023-07-11 06:48:53 +00:00
|
|
|
##########################################
|
|
|
|
## Associated to inflate_bubble.py paths
|
|
|
|
|
|
|
|
# fusato folders to create
|
|
|
|
make_folders = [
|
|
|
|
'/config/includes.chroot/usr/share/distro-info/',
|
|
|
|
'/config/includes.chroot/usr/share/python-apt/templates/',
|
|
|
|
'/config/includes.chroot/usr/share/icons/default',
|
|
|
|
'/config/includes.chroot/usr/share/peppermint/',
|
|
|
|
'/config/includes.chroot/usr/share/themes/',
|
|
|
|
'/config/includes.chroot/usr/local/bin/',
|
|
|
|
'/config/includes.chroot/usr/bin/',
|
|
|
|
'/config/includes.chroot/usr/sbin',
|
|
|
|
'/config/includes.chroot/etc/lightdm',
|
|
|
|
'/config/includes.bootstrap/etc/apt',
|
|
|
|
'/config/includes.chroot/etc/default',
|
|
|
|
'/config/includes.chroot/etc/apt',
|
|
|
|
'/config/includes.chroot/etc/apt/preferences.d',
|
|
|
|
'/config/includes.chroot/etc/apt/sources.list.d',
|
|
|
|
'/config/includes.chroot/etc/skel/Desktop',
|
|
|
|
'/config/includes.chroot/etc/skel/.local/share',
|
2023-08-27 10:15:25 +00:00
|
|
|
'/config/includes.chroot/etc/skel/.config/autostart/',
|
|
|
|
'/config/package-lists/'
|
|
|
|
|
2023-07-11 06:48:53 +00:00
|
|
|
]
|
|
|
|
# End Inflate Bubble Paths
|
|
|
|
|
|
|
|
# Nightly paths
|
|
|
|
|
|
|
|
nightly_paths = [
|
|
|
|
'/var/www/html/nightly/deb32',
|
|
|
|
'/var/www/html/nightly/dev32',
|
|
|
|
'/var/www/html/nightly/deb64',
|
|
|
|
'/var/www/html/nightly/dev64',
|
|
|
|
'/var/www/html/nightly/devarm',
|
|
|
|
'/var/www/html/nightly/debarm'
|
|
|
|
]
|
|
|
|
|
|
|
|
|