53a69e7ee4
make-release: add skiboot .version file
...
This is needed to build skiboot from tarball-distributed sources
since the git data the make_release.sh script relies on to generate
it is not available.
Cc: qemu-stable@nongnu.org
Reported-by: Michael Tokarev <mjt@tls.msk.ru >
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com >
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org >
Message-id: 20181109161352.29873-1-mdroth@linux.vnet.ibm.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
(cherry picked from commit 3fccd3f26e
)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com >
2019-04-01 20:36:21 -05:00
d0081e8f26
scripts/make-release: Don't archive .git files
...
As was last done in 379e21c25
, we don't want .git files for
submodules here, which we aren't presently doing for capstone and
keycodemapdb.
Rather than delete the offending files before archiving, ask tar
to --exclude=.git
Signed-off-by: Cole Robinson <crobinso@redhat.com >
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru >
Reviewed-by: Thomas Huth <thuth@redhat.com >
2018-02-10 10:11:20 +03:00
d0dead3b6d
scripts/make-release: ship u-boot source as a tarball
...
The u-boot sources we ship currently cause problems with unpacking on
a case-insensitive filesystem due to path conflicts. This has been
fixed in upstream u-boot via commit 610eec7f, but since it is not
yet included in an official release we implement this approach as a
temporary workaround.
Once we move to a u-boot containing commit 610eec7f we should revert
this patch.
Cc: qemu-stable@nongnu.org
Cc: Alexander Graf <agraf@suse.de >
Cc: Richard Henderson <richard.henderson@linaro.org >
Cc: Thomas Huth <thuth@redhat.com >
Cc: Peter Maydell <peter.maydell@linaro.org >
Suggested-by: Richard Henderson <richard.henderson@linaro.org >
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com >
Reviewed-by: Thomas Huth <thuth@redhat.com >
Message-id: 20171107205201.10207-1-mdroth@linux.vnet.ibm.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2017-11-21 12:48:20 +00:00
8648fcd52a
make-release: Record SeaBIOS version
...
Before deleting .git, determine the version and save it in .version file.
Cc: Gerd Hoffmann <kraxel@redhat.com >
Signed-off-by: Andreas Färber <afaerber@suse.de >
Message-id: 1395277315-7806-1-git-send-email-afaerber@suse.de
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com >
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2014-03-31 15:02:04 +01:00
379e21c258
scripts/make-release: Don't distribute .git directories
...
[crobinso@localhost qemu-2.0.0-rc0]$ find . -name .git
./dtc/.git
./pixman/.git
This is already done for the rom submodules.
https://bugs.launchpad.net/qemu/+bug/1224414
Signed-off-by: Cole Robinson <crobinso@redhat.com >
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru >
2014-03-15 13:54:18 +04:00
34bb443ee7
build: add make dist target (v2)
...
Let's stop screwing up releases by having a script do the work that Anthony's
fat fingers can't seem to get right.
Cc: Michael Roth <mdroth@linux.vnet.ibm.com >
Reviewed-by: Eric Blake <eblake@redhat.com >
Tested-by: Michael Roth <mdroth@linux.vnet.ibm.com >
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com >
2012-07-17 15:43:16 -05:00