diff --git a/.gitignore b/.gitignore index 9ac3c7b..c8157cf 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ unibuild-work */unibuild-work *~ +.DS_Store diff --git a/unibuild/unibuild/libexec/commands/gather b/unibuild/unibuild/libexec/commands/gather index 9b0eb9b..10e794f 100755 --- a/unibuild/unibuild/libexec/commands/gather +++ b/unibuild/unibuild/libexec/commands/gather @@ -164,10 +164,10 @@ case "${OSINFO_PACKAGING}" in ;; deb) -# This can later be used with the simple APT setup below: +# This can later be used with the simple APT source.list setup below: # deb [trusted=yes] file:/full/path/to/local/unibuild-repo ./ (cd "${REPO}" && apt-ftparchive packages . > Packages) - (cd "${REPO}" && apt-ftparchive release . > Release) + (cd "${REPO}" && apt-ftparchive -o APT::FTPArchive::Release::Origin=Unibuild -o APT::FTPArchive::Release::Suite=unibuild-snapshot -o APT::FTPArchive::Release::Codename=unibuild release . > Release) ;; *)