#
f164fd67 |
| 09-Jan-2017 |
Nigel Croxon <nigel.croxon@hpe.com> |
-VERSION = 3.0.4 +VERSION = 3.0.5
|
#
e30b8802 |
| 17-Mar-2016 |
Nigel Croxon <nigel.croxon@hpe.com> |
Bump zipfile rev to 3.0.4
Signed-off-by: Nigel Croxon <nigel.croxon@hpe.com>
|
#
af174b87 |
| 17-Aug-2015 |
Nigel Croxon <nigel.croxon@hpe.com> |
version 3.0.3
|
#
b5a8e93c |
| 10-Apr-2015 |
Nigel Croxon <nigel.croxon@hp.com> |
Bump version to 3.0.2
Signed-off-by: Nigel Croxon <nigel.croxon@hp.com>
|
#
ce7098fb |
| 19-Feb-2015 |
Nigel Croxon <nigel.croxon@hp.com> |
Enable out-of-tree building
This patch enables building gnu-efi outside of the source tree. That in turn enables building for multiple architectures in parallel.
The build directory is controlled b
Enable out-of-tree building
This patch enables building gnu-efi outside of the source tree. That in turn enables building for multiple architectures in parallel.
The build directory is controlled by the OBJDIR make variable. It defaults to the value of ARCH, and can be overridden from the command line.
This patch also cleans up some doubled slashes between INSTALLROOT and PREFIX.
Signed-off-by: Jonathan Boeing <jonathan.n.boeing@gmail.com> Signed-off-by: Nigel Croxon <nigel.croxon@hp.com>
show more ...
|
#
322efb6b |
| 05-Jan-2015 |
Nigel Croxon <nigel.croxon@hp.com> |
version number changed from VERSION = 3.0u to VERSION = 3.0.1
Signed-off-by: Nigel Croxon <nigel.croxon@hp.com>
|
#
b868aa75 |
| 25-Nov-2014 |
Nigel Croxon <nigel.croxon@hp.com> |
This patch makes generating releases from git a very simple process; you simply edit the makefile's "VERSION" line to the new version, commit that as its own commit, and do: "make test-archive". Tha
This patch makes generating releases from git a very simple process; you simply edit the makefile's "VERSION" line to the new version, commit that as its own commit, and do: "make test-archive". That'll make a file in the current directory gnu-efi-$VERSION.tar.bz2 , with its top level directory gnu-efi-$VERSION/ and the source tree under that.
Once you've tested that and you're sure it's what you want to release, you do "make archive", which will tag a release in git and generate a final tarball from it. You then push to the archive, being sure to include the tag:
git push origin master:master --tags
And upload the archive wherever it's supposed to go.
Signed-off-by: Peter Jones <pjones@redhat.com> Signed-off-by: Nigel Croxon <nigel.croxon@hp.com>
show more ...
|
#
530d68ba |
| 25-Nov-2014 |
Nigel Croxon <nigel.croxon@hp.com> |
The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it.
Signed-off-by: Peter Jones <pjones@redhat.com> Signed-off-by: Nigel Croxon <nigel.croxon@hp.com>
|