Merge "Fix unbound variable in debian element"
This commit is contained in:
		| @@ -23,7 +23,7 @@ else | |||||||
| fi | fi | ||||||
| DIB_RELEASE=${DIB_RELEASE:-unstable} | DIB_RELEASE=${DIB_RELEASE:-unstable} | ||||||
| DEBOOTSTRAP_TARBALL=$DIB_IMAGE_CACHE/debootstrap-${DISTRO_NAME}-${DIB_RELEASE}-${ARCH}.tar.gz | DEBOOTSTRAP_TARBALL=$DIB_IMAGE_CACHE/debootstrap-${DISTRO_NAME}-${DIB_RELEASE}-${ARCH}.tar.gz | ||||||
| if [ -n "$DIB_DEBIAN_MIRROR" ]; then | if [ -n "${DIB_DEBIAN_MIRROR:-}" ]; then | ||||||
|     echo "Use of DIB_DEBIAN_MIRROR environment variable to configure mirror is deprecated." |     echo "Use of DIB_DEBIAN_MIRROR environment variable to configure mirror is deprecated." | ||||||
|     echo "Please use DIB_DISTRIBUTION_MIRROR instead." |     echo "Please use DIB_DISTRIBUTION_MIRROR instead." | ||||||
|     DIB_DISTRIBUTION_MIRROR=$DIB_DEBIAN_MIRROR |     DIB_DISTRIBUTION_MIRROR=$DIB_DEBIAN_MIRROR | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jenkins
					Jenkins