|
@@ -19,12 +19,12 @@ if you have a REALLY big machine.
|
|
|
- When it's done, there's a lot of stuff in the output directory.
|
|
|
The ultimate targets are:
|
|
|
|
|
|
- * s6-overlay-${ARCH}-${VERSION}.tar.xz: the tarball containing
|
|
|
+ * s6-overlay-${ARCH}.tar.xz: the tarball containing
|
|
|
all the skaware binaries for ${ARCH}, all nice and static. It
|
|
|
should be used by everyone who does not use a distro that provides
|
|
|
the same binaries.
|
|
|
|
|
|
- * s6-overlay-symlinks-arch-${VERSION}.tar.xz: the tarball
|
|
|
+ * s6-overlay-symlinks-arch.tar.xz: the tarball
|
|
|
containing /usr/bin symlinks to those binaries. It should normally
|
|
|
not be used. It MUST NOT be used by distros providing binaries in
|
|
|
/usr/bin. The only people who want this are the ones who want to
|
|
@@ -33,12 +33,12 @@ The tarball is called "arch" because the symlinks point to the
|
|
|
programs in the arch-dependent package; but since they're only
|
|
|
symlinks, this tarball itself is not arch-dependent.
|
|
|
|
|
|
- * s6-overlay-noarch-${VERSION}.tar.xz: this tarball contains
|
|
|
+ * s6-overlay-noarch.tar.xz: this tarball contains
|
|
|
s6-overlay itself, i.e. the set of scripts and files that allow a
|
|
|
container to run under s6. Everyone who wants to run s6-overlay
|
|
|
must install this.
|
|
|
|
|
|
- * s6-overlay-symlinks-noarch-${VERSION}.tar.xz: this tarball
|
|
|
+ * s6-overlay-symlinks-noarch.tar.xz: this tarball
|
|
|
contains /usr/bin symlinks to the few scripts provided by s6-overlay.
|
|
|
The overlay itself will run without it, but if users have stuff
|
|
|
like "/usr/bin/printcontenv" hardcoded in their scripts, these
|
|
@@ -46,7 +46,7 @@ symlinks will help them. Distros that provide skaware binaries
|
|
|
themselves (and do not use slashpackage) will almost certainly
|
|
|
want to install this.
|
|
|
|
|
|
- * syslogd-overlay-noarch-${VERSION}.tar.xz: this tarball
|
|
|
+ * syslogd-overlay-noarch.tar.xz: this tarball
|
|
|
contains scripts to run a syslogd emulation at container boot
|
|
|
time. It basically replaces socklog-overlay. (The socklog binary
|
|
|
itself isn't needed anymore since s6 provides a similar utility.)
|