aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Arjona Reina <larjona@debian.org>2020-06-07 16:09:58 +0200
committerLaura Arjona Reina <larjona@debian.org>2020-06-07 16:11:08 +0200
commit86b9f1a3f2135f424c79e44ae3d2972465aac119 (patch)
treed36e59f0dc6e99f2cf5af7975647dff00ec6b6e3
parentbbc365d099412656bba84a2ba6512638df131d04 (diff)
mention STRICT_ERROR_CHECKS=1 and USE_SAMPLE_FILES=1. Closes: #924140
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
index 30ba754638a..155f9470494 100644
--- a/README
+++ b/README
@@ -43,6 +43,23 @@ tidy and URL checks...). See https://www.debian.org/devel/website/ for details
------------------
+When building, you can pass STRICT_ERROR_CHECKS=1 to make, if you want the build
+to stop when errors due to missing dependencies or missing data are found.
+
+For a local build you probably need to use the USE_SAMPLE_FILES=1 setting, to
+use (small) sample files for data that is usually generated from cronjobs on the
+official website. Examples include:
+
+ $(ENGLISHSRCDIR)/devel/people.names
+ $(DATADIR)/Maintainers
+ $(ENGLISHSRCDIR)/$(CUR_DIR)/data/%
+ $(L10N_DIR)/data/%
+ $(ENGLISHDIR)/mirror/Mirrors.masterlist
+
+See README_CI.gitlab-ci.yml for an example of the use of these settings.
+
+------------------
+
To see the results of a build before pushing it out to the mirror network
you can build in www-master.debian.org and then have a look at:

© 2014-2024 Faster IT GmbH | imprint | privacy policy