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
c79d21ff1f
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
Revert "Revert "Ensure DIB_RELEASE is exported for fedora"" This reverts commit 7a4c39694864871494b677de7784fdac018c62c3. Note this time it sets it to F21, not F22, and gets rid of the duplicate definition that doesn't get exported. Change-Id: I240ad25d7a73c379559517a2a8399ae8c098314b
2015-06-12 05:49:16 +00:00
export
DIB_RELEASE
=
${
DIB_RELEASE
:-
21
}
Reference in New Issue
Copy Permalink