diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 776bc61..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,12 +0,0 @@ -# You can override the included template(s) by including variable overrides -# SAST customization: https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings -# Secret Detection customization: https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings -# Dependency Scanning customization: https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings -# Note that environment variables can be set in several places -# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence -stages: -- test -sast: - stage: test -include: -- template: Security/SAST.gitlab-ci.yml diff --git a/README.org b/README.org deleted file mode 100644 index 1db65fe..0000000 --- a/README.org +++ /dev/null @@ -1,42 +0,0 @@ -#+TITLE: CBSH Arch Linux Repository -#+DESCRIPTION: The Arch Linux Repository for all of my Customised variants of programs i use. -#+AUTHOR: Cabooshy (Cameron Miller) - - -* Adding the CBSH Repository to pacman -Adding a Third Party Repo, such as my repo, is easy. Add the Following Lines to the end of your ~/etc/pacman.conf~: - -#+begin_example -[cbsh-arch-repo] -SigLevel = Required DatabaseOptional -Server = https://gitlab.com/cbsh/cbsh-arch/$repo/-/raw/main/$arch -#+end_example - -Pacman will complain that the PGP key is invalid or corrupted, this can be resolved by locally signing the imported key: - -=$ sudo pacman-key --lsign-key 94424B71F1A63D9D= - -Then Sync the repos and update your system using: - -=$ sudo pacman -Syyu= - -Followed By: - -=$ sudo pacman -S name-of-package= - -* Current Packages in this Repository: - - alacritty-cbsh - - kitty-cbsh - - doom-cbsh - - qtile-cbsh - - pikaur - - zsh-cbsh - - dmenu-scripts - - cbsh-sddm-theme - -** Suckless Programs: - - dmenu-cbsh -- Custom build of the Suckless dmenu run prompt to match the CBSH desktop. - - st-cbsh -- Custom build of the Suckless Simple Terminal to match the CBSH desktop. - -** Where is the suckless configs? -Suckless Programs are configured by modifying the program's source code and then recompiling the source with those changes. The repo installs binaries of these packages, but the source code is also placed onto your system should you want to customise and patch them even more than they are. The Source code is located in /opt, so for example, the source code for st would be located at /opt/st-cbsh. diff --git a/build-db.sh b/build-db.sh deleted file mode 100755 index be94d80..0000000 --- a/build-db.sh +++ /dev/null @@ -1,52 +0,0 @@ -#!/usr/bin/env bash -# -# Script Name: build-db.sh -# GitLab: https://www.gitlab.com/cabooshyy/cbsh-arch-repo -# Contributors: Cameron Miller - -# Set with the flags "-e", "-u","-o pipefail" cause the script to fail -# if certain things happen, which is a good thing. Otherwise, we can -# get hidden bugs that are hard to discover. -set -euo pipefail - -x86_pkgbuild=$(find ../cbsh-arch-pkgbuild/x86_64 -type f -name "*.pkg.tar.zst*") - -for x in ${x86_pkgbuild} -do - mv "${x}" x86_64/ - echo "Moving ${x}" - done - - echo "###########################" - echo "Building the repo database." - echo "###########################" - - ## Arch: x86_64 - cd x86_64 - rm -f cbsh-arch-repo* - - echo "###################################" - echo "Building for architecture 'x86_64'." - echo "###################################" - - ## repo-add - ## -s: signs the packages - ## -n: only add new packages not already in database - ## -R: remove old package files when updating their entry - repo-add -s -n -R cbsh-arch-repo.db.tar.gz *.pkg.tar.zst - - # Removing the symlinks because GitLab can't handle them. - rm cbsh-arch-repo.db - rm cbsh-arch-repo.db.sig - rm cbsh-arch-repo.files - rm cbsh-arch-repo.files.sig - - # Renaming the tar.gz files without the extension. - mv cbsh-arch-repo.db.tar.gz cbsh-arch-repo.db - mv cbsh-arch-repo.db.tar.gz.sig cbsh-arch-repo-db.sig - mv cbsh-arch-repo.files.tar.gz cbsh-arch-repo.files - mv cbsh-arch-repo.files.tar.gz.sig cbsh-arch-repo.files.sig - - echo "#######################################" - echo "Packages in the repo have been updated!" - echo "#######################################" diff --git a/x86_64/alacritty-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst b/x86_64/alacritty-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst deleted file mode 100644 index 566a13b..0000000 Binary files a/x86_64/alacritty-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst and /dev/null differ diff --git a/x86_64/alacritty-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst.sig b/x86_64/alacritty-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst.sig deleted file mode 100644 index e580151..0000000 Binary files a/x86_64/alacritty-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst.sig and /dev/null differ diff --git a/x86_64/cbsh-arch-repo-db.sig b/x86_64/cbsh-arch-repo-db.sig deleted file mode 100644 index e6439e3..0000000 Binary files a/x86_64/cbsh-arch-repo-db.sig and /dev/null differ diff --git a/x86_64/cbsh-arch-repo.db b/x86_64/cbsh-arch-repo.db deleted file mode 100644 index d121dcc..0000000 Binary files a/x86_64/cbsh-arch-repo.db and /dev/null differ diff --git a/x86_64/cbsh-arch-repo.files b/x86_64/cbsh-arch-repo.files deleted file mode 100644 index f24cd99..0000000 Binary files a/x86_64/cbsh-arch-repo.files and /dev/null differ diff --git a/x86_64/cbsh-arch-repo.files.sig b/x86_64/cbsh-arch-repo.files.sig deleted file mode 100644 index a28b84e..0000000 Binary files a/x86_64/cbsh-arch-repo.files.sig and /dev/null differ diff --git a/x86_64/cbsh-sddm-theme-1.0.r18.89b8df5-1-x86_64.pkg.tar.zst b/x86_64/cbsh-sddm-theme-1.0.r18.89b8df5-1-x86_64.pkg.tar.zst deleted file mode 100644 index 9834572..0000000 Binary files a/x86_64/cbsh-sddm-theme-1.0.r18.89b8df5-1-x86_64.pkg.tar.zst and /dev/null differ diff --git a/x86_64/cbsh-sddm-theme-1.0.r18.89b8df5-1-x86_64.pkg.tar.zst.sig b/x86_64/cbsh-sddm-theme-1.0.r18.89b8df5-1-x86_64.pkg.tar.zst.sig deleted file mode 100644 index f32edd6..0000000 Binary files a/x86_64/cbsh-sddm-theme-1.0.r18.89b8df5-1-x86_64.pkg.tar.zst.sig and /dev/null differ diff --git a/x86_64/dmenu-cbsh-5.0.r25.73808fa-1-x86_64.pkg.tar.zst b/x86_64/dmenu-cbsh-5.0.r25.73808fa-1-x86_64.pkg.tar.zst deleted file mode 100644 index 6642106..0000000 Binary files a/x86_64/dmenu-cbsh-5.0.r25.73808fa-1-x86_64.pkg.tar.zst and /dev/null differ diff --git a/x86_64/dmenu-cbsh-5.0.r25.73808fa-1-x86_64.pkg.tar.zst.sig b/x86_64/dmenu-cbsh-5.0.r25.73808fa-1-x86_64.pkg.tar.zst.sig deleted file mode 100644 index b7320ea..0000000 Binary files a/x86_64/dmenu-cbsh-5.0.r25.73808fa-1-x86_64.pkg.tar.zst.sig and /dev/null differ diff --git a/x86_64/dmenu-scripts-1.0.r25.73808fa-1-any.pkg.tar.zst b/x86_64/dmenu-scripts-1.0.r25.73808fa-1-any.pkg.tar.zst deleted file mode 100644 index 43cd751..0000000 Binary files a/x86_64/dmenu-scripts-1.0.r25.73808fa-1-any.pkg.tar.zst and /dev/null differ diff --git a/x86_64/dmenu-scripts-1.0.r25.73808fa-1-any.pkg.tar.zst.sig b/x86_64/dmenu-scripts-1.0.r25.73808fa-1-any.pkg.tar.zst.sig deleted file mode 100644 index 7a6b557..0000000 Binary files a/x86_64/dmenu-scripts-1.0.r25.73808fa-1-any.pkg.tar.zst.sig and /dev/null differ diff --git a/x86_64/doom-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst b/x86_64/doom-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst deleted file mode 100644 index cb431be..0000000 Binary files a/x86_64/doom-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst and /dev/null differ diff --git a/x86_64/doom-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst.sig b/x86_64/doom-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst.sig deleted file mode 100644 index 1799d7f..0000000 Binary files a/x86_64/doom-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst.sig and /dev/null differ diff --git a/x86_64/kitty-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst b/x86_64/kitty-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst deleted file mode 100644 index 327475c..0000000 Binary files a/x86_64/kitty-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst and /dev/null differ diff --git a/x86_64/kitty-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst.sig b/x86_64/kitty-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst.sig deleted file mode 100644 index 2cd9e35..0000000 Binary files a/x86_64/kitty-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst.sig and /dev/null differ diff --git a/x86_64/pikaur-1.9-1-any.pkg.tar.zst b/x86_64/pikaur-1.9-1-any.pkg.tar.zst deleted file mode 100644 index 0688734..0000000 Binary files a/x86_64/pikaur-1.9-1-any.pkg.tar.zst and /dev/null differ diff --git a/x86_64/pikaur-1.9-1-any.pkg.tar.zst.sig b/x86_64/pikaur-1.9-1-any.pkg.tar.zst.sig deleted file mode 100644 index 0597db3..0000000 Binary files a/x86_64/pikaur-1.9-1-any.pkg.tar.zst.sig and /dev/null differ diff --git a/x86_64/pikaur-git-1.9.r17.g709231b-1-any.pkg.tar.zst b/x86_64/pikaur-git-1.9.r17.g709231b-1-any.pkg.tar.zst deleted file mode 100644 index 3fd7d4a..0000000 Binary files a/x86_64/pikaur-git-1.9.r17.g709231b-1-any.pkg.tar.zst and /dev/null differ diff --git a/x86_64/pikaur-git-1.9.r17.g709231b-1-any.pkg.tar.zst.sig b/x86_64/pikaur-git-1.9.r17.g709231b-1-any.pkg.tar.zst.sig deleted file mode 100644 index 2d3d9b0..0000000 Binary files a/x86_64/pikaur-git-1.9.r17.g709231b-1-any.pkg.tar.zst.sig and /dev/null differ diff --git a/x86_64/qtile-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst b/x86_64/qtile-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst deleted file mode 100644 index 3e9f5af..0000000 Binary files a/x86_64/qtile-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst and /dev/null differ diff --git a/x86_64/qtile-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst.sig b/x86_64/qtile-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst.sig deleted file mode 100644 index 754e29e..0000000 Binary files a/x86_64/qtile-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst.sig and /dev/null differ diff --git a/x86_64/st-cbsh-5.0.r25.73808fa-1-x86_64.pkg.tar.zst b/x86_64/st-cbsh-5.0.r25.73808fa-1-x86_64.pkg.tar.zst deleted file mode 100644 index 832804d..0000000 Binary files a/x86_64/st-cbsh-5.0.r25.73808fa-1-x86_64.pkg.tar.zst and /dev/null differ diff --git a/x86_64/st-cbsh-5.0.r25.73808fa-1-x86_64.pkg.tar.zst.sig b/x86_64/st-cbsh-5.0.r25.73808fa-1-x86_64.pkg.tar.zst.sig deleted file mode 100644 index 7a9efc6..0000000 Binary files a/x86_64/st-cbsh-5.0.r25.73808fa-1-x86_64.pkg.tar.zst.sig and /dev/null differ diff --git a/x86_64/zsh-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst b/x86_64/zsh-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst deleted file mode 100644 index 327deec..0000000 Binary files a/x86_64/zsh-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst and /dev/null differ diff --git a/x86_64/zsh-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst.sig b/x86_64/zsh-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst.sig deleted file mode 100644 index 9928b2a..0000000 Binary files a/x86_64/zsh-cbsh-1.0.r29.92ff5f0-1-x86_64.pkg.tar.zst.sig and /dev/null differ