Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PLV2_supply_chain_poc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominik Heinrich
PLV2_supply_chain_poc
Commits
2238fc44
Commit
2238fc44
authored
3 weeks ago
by
David Horvát
Browse files
Options
Downloads
Patches
Plain Diff
add sim script
parent
155b3b2c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
btc_miner/target/release/rust-bitcoin-cpu-miner
+0
-0
0 additions, 0 deletions
btc_miner/target/release/rust-bitcoin-cpu-miner
machine.Dockerfile
+0
-2
0 additions, 2 deletions
machine.Dockerfile
simulate.sh
+11
-1
11 additions, 1 deletion
simulate.sh
with
11 additions
and
3 deletions
btc_miner/target/release/rust-bitcoin-cpu-miner
deleted
100755 → 0
+
0
−
0
View file @
155b3b2c
File deleted
This diff is collapsed.
Click to expand it.
machine.Dockerfile
+
0
−
2
View file @
2238fc44
...
...
@@ -3,8 +3,6 @@ FROM archlinux:latest
RUN
pacman-key
--init
RUN
pacman
-Sy
# RUN pacman -S ... --noconfirm
RUN
cat
<<
EOF
>> /etc/pacman.conf
[mypkgs]
...
...
This diff is collapsed.
Click to expand it.
simulate.sh
+
11
−
1
View file @
2238fc44
#!/bin/bash
echo
"hello!"
echo
"I am updating my distro now..."
echo
"I am installing my star program..."
pacman
-Sy
--noconfirm
not_a_virus
echo
"Lets check the stars!"
./usr/bin/not_a_virus
echo
"I will wait 20 seconds for updates..."
sleep
20
echo
"I am updating my distro now..."
pacman
-Syu
--noconfirm
echo
"done!"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment