summaryrefslogtreecommitdiffstats
path: root/packager/blacklists/README
diff options
context:
space:
mode:
authorJonathan Bauer2020-05-13 11:04:02 +0200
committerJonathan Bauer2020-05-13 11:04:02 +0200
commit1130873aa55c9b0a7e5af48edc44bd6c6fd1f888 (patch)
tree0fcfa186cd631d8d36611b3d4bc509fd38841d51 /packager/blacklists/README
parentMerge branch 'centos8' into downloader (diff)
downloadsystemd-init-1130873aa55c9b0a7e5af48edc44bd6c6fd1f888.tar.gz
systemd-init-1130873aa55c9b0a7e5af48edc44bd6c6fd1f888.tar.xz
systemd-init-1130873aa55c9b0a7e5af48edc44bd6c6fd1f888.zip
restructure repo
* remove packager * move everything from builder/* back to root
Diffstat (limited to 'packager/blacklists/README')
-rw-r--r--packager/blacklists/README15
1 files changed, 0 insertions, 15 deletions
diff --git a/packager/blacklists/README b/packager/blacklists/README
deleted file mode 100644
index ed3fe459..00000000
--- a/packager/blacklists/README
+++ /dev/null
@@ -1,15 +0,0 @@
-This directory contains blacklists of files and directories that
-should be excluded when cloning stage4 of a remote system. The
-blacklists are split into groups, represented by sub-directories.
-They contain one or more text files representing blacklists in rsync
-"--exclude-from" format.
-
-There is a group called "essential", containg blacklists for essential
-files and dirs that you always want to exclude from being cloned.
-Other directories are create for specific software packages, like
-gnome, or kde.
-
-For inclusion of desktop environments like Gnome or KDE a substructure
-(subdirectory) called desktop-sessions was introduced. The files /
-directories in there should describe only includes ("+ ....") to provide
-files needed for a desktop environment.