This commit is contained in:
parent
c45a9dd33a
commit
2dd0d46be4
@ -1,11 +1,14 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
|
||||||
# Sign the packages
|
# Sign the packages
|
||||||
#dpkg-sig --sign builder ./output/*.deb
|
#dpkg-sig --sign builder ./output/*.deb
|
||||||
|
|
||||||
# Pull down existing ppa repo db files etc
|
# Pull down existing ppa repo db files etc
|
||||||
#rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
|
#rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
|
||||||
|
|
||||||
mkdir -p ./output/repo
|
mkdir -p ./output/amdgpu
|
||||||
wget -m http://repo.radeon.com/amdgpu/5.5.3/ubuntu/pool
|
cd ./output/amdgpu
|
||||||
|
wget -r -np -nH --cut-dirs=3 -R index.html http://repo.radeon.com/amdgpu/5.5.3/ubuntu/pool
|
||||||
ls
|
ls
|
||||||
|
|
||||||
# Add the new package to the repo
|
# Add the new package to the repo
|
||||||
|
Loading…
Reference in New Issue
Block a user