This toolkit was created to help ACDCs (Assistant CDieze Caml) by allowing them to use simple commands to do annoying things.
Add this to your /etc/pacman.conf
:
[epita-acdc]
SigLevel = Optional TrustAll
Server = https://gitlab.com/Fiksd/epita-acdc-pkgs/raw/master/
Then install with:
sudo pacman -Syu acdc-toolkit
Download the .deb package file from https://github.com/MarcVillain/acdc-toolkit/releases/latest.
You can install it using gdebi:
sudo apt-get install gdebi-core
sudo gdebi acdc-toolkit_stable.deb
Requirements:
- pipenv or pip
- pyenv or its dependencies (see https://github.com/pyenv/pyenv/wiki/Common-build-problems#prerequisites)
git clone git@github.com:MarcVillain/acdc-toolkit.git
cd acdc-toolkit
./install
acdc # the first run will install the remaining tools
For installing the program into your AFS, you can simply use ~/afs/.local
as the installation folder
and ~/afs/.acdc
as the data folder.
42sh$ acdc
If you installed the toolkit from a package manager, upgrade it using the same method. Otherwise, you can run:
42sh$ acdc update
42sh$ acdc uninstall
dev
is for development. master
is for releases. Don't break master
.
Commit format: tag(name): message
- tag: feat, refactor, misc or fix.
- name: the actual file or the feature (if more precision is needed, just separate with commas).
- message: Make it short and understandable on its own.
- Marc Villain (marc.villain@epita.fr)
- Alex van Vliet (alex.van-vliet@epita.fr)
- Julien Loctaux (julien.loctaux@epita.fr)