390 | | dput bcfg2-testing-force-${dist} ../bcfg2_1.0.0pre1-0.1+r${REV}~${ppa}${try}~${dist}${try}_source.changes |
391 | | done |
392 | | }}} |
393 | | |
394 | | Or if doing a build from tarball (no local changes): |
395 | | {{{ |
396 | | #!/bin/sh -x |
397 | | |
398 | | sudo apt-get build-dep bcfg2 bcfg2-server |
399 | | |
400 | | ppa="testing" # "testing" or "ppa" (for stable) |
401 | | |
402 | | for dist in dapper hardy intrepid jaunty karmic; do |
403 | | # Replace 0xAA95C349 to your GnuPG Key ID |
404 | | debuild -S -k0xAA95C349 |
405 | | dput bcfg2-testing-force-${dist} ../bcfg2*_source.changes |
406 | | done |
407 | | }}} |
408 | | |
409 | | And then make sure it's installed locally for the next step. |
| 390 | dput bcfg2-testing-force-${dist} ../bcfg2_1.0.0rc4-0.1+r${REV}~${ppa}${try}~${dist}${try}_source.changes |
| 391 | done |
| 392 | }}} |