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
689a58ee
Commit
689a58ee
authored
Aug 10, 2022
by
Ophélie Gagnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
automation/automation-script.sh: Pass the package list through "data-to-vm" parameter.
parent
86f4ef40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
automation/automation-script.sh
automation/automation-script.sh
+5
-6
No files found.
automation/automation-script.sh
View file @
689a58ee
...
...
@@ -9,6 +9,11 @@ LOG_FILE=/var/log/test-script-deployment.log
# redirect stdout and stderr to $LOG_FILE
exec
>>
"
$LOG_FILE
"
2>&1
if
[
-z
"
$PACKAGES_TO_SCAN
"
]
;
then
echo
ERROR: Variable PACKAGES_TO_SCAN undefined.
echo
Exiting.
exit
fi
if
[
-z
"
$WENDELIN_URL
"
]
;
then
echo
ERROR: Variable WENDELIN_URL undefined.
echo
Exiting.
...
...
@@ -33,12 +38,6 @@ URL_PATTERN="https://download.opensuse.org/repositories/home:/oph.nxd/Debian_11/
APT_UTILITY_PACKAGES
=
"sudo wget tree"
INSTALL_DEPENDENCIES_PACKAGES
=
"dracut-core dracut dracut-network"
UEFI_KEYS_DEPENDENCIES_PACKAGES
=
"sbsigntool efitools python3"
PACKAGES_TO_SCAN
=
"
hello
tree
wget
gcc
"
APT_SPECIFIC_PACKAGES
=
"
${
INSTALL_DEPENDENCIES_PACKAGES
}
${
UEFI_KEYS_DEPENDENCIES_PACKAGES
}
"
MCA_PACKAGE_FILE
=
"
${
MCA_NAME_AND_VERSION
}
_amd64.deb"
...
...
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