Set DIB_RELEASE for the Debian test-element

Using the default release for the Debian test-element leaves
us at the mercy of packaging problems in Debian unstable. Since
we only care if the image itself builds, use the safe choice of
Debian stable.

Change-Id: I4dd58171489aa07d60db7e4e353ccde6aa534da7
This commit is contained in:
Steve Kowalik 2015-08-03 17:28:07 +10:00
parent 9ac258f028
commit f2cf224e5f

View File

@ -0,0 +1,2 @@
# We don't want to build against Debian unstable
export DIB_RELEASE="stable"