Skip to content

Commit

Permalink
Add oraclelinux rpm support to PPA script
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgr committed Apr 14, 2022
1 parent b513979 commit 7a15b74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/scripts/updatePPA.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ git commit -m "Added fedora rpm files for $SOUFFLE_TAG"
mkdir -p $TMPDIR/ppa/ol/8/x86_64
cd $TMPDIR/ppa/ol

for i in $DEBPATH/*oracle*8*/*rpm
do
rpm --addsign $i
done

cp $DEBPATH/*oracle*8*/*rpm 8/x86_64/

createrepo 8/x86_64
Expand Down

0 comments on commit 7a15b74

Please sign in to comment.