Skip to content

Commit

Permalink
Merge pull request #646 from dmbaturin/T6414-generic-flavor-name
Browse files Browse the repository at this point in the history
build: T6414: rename the "iso" flavor to "generic"
  • Loading branch information
c-po authored May 28, 2024
2 parents 501f392 + 5753b4b commit 257496d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pipeline {
--build-by "${params.BUILD_BY}" \
--debian-mirror http://deb.debian.org/debian/ \
--build-type release \
--version "${VYOS_VERSION}" ${CUSTOM_PACKAGES} iso
--version "${VYOS_VERSION}" ${CUSTOM_PACKAGES} generic
"""

if (fileExists('build/live-image-amd64.hybrid.iso') == false) {
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build_dir := build
.PHONY: all
all:
@echo "Make what specifically?"
@echo "The most common target is 'iso'"
@echo "The most common target is 'generic'"

%:
./build-vyos-image $*
Expand Down
File renamed without changes.

0 comments on commit 257496d

Please sign in to comment.