mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
build: T6414: rename the "iso" flavor to "generic"
This commit is contained in:
parent
b809886538
commit
5753b4b624
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -101,7 +101,7 @@ pipeline {
|
|||||||
--build-by "${params.BUILD_BY}" \
|
--build-by "${params.BUILD_BY}" \
|
||||||
--debian-mirror http://deb.debian.org/debian/ \
|
--debian-mirror http://deb.debian.org/debian/ \
|
||||||
--build-type release \
|
--build-type release \
|
||||||
--version "${VYOS_VERSION}" ${CUSTOM_PACKAGES} iso
|
--version "${VYOS_VERSION}" ${CUSTOM_PACKAGES} generic
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if (fileExists('build/live-image-amd64.hybrid.iso') == false) {
|
if (fileExists('build/live-image-amd64.hybrid.iso') == false) {
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ build_dir := build
|
|||||||
.PHONY: all
|
.PHONY: all
|
||||||
all:
|
all:
|
||||||
@echo "Make what specifically?"
|
@echo "Make what specifically?"
|
||||||
@echo "The most common target is 'iso'"
|
@echo "The most common target is 'generic'"
|
||||||
|
|
||||||
%:
|
%:
|
||||||
./build-vyos-image $*
|
./build-vyos-image $*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user