~checkbox-dev/checkbox/pyrering

« back to all changes in this revision

Viewing changes to debian/hwtest.config

  • Committer: Marc Tardif
  • Date: 2008-04-13 05:05:48 UTC
  • Revision ID: marc.tardif@canonical.com-20080413050548-rsh3wt08nw8l2cq0
Added preseeding of category, email, http_proxy and https_proxy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
case "$1" in
6
6
    configure)
 
7
        db_input medium hwtest/plugins/category_prompt/category || true
 
8
        db_input medium hwtest/plugins/exchange_prompt/email || true
7
9
        db_input medium hwtest/plugins/launchpad_exchange/transport_url || true
8
10
        db_input medium hwtest/plugins/launchpad_report/cache_file || true
 
11
        db_input medium hwtest/plugins/proxy_info/http_proxy || true
 
12
        db_input medium hwtest/plugins/proxy_info/https_proxy || true
9
13
        db_go
10
14
        ;;
11
15
    *)