Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH kexec-tools 0/7] build enhancements and GitHub workflow
@ 2021-04-02 10:17 Simon Horman
  2021-04-02 10:17 ` [PATCH kexec-tools 1/7] build: create tarball without self-referential hard links Simon Horman
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Simon Horman @ 2021-04-02 10:17 UTC (permalink / raw)
  To: kexec; +Cc: Simon Horman

This series aimes to:

1. Allow creation of dist tarball without self-referential hard links
2. Add a distckeck target
3. Add a GitHub workflow which to performs basic build testing

A sample run of the workflow can be seen here
https://github.com/horms/kexec-tools/actions/runs/711376088

Simon Horman (7):
  build: create tarball without self-referential hard links
  build: add dist make target
  build: uninstall kexec_test
  build: use DESTDIR in uninstall target
  build: simplify uninstall target
  build: add distcheck target
  github: initial workflow

 .github/workflows/build.yml |  72 ++++++++++++++++++
 Makefile.in                 | 141 +++++++++++++++++-------------------
 configure.ac                |   1 +
 3 files changed, 141 insertions(+), 73 deletions(-)
 create mode 100644 .github/workflows/build.yml

-- 
2.20.1


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-04-07 19:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-02 10:17 [PATCH kexec-tools 0/7] build enhancements and GitHub workflow Simon Horman
2021-04-02 10:17 ` [PATCH kexec-tools 1/7] build: create tarball without self-referential hard links Simon Horman
2021-04-02 10:17 ` [PATCH kexec-tools 2/7] build: add dist make target Simon Horman
2021-04-02 10:17 ` [PATCH kexec-tools 3/7] build: uninstall kexec_test Simon Horman
2021-04-02 10:17 ` [PATCH kexec-tools 4/7] build: use DESTDIR in uninstall target Simon Horman
2021-04-02 10:17 ` [PATCH kexec-tools 5/7] build: simplify " Simon Horman
2021-04-02 10:17 ` [PATCH kexec-tools 6/7] build: add distcheck target Simon Horman
2021-04-02 10:17 ` [PATCH kexec-tools 7/7] github: initial workflow Simon Horman
2021-04-07 19:26 ` [PATCH kexec-tools 0/7] build enhancements and GitHub workflow Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox