[Buildroot] [git commit branch/2018.11.x] Update for 2018.11.2

Peter Korsgaard peter at korsgaard.com
Wed Jan 30 16:47:46 UTC 2019


>>>>> "Baruch" == Baruch Siach <baruch at tkos.co.il> writes:

 > Hi Peter,
 > On Wed, Jan 30, 2019 at 04:40:52PM +0100, Peter Korsgaard wrote: 
 >> diff --git a/Makefile b/Makefile
 >> index 998b571071..6379d069d4 100644
 >> --- a/Makefile
 >> +++ b/Makefile
 >> @@ -92,7 +92,7 @@ all:
 >> .PHONY: all
 >> 
 >> # Set and export the version string
 >> -export BR2_VERSION := 2018.11.1
 >> +export BR2_VERSION := 2018.11.2
 >> # Actual time the release is cut (for reproducible builds)
 >> BR2_VERSION_EPOCH = 1545257000

 > What about BR2_VERSION_EPOCH update?

Crap. I _DID_ change it, but forgot to save the file :/

diff --git a/Makefile b/Makefile
index 6379d069d4..2270aa7c09 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ all:
 # Set and export the version string
 export BR2_VERSION := 2018.11.2
 # Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1545257000
+BR2_VERSION_EPOCH = 1548863000

I guess the best solution is just to forget about the epoch for this
release :/

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list