From 7682d7645f579ba531717ba95c8f3d4ff63af53f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 13 Sep 2023 09:12:39 +0000 Subject: move deps.perl into new install/ directory deps.perl can be useful for non-CI purposes as long as it's not blindly removing packages. Thus, a --allow-remove flag now exists for CI use and removals are disabled by default. deps.perl also gets easier-to-use in that now install/os.perl is split off from from ci/profiles.perl so OS-supplied packaged manager. --- install/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 install/README (limited to 'install/README') diff --git a/install/README b/install/README new file mode 100644 index 00000000..981e014b --- /dev/null +++ b/install/README @@ -0,0 +1,12 @@ +tooling for mass package installation +------------------------------------- + +TL;DR: sudo ./install/deps.perl all + +Files in this directory are designed for: + +* users using from git or tarballs (and not the OS package manager) + +* lazy users who can't be bothered to read all of INSTALL + +* automated testing scripts (see ci/README) -- cgit v1.2.3-24-ge0c7