Compare commits
5 Commits
a97c17a615
...
pkg/dev/ri
Author | SHA1 | Date | |
---|---|---|---|
58b3880e9b | |||
413ab6dbb0 | |||
534b5f4413 | |||
5a1c39e8a1 | |||
8d09b90d26 |
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,5 +0,0 @@
|
|||||||
rougail (0.1) unstable; urgency=low
|
|
||||||
|
|
||||||
* first version
|
|
||||||
|
|
||||||
-- Cadoles <contact@cadoles.com> Tue, 31 Mar 2020 10:40:42 +0200
|
|
@ -6,12 +6,12 @@ fichier de configuration pour rougail
|
|||||||
from os.path import join, isfile, abspath, dirname
|
from os.path import join, isfile, abspath, dirname
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
rougailroot = /var/rougail
|
rougailroot = '/var/rougail'
|
||||||
patch_dir = join(rougailroot, 'patches')
|
patch_dir = join(rougailroot, 'patches')
|
||||||
manifests_dir = join(rougailroot, 'manifests')
|
manifests_dir = join(rougailroot, 'manifests')
|
||||||
templates_dir = join(rougailroot, 'templates')
|
templates_dir = join(rougailroot, 'templates')
|
||||||
dtddir = join(dirname(abspath(__file__)), 'data')
|
dtddir = join(dirname(abspath(__file__)), 'data')
|
||||||
dtdfilename = join(ddtdir, 'rougail.dtd')
|
dtdfilename = join(dtddir, 'rougail.dtd')
|
||||||
|
|
||||||
# chemin du répertoire source des fichiers templates
|
# chemin du répertoire source des fichiers templates
|
||||||
patch_dir = '/srv/rougail/patch'
|
patch_dir = '/srv/rougail/patch'
|
||||||
|
Reference in New Issue
Block a user