Skip to content

Commit

Permalink
Bump version to 2.15.0 with kernel v4.14.282
Browse files Browse the repository at this point in the history
  • Loading branch information
ailispaw committed Jun 7, 2022
1 parent be5e49c commit 7564f13
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions hyperv/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BARGE_VERSION := 2.15.0-rc2
KERNEL_VERSION := 4.14.278
BARGE_VERSION := 2.15.0
KERNEL_VERSION := 4.14.282

ISO_NAME := barge-hyperv.iso

Expand Down
2 changes: 1 addition & 1 deletion hyperv/iso/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get -q update && \
ENV SRCDIR /usr/src
WORKDIR ${SRCDIR}

ENV KERNEL_VERSION 4.14.278
ENV KERNEL_VERSION 4.14.282
COPY linux-${KERNEL_VERSION}.tar.xz ${SRCDIR}/
RUN tar xJf linux-${KERNEL_VERSION}.tar.xz

Expand Down
2 changes: 1 addition & 1 deletion qemu/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BARGE_VERSION := 2.15.0-rc2
BARGE_VERSION := 2.15.0

IMG_NAME := output-qemu/barge.qcow2

Expand Down
4 changes: 2 additions & 2 deletions virtualbox/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BARGE_VERSION := 2.15.0-rc2
KERNEL_VERSION := 4.14.278
BARGE_VERSION := 2.15.0
KERNEL_VERSION := 4.14.282
VBOX_VERSION := 6.1.34

BOX_NAME := barge-vbox.box
Expand Down
2 changes: 1 addition & 1 deletion virtualbox/iso/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get -q update && \
ENV SRCDIR /usr/src
WORKDIR ${SRCDIR}

ENV KERNEL_VERSION 4.14.278
ENV KERNEL_VERSION 4.14.282
COPY linux-${KERNEL_VERSION}.tar.xz ${SRCDIR}/
RUN tar xJf linux-${KERNEL_VERSION}.tar.xz

Expand Down

0 comments on commit 7564f13

Please sign in to comment.