[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master 8747e76: release-checklist.txt: suggested mult
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master 8747e76: release-checklist.txt: suggested multithreaded distcheck |
Date: |
Fri, 18 Oct 2019 13:18:44 -0400 (EDT) |
branch: master
commit 8747e76881e0f8f04c1521243fb9a80215966001
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>
release-checklist.txt: suggested multithreaded distcheck
Until now, we were just suggesting to use `make distcheck', but that would
be very slow. With this commit a generic `-j8' is also added.
---
doc/release-checklist.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt
index b176738..042ad7b 100644
--- a/doc/release-checklist.txt
+++ b/doc/release-checklist.txt
@@ -83,7 +83,7 @@ all the commits needed for this release have been completed.
- Update the version and build Gnuastro, all done with the `-p' option of
`./developer-build'. But we'll give it a `pure-junk' directory so it
doesn't actually upload the build. Then go into the build directory and
- run `make distcheck'.
+ run `make distcheck -j8'.
$ ./developer-build -p pure-junk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnuastro-commits] master 8747e76: release-checklist.txt: suggested multithreaded distcheck,
Mohammad Akhlaghi <=