This website requires JavaScript.
Explore
Help
Register
Sign In
sig_cloud
/
diskimage-builder
Watch
2
Star
0
Fork
0
You've already forked diskimage-builder
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
058debc7dd
diskimage-builder
/
diskimage_builder
/
elements
/
fedora
/
environment.d
/
10-fedora-distro-name.bash
3 lines
64 B
Bash
Raw
Normal View
History
Unescape
Escape
Set DISTRO_NAME in OS environment.d Updates the various operating system elements so that we set the DISTRO_NAME variable for each distro. This env var is used by bin/pkg-map to set the default distribution name for package name mappings. Change-Id: Ib4b05eb7191dd50d25799a0bac51fd15c01b74cb
2014-05-01 16:24:37 +00:00
export
DISTRO_NAME
=
fedora
Bump fedora/fedora-minimal DIB_RELEASE 26 Fedora 26 is now the latest release: https://fedoraproject.org/wiki/Releases/26/Schedule We are building and using these in infra now Change-Id: I012c2d28255be274e88abc2751d968bafaf76fbb Depends-On: Ieba5f69020a13681074f72cfca2955071801b63a Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-07-11 13:46:48 +00:00
export
DIB_RELEASE
=
${
DIB_RELEASE
:-
26
}
Reference in New Issue
Copy Permalink