Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
initramfs-with-mca
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
initramfs-with-mca
Commits
72ae7b74
Commit
72ae7b74
authored
May 20, 2022
by
Ophélie Gagnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
installation/env.sh: Use MCA package for Debian 11. (temporary workaround)
parent
e1f786e2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
installation/env.sh
installation/env.sh
+7
-3
No files found.
installation/env.sh
View file @
72ae7b74
...
...
@@ -10,6 +10,7 @@ MCA_PACKAGE_NAME=dep--mca--static
FLUENTBIT_PACKAGE_NAME
=
dep--fluent-bit
MCA_VERSION
=
1-1
FLUENTBIT_VERSION
=
1-1
TARGET_DISTRIBUTION
=
Debian_10
ARCH
=
amd64
PACKAGE_EXTENSION
=
.deb
...
...
@@ -24,9 +25,12 @@ APT_SPECIFIC_PACKAGES="dracut-core dracut dracut-network"
MCA_PACKAGE_FILE
=
${
MCA_NAME_AND_VERSION
}
_
${
ARCH
}${
PACKAGE_EXTENSION
}
FLUENTBIT_PACKAGE_FILE
=
${
FLUENTBIT_NAME_AND_VERSION
}
_
${
ARCH
}${
PACKAGE_EXTENSION
}
URL_PATTERN
=
"https://download.opensuse.org/repositories/home:/fg.nxd/Debian_11/"
MCA_PACKAGE_URL
=
${
URL_PATTERN
}
/
${
ARCH
}
/
${
MCA_PACKAGE_FILE
}
FLUENTBIT_PACKAGE_URL
=
${
URL_PATTERN
}
/
${
ARCH
}
/
${
FLUENTBIT_PACKAGE_FILE
}
URL_PATTERN
=
"https://download.opensuse.org/repositories/home:/fg.nxd/
${
TARGET_DISTRIBUTION
}
/
${
ARCH
}
/"
# at the moment, the MCA package is not compiling for Debian 10 (the fluent-bit plugin does not compile because of its Go dependency)
# so we try with the Debian 11 version
MCA_PACKAGE_URL
=
"https://download.opensuse.org/repositories/home:/fg.nxd/Debian_11/
${
ARCH
}
/
${
MCA_PACKAGE_FILE
}
"
#MCA_PACKAGE_URL=${URL_PATTERN}/${MCA_PACKAGE_FILE}
FLUENTBIT_PACKAGE_URL
=
${
URL_PATTERN
}
/
${
FLUENTBIT_PACKAGE_FILE
}
# used mainly in installation/install.sh and installation/uninstall.sh
SOURCE_EFI_DIR
=
/boot/efi/EFI/
...
...
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