Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-builder
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-builder
Commits
7a7c764c
Verified
Commit
7a7c764c
authored
Oct 25, 2024
by
Кирилл Уницаев
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change apt.conf to eterbuild
parent
2f4b8f47
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
23 deletions
+1
-23
apt.conf.sisyphus
apt-extentions/apt.conf.sisyphus
+0
-10
sources.list.sisyphus
apt-extentions/sources.list.sisyphus
+0
-12
build-distro
bin/build-distro
+1
-1
No files found.
apt-extentions/apt.conf.sisyphus
deleted
100644 → 0
View file @
2f4b8f47
/*
* This is the main configuration file for the APT suite of tools,
* see apt.conf(5) for details.
*/
Dir::Etc::main "/dev/null";
Dir::Etc::parts "/var/empty";
Dir::Etc::SourceParts "/var/empty";
Dir::Etc::sourcelist "/home/ximper/Projects/000_distro/apt-extentions/sources.list.sisyphus";
apt-extentions/sources.list.sisyphus
deleted
100644 → 0
View file @
2f4b8f47
# Package repository URLs
#
# You can add [alt] after rpm for digital signature check
#rpm [alt] http://mirror.yandex.ru altlinux/Sisyphus/x86_64 classic
#rpm [alt] http://mirror.yandex.ru altlinux/Sisyphus/noarch classic
rpm [alt] file:/var/ftp/ pub/ALTLinux/Sisyphus/x86_64 classic
rpm [alt] file:/var/ftp/ pub/ALTLinux/Sisyphus/noarch classic
rpm [alt] file:/var/ftp/ pub/ALTLinux/Sisyphus/x86_64-i586 classic
rpm file:/var/ftp/pub/download/ximper/ XimperLinuxRepository/x86_64 addon
rpm file:/var/ftp/pub/download/ximper/ XimperLinuxRepository/noarch addon
bin/build-distro
View file @
7a7c764c
...
@@ -7,7 +7,7 @@ VM=false
...
@@ -7,7 +7,7 @@ VM=false
CLEAN
=
false
CLEAN
=
false
DESKTOP_ENVS
=()
# Список выбранных рабочих окружений (например, gnome, hyprland)
DESKTOP_ENVS
=()
# Список выбранных рабочих окружений (например, gnome, hyprland)
APTCONF
=
/
home/ximper/Projects/000_distro/apt-extentions
/apt.conf.sisyphus
APTCONF
=
/
etc/eterbuild/apt
/apt.conf.sisyphus
print_error
()
{
print_error
()
{
printf
"
\0
33[1;31m%s
\0
33[0m
\n
"
"
$1
"
printf
"
\0
33[1;31m%s
\0
33[0m
\n
"
"
$1
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment