~philroche/ubuntu-on-ec2/ec2-publishing-scripts-kernel-panic-revert

« back to all changes in this revision

Viewing changes to generate-query-tree

  • Committer: Ben Howard
  • Date: 2014-03-27 13:30:43 UTC
  • Revision ID: ben.howard@canonical.com-20140327133043-k0cws9wrhc93hijc
Fix for query data excluding hvm instance store

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
                mbname=${manif##*/}
50
50
                mbname=${mbname%.manifest.xml}
51
51
                case "${mdir}" in
52
 
                        ${bp}-testing-$loc|${bp}-testing) rline=testing;;
 
52
                        ${bp}-testing-$loc|${bp}-testing|${bp}-testing-dev) rline=testing;;
53
53
                        ${bp}-sandbox-$loc|${bp}-sandbox) continue;;
54
54
                        ${bp}-$loc|${bp}-milestone-$loc|$bp|$bp-milestone) rline=release;;
55
55
                        *) fail "unknown manifest/name: $manif ($mdir)";