Tout d’abord, j’ai suivi le wiki de Gentoo pour installer LXC.
Pensez à activer le use man
c’est très utile.
J’ai simplement appliqué la configuration indiquée sur le wiki.
Tout d’abord, j’ai suivi le wiki de Gentoo pour installer LXC.
Pensez à activer le use man
c’est très utile.
J’ai simplement appliqué la configuration indiquée sur le wiki.
#!/bin/bash | |
# | |
# Script name: fix-python-compat.sh | |
# Description: Adds specified Python versions to PYTHON_COMPAT variables in Gentoo ebuilds | |
# Location: /etc/portage/postsync.d/fix-python-compat | |
# Make sure to: | |
# - chmod +x /etc/portage/postsync.d/fix-python-compat | |
# - Have pkgdev installed: emerge --ask dev-util/pkgdev | |
# |
# Firejail profile for Seafile | |
# This file is overwritten after every install/update | |
# Persistent local customizations | |
include seafile-applet.local | |
# Persistent global definitions | |
include globals.local | |
noblacklist ${HOME}/.config/Seafile | |
noblacklist ${HOME}/Seafile/.seafile-data |
# Copyright 1999-2018 Gentoo Authors | |
# Distributed under the terms of the GNU General Public License v2 | |
EAPI=6 | |
PYTHON_COMPAT=( python2_7 ) | |
inherit distutils-r1 | |
DESCRIPTION="A Python CD-DA ripper preferring accuracy over speed (forked from morituri)" |
EBUILD cyanrip-9999.ebuild 495 BLAKE2B 1881bfe2bae772ccfe78a739bb63bfaf8d01735c8a7cb9e4e2cbdd4d72ae32ac1e615ee04fc29088eba53389c45b79e7ee0e8cb0aaa9af62966dff91d962c34c SHA512 1dc6bc179ac074d1bdc31c3450dd62ba53716989fd8faa870d941d0d60593552b6186db091a65ff20ee28eaf37219597aefe62f23b241a4313a5208e09e29899 | |
MISC metadata.xml 251 BLAKE2B e59b22ec6e63719ee4185620ed83f012087a927c3849328552d507cd0b3f65b16847c423ad910ded9c98b4157816d81511ea28c6d91478c61c9523c8a4cb6746 SHA512 bf5cf7559fe78617ba8a0b2ffe42d726c808e5460be8c72bccdfd2d56be2f7e195d49ece7521354e49d7b84a4e5c2aa3015eca94a69bbc8aa4652287e8c7fa80 |
# Apache License 2015 | |
# What user and group should Gogs run as? | |
user="gogs" | |
group="gogs" | |
# Where is Gogs installed? | |
basedir="/usr/share/gogs" # never used | |
homedir="/var/lib/gogs" |