Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
metadata-collect-agent
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
metadata-collect-agent
Commits
35f6db53
Commit
35f6db53
authored
May 11, 2022
by
Ophélie Gagnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
installation/dependencies-installation.sh: Add support for the cython-plus python module.
TODO.txt: Update.
parent
c283f87e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
TODO.txt
TODO.txt
+9
-3
installation/dependencies-installation.sh
installation/dependencies-installation.sh
+2
-1
No files found.
TODO.txt
View file @
35f6db53
SHORT TERM
+ remove MD5 and SHA1
+ use at least SHA256 and activate other metadatas
+ [external] use fluent-bit or wendelin to parse the new content
DONE - remove MD5 and SHA1
DONE - use at least SHA256 and activate other metadatas
(- [external] use fluent-bit or wendelin to parse the new content (?))
MAKEFILE
- Clean the code and comments.
- Use a simpler way to modify the shebang.
installation/dependencies-installation.sh
View file @
35f6db53
...
...
@@ -10,7 +10,7 @@ apt -y install git vim tree sudo
# ACTUAL DEPENDENCIES
# installing miscellaneous useful packages
apt
-y
install
make autopoint autoconf libtool libattr1-dev musl-tools mmv sbsigntool libssl-dev python3-dev
apt
-y
install
make autopoint autoconf libtool libattr1-dev musl-tools mmv sbsigntool libssl-dev python3-dev
python3-pip
# installing more necessary packages to activate Secure Boot with our own keys
apt
-y
install
efitools
# installing packages needed to build fluentbit (script fluentbit-install.sh)
...
...
@@ -19,3 +19,4 @@ apt -y install cmake flex bison build-essential
apt
-y
install
golang
# needed to compile the main executable (metadata-collect-agent)
apt
-y
install
libfmt-dev
pip
install
cython-plus
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