Lines Matching refs:DISTRO
141 zypper --quiet --root $cache/partial-$arch-packages --non-interactive ar http://download.opensuse.org/distribution/$DISTRO/repo/oss/ repo-oss || return 1
143 if [[ $DISTRO == "leap/4"* ]]; then
144 zypper --quiet --root $cache/partial-$arch-packages --non-interactive ar http://download.opensuse.org/update/$DISTRO/oss/ update || return 1
146 zypper --quiet --root $cache/partial-$arch-packages --non-interactive ar http://download.opensuse.org/update/$DISTRO/ update || return 1
175 if [ $DISTRO = "13.2" ]
181 if [[ $DISTRO != "leap/4"* ]]
187 if [[ $DISTRO == "leap/4"* ]]
207 chroot $cache/partial-$arch /usr/bin/zypper --quiet --non-interactive ar http://download.opensuse.org/distribution/$DISTRO/repo/oss repo-oss || return 1
209 if [[ $DISTRO == "leap/4"* ]]; then
210 chroot $cache/partial-$arch /usr/bin/zypper --quiet --non-interactive ar http://download.opensuse.org/update/$DISTRO/oss update || return 1
212 chroot $cache/partial-$arch /usr/bin/zypper --quiet --non-interactive ar http://download.opensuse.org/update/$DISTRO/ update || return 1
257 cache="${LXC_CACHE_PATH:-@LOCALSTATEDIR@/cache/lxc/opensuse/$DISTRO}"
427 -r|--release) DISTRO=$2; shift 2;;
458 if [ -z "$DISTRO" ]; then
461 DISTRO="leap/42.2"
464 case "$DISTRO" in
475 DISTRO="leap/42.1"
480 DISTRO="leap/42.2"