diff options
author | Thomas Lundström <thomas.lundstrom@enea.com> | 2016-06-22 19:24:31 +0200 |
---|---|---|
committer | Thomas Lundström <thomas.lundstrom@enea.com> | 2016-06-22 19:24:31 +0200 |
commit | b26854f76b2fa8d44937bdae0664b1a24b2c7e78 (patch) | |
tree | 0d46962f5a06c6a9bf484d3778eeb7959e1385d7 /doc/manifest_conf.mk | |
download | el_releases-networking-b26854f76b2fa8d44937bdae0664b1a24b2c7e78.tar.gz |
Initial commit
Diffstat (limited to 'doc/manifest_conf.mk')
-rw-r--r-- | doc/manifest_conf.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/manifest_conf.mk b/doc/manifest_conf.mk new file mode 100644 index 0000000..686f101 --- /dev/null +++ b/doc/manifest_conf.mk | |||
@@ -0,0 +1,7 @@ | |||
1 | # To be included in Makefile | ||
2 | # NOTE: MANIFESTHASH needs to be changed to final release tag in format refs/tags/ELnnn before a release | ||
3 | # The values are shown in the release info | ||
4 | # The manifest is used to fetch information into the release info from the distro files | ||
5 | MANIFESTHASH := krogoth | ||
6 | MANIFESTURL := git://git.enea.se/linux/manifests/el_manifests-networking.git | ||
7 | PROFILE_NAME := Networking | ||