mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
improved ppa upload script
This commit is contained in:
parent
c356bc5a89
commit
a6acff491f
@ -1,2 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
Apply dput ppa:retroshare/unstable retroshare06_0.6.0-1.#.changes
|
for i in `ls retroshare06_0.6.0-1.*.changes` ; do
|
||||||
|
dput ppa:retroshare/unstable $i
|
||||||
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user