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
67c888be
Commit
67c888be
authored
May 19, 2022
by
Ophélie Gagnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
installation/: Use the package from OBS to install fluent-bit too.
parent
57dba3a6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
installation/dependencies.sh
installation/dependencies.sh
+1
-1
installation/env.sh
installation/env.sh
+1
-1
installation/fluent-bit_1-1_amd64.deb
installation/fluent-bit_1-1_amd64.deb
+0
-0
installation/remove-dependencies.sh
installation/remove-dependencies.sh
+1
-1
No files found.
installation/dependencies.sh
View file @
67c888be
...
...
@@ -18,6 +18,6 @@ git config --global user.name "Francois Gagnard"
apt
-y
install
${
APT_SPECIFIC_PACKAGES
}
rm
-f
${
MCA_PACKAGE_FILE
}
wget
${
MCA_PACKAGE_URL
}
#wget ${FLUENTBIT_PACKAGE_URL} # does not work at the moment
wget
${
FLUENTBIT_PACKAGE_URL
}
apt
-y
install
./
"
$MCA_PACKAGE_FILE
"
apt
-y
install
./
"
$FLUENTBIT_PACKAGE_FILE
"
installation/env.sh
View file @
67c888be
...
...
@@ -7,7 +7,7 @@ PROJECT_DIR=$GIT_ROOT
# TO BE MODIFIED BY USERS:
MCA_PACKAGE_NAME
=
dep--mca--static
FLUENTBIT_PACKAGE_NAME
=
fluent-bit
FLUENTBIT_PACKAGE_NAME
=
dep--
fluent-bit
MCA_VERSION
=
1-1
FLUENTBIT_VERSION
=
1-1
ARCH
=
amd64
...
...
installation/fluent-bit_1-1_amd64.deb
deleted
100644 → 0
View file @
57dba3a6
File deleted
installation/remove-dependencies.sh
View file @
67c888be
...
...
@@ -15,5 +15,5 @@ source env.sh
apt-get
-y
remove
${
MCA_PACKAGE_NAME
}
||
true
apt-get
-y
remove
${
FLUENTBIT_PACKAGE_NAME
}
||
true
rm
-f
${
MCA_PACKAGE_FILE
}
${
MCA_PACKAGE_FILE
}
.
*
#rm ${FLUENTBIT_PACKAGE_FILE} ${FLUENTBIT_PACKAGE_FILE}.* # do not delete because it is shiped with the repository at the moment
rm
-f
${
FLUENTBIT_PACKAGE_FILE
}
${
FLUENTBIT_PACKAGE_FILE
}
.
*
apt
-y
remove
${
APT_SPECIFIC_PACKAGES
}
||
true
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