aboutsummaryrefslogtreecommitdiff
path: root/testing/cpt/files
diff options
context:
space:
mode:
Diffstat (limited to 'testing/cpt/files')
-rw-r--r--testing/cpt/files/cpt-base25
-rw-r--r--testing/cpt/files/news4
2 files changed, 0 insertions, 29 deletions
diff --git a/testing/cpt/files/cpt-base b/testing/cpt/files/cpt-base
deleted file mode 100644
index ad4d1dc7..00000000
--- a/testing/cpt/files/cpt-base
+++ /dev/null
@@ -1,25 +0,0 @@
-# This file defines the base packages of the system. You can add or remove
-# package names in order to redefine the base. This file will be used by
-# cpt-orphans and cpt-reset. If this file doesn't exist on /etc/cpt-base, both
-# of the tools will assume that there is no defined base, so use with caution.
-baselayout
-binutils
-byacc
-busybox
-bzip2
-ca-certificates
-curl
-flex
-gcc
-git
-rsync
-gzip
-cpt
-bearssl
-linux-headers
-m4
-make
-musl
-pkgconf
-xz
-zlib
diff --git a/testing/cpt/files/news b/testing/cpt/files/news
deleted file mode 100644
index 4c0dabfd..00000000
--- a/testing/cpt/files/news
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh -e
-# Read news and announcements from Carbs Linux
-
-curl -sfL https://carbslinux.org/news/index.txt | ${PAGER:-less}