Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit f61ef8f

Browse files
authored
Merge pull request #247 from digitalrebar/sledge-sipcalc
add sipcalc to sledgehammer
2 parents 3f3e06a + b784bb1 commit f61ef8f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sledgehammer-builder/tasks/sledgehammer-stage-bits.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,16 @@ Templates:
412412
var/cache/yum/*
413413
usr/local/bin/*
414414
usr/share/doc
415+
- Name: install-sipcalc
416+
Contents: |
417+
#!/bin/bash
418+
# 'arch' is built for "x86_64", "aarch64, "armv7hl"
419+
# for ARM arch types - not tested yet
420+
# orig source location: https://koji.fedoraproject.org/koji/packageinfo?packageID=8762
421+
arch=$(uname -p)
422+
wget https://s3-us-west-2.amazonaws.com/rackn-sledgehammer/sipcalc-1.1.6-15.fc30.$arch.rpm -O /root/sipcalc.rpm
423+
yum install -y /root/sipcalc.rpm
424+
rm -rf /root/sipcalc.rpm
415425
- Name: update-systemd
416426
Contents: |
417427
#!/bin/bash

0 commit comments

Comments
 (0)