Skip to content

deepsidhu1313/db4s-build-ppa-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

db4s-build-ppa-packages

script to upload packages to ppa for nightly builds.

place a script in the same folder 'debuild.xp'

#!/usr/bin/expect
spawn debuild -S -k<key id>
expect "Enter passphrase: "
send "mypassphrase\r"
expect "Enter passphrase: "
send "mypassphrase\r"
interact

About

script to upload packages to ppa for nightly builds.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages