~abentley/juju-release-tools/stanzas-to-streams

« back to all changes in this revision

Viewing changes to assemble-streams.bash

  • Committer: Curtis Hovey
  • Date: 2015-08-06 18:41:03 UTC
  • Revision ID: curtis@canonical.com-20150806184103-dkrzzpv4c0766wfv
SEARCH the BUILD_SUPPORTED_ARCH for debs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
if [[ -f $JUJU_DIR/buildarchrc ]]; then
27
27
    source $JUJU_DIR/buildarchrc
28
28
    echo "Adding the build archives to list of archives to search."
29
 
    ALL_ARCHIVES="$ALL_ARCHIVES $BUILD_STABLE_ARCH $BUILD_DEVEL_ARCH"
 
29
    ALL_ARCHIVES="$BUILD_STABLE_ARCH $BUILD_DEVEL_ARCH $BUILD_SUPPORTED_ARCH"
30
30
else
31
31
    echo "Only public archives will be searched."
32
32
fi