Compare commits
82 Commits
develop
...
dist/eole/
Author | SHA1 | Date | |
---|---|---|---|
e34800687a | |||
84320f3366 | |||
d1675859fd | |||
e5b4489a8d | |||
001e9fa0f5 | |||
296250e50a | |||
47a201c879 | |||
7d7154ac1a | |||
b078384b50 | |||
470e446bed | |||
ef49699351 | |||
5701b488ab | |||
f331bdd8bb | |||
7d205a6d07 | |||
ef4e0deb13 | |||
e6db8285fd | |||
5c5152546f | |||
9b2317478f | |||
593a35a6fd | |||
20410f4168 | |||
e79473b41e | |||
ed7ef726ee | |||
6183e0b01d | |||
88d3ae8308 | |||
2cb3b1eab0 | |||
d24fb913d1 | |||
1b0cc0ddb1 | |||
9ee6f06cf3 | |||
9ac6a32a75 | |||
d53d35594b | |||
9b589c4306 | |||
95b110a614 | |||
52fb5f9e6f | |||
6c8bfc86ad | |||
6129031de4 | |||
8bc6371d33 | |||
9cad108279 | |||
46cbb60a12 | |||
dc15a5722c | |||
7542bc4ca9 | |||
d289e3c71c | |||
48f9f8e927 | |||
9af98166ba | |||
935aa81b70 | |||
a5b5f9fc32 | |||
7c40c395ec | |||
|
8776d25aee | ||
c60d652730 | |||
80231b48a4 | |||
c54c397a9e | |||
7cadb3da0e | |||
f57addc2cc | |||
22709760f3 | |||
9bdc26ad51 | |||
8d0fdbd8bf | |||
2c377517d8 | |||
a85ec92831 | |||
8d25de0f2a | |||
d1eafd3104 | |||
fd85a16b20 | |||
f48def409d | |||
009c225f80 | |||
49672ce24b | |||
a81642fcdb | |||
eb561236ba | |||
42677eb95b | |||
e3a93a0725 | |||
d43c8664f3 | |||
9acd24cf19 | |||
1aba4425dd | |||
31b8cc8fdb | |||
5f1c564aba | |||
ee74f2df2e | |||
64e42d7a97 | |||
44bc50a2ba | |||
f2740a38bc | |||
8869d18e17 | |||
225e2f5ff2 | |||
14a2bdd6dd | |||
146206e353 | |||
e3f2d1f5b6 | |||
ce87e6219c |
4
Makefile
4
Makefile
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
SOURCE=eole-redis
|
SOURCE=eole-redis
|
||||||
VERSION=0.0.1
|
VERSION=0.0.1
|
||||||
EOLE_VERSION=2.6
|
EOLE_VERSION=2.7
|
||||||
EOLE_RELEASE=2.6.2
|
EOLE_RELEASE=2.7.1
|
||||||
PKGAPPS=non
|
PKGAPPS=non
|
||||||
#FLASK_MODULE=<APPLICATION>
|
#FLASK_MODULE=<APPLICATION>
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
# eole-redis
|
# eole-redis
|
||||||
|
|
||||||
Redis EOLE integration
|
Redis EOLE integration
|
||||||
|
|
||||||
## To fix :
|
|
||||||
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
9
|
16
debian/control
vendored
Normal file
16
debian/control
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
Source: eole-redis
|
||||||
|
Section: web
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: Cadoles <eole@ac-dijon.fr>
|
||||||
|
Build-Depends: debhelper (>= 9)
|
||||||
|
Standards-Version: 3.9.3
|
||||||
|
Homepage: https://forge.cadoles.com/Cadoles/eole-redis
|
||||||
|
Vcs-Git: https://forge.cadoles.com/Cadoles/eole-redis.git
|
||||||
|
Vcs-Browser: https://forge.cadoles.com/Cadoles/eole-redis
|
||||||
|
|
||||||
|
Package: eole-redis
|
||||||
|
Architecture: all
|
||||||
|
Depends: ${misc:Depends}, redis-server
|
||||||
|
Description: Dictionnaires et templates pour la configuration d'un serveur redis, testée uniquement avec eolebase
|
||||||
|
.
|
||||||
|
Pour toute information complémentaire, veuillez vous rendre sur la forge Cadoles.
|
44
debian/copyright
vendored
Normal file
44
debian/copyright
vendored
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: {PROJECT}
|
||||||
|
Source: {URL}
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: YEAR {UPSTREAM} {AUTHOR} <{MAIL}>
|
||||||
|
License: {UPSTREAM LICENSE}
|
||||||
|
|
||||||
|
Files: debian/*
|
||||||
|
Copyright: 2012 Équipe EOLE <eole@ac-dijon.fr>
|
||||||
|
License: CeCILL-2
|
||||||
|
|
||||||
|
License: {UPSTREAM LICENSE}
|
||||||
|
{TEXT OF THE LICENSE}
|
||||||
|
|
||||||
|
License: CeCILL-2
|
||||||
|
This software is governed by the CeCILL-2 license under French law and
|
||||||
|
abiding by the rules of distribution of free software. You can use,
|
||||||
|
modify and or redistribute the software under the terms of the CeCILL-2
|
||||||
|
license as circulated by CEA, CNRS and INRIA at the following URL
|
||||||
|
"http://www.cecill.info";.
|
||||||
|
.
|
||||||
|
As a counterpart to the access to the source code and rights to copy,
|
||||||
|
modify and redistribute granted by the license, users are provided only
|
||||||
|
with a limited warranty and the software's author, the holder of the
|
||||||
|
economic rights, and the successive licensors have only limited
|
||||||
|
liability.
|
||||||
|
.
|
||||||
|
In this respect, the user's attention is drawn to the risks associated
|
||||||
|
with loading, using, modifying and/or developing or reproducing the
|
||||||
|
software by the user in light of its specific status of free software,
|
||||||
|
that may mean that it is complicated to manipulate, and that also
|
||||||
|
therefore means that it is reserved for developers and experienced
|
||||||
|
professionals having in-depth computer knowledge. Users are therefore
|
||||||
|
encouraged to load and test the software's suitability as regards their
|
||||||
|
requirements in conditions enabling the security of their systems and/or
|
||||||
|
data to be ensured and, more generally, to use and operate it in the
|
||||||
|
same conditions as regards security.
|
||||||
|
.
|
||||||
|
The fact that you are presently reading this means that you have had
|
||||||
|
knowledge of the CeCILL-2 license and that you accept its terms.
|
||||||
|
.
|
||||||
|
On Eole systems, the complete text of the CeCILL-2 License can be found
|
||||||
|
in '/usr/share/common-licenses/CeCILL-2-en'.
|
1
debian/eole-redis.redis2-server.service
vendored
Symbolic link
1
debian/eole-redis.redis2-server.service
vendored
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../init/redis2-server.service
|
3
debian/gbp.conf
vendored
Normal file
3
debian/gbp.conf
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Set per distribution debian tag
|
||||||
|
[DEFAULT]
|
||||||
|
debian-tag = debian/eole/%(version)s
|
35
debian/preinst
vendored
Normal file
35
debian/preinst
vendored
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
# preinst script for eole-redis
|
||||||
|
#
|
||||||
|
# see: dh_installdeb(1)
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
# summary of how this script can be called:
|
||||||
|
# * <new-preinst> `install'
|
||||||
|
# * <new-preinst> `install' <old-version>
|
||||||
|
# * <new-preinst> `upgrade' <old-version>
|
||||||
|
# * <old-preinst> `abort-upgrade' <new-version>
|
||||||
|
# for details, see https://www.debian.org/doc/debian-policy/ or
|
||||||
|
# the debian-policy package
|
||||||
|
|
||||||
|
case "$1" in
|
||||||
|
install|upgrade)
|
||||||
|
deb-systemd-helper mask redis-server.service
|
||||||
|
;;
|
||||||
|
|
||||||
|
abort-upgrade)
|
||||||
|
;;
|
||||||
|
|
||||||
|
*)
|
||||||
|
echo "preinst called with unknown argument \`$1'" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
# dh_installdeb will replace this with shell code automatically
|
||||||
|
# generated by other debhelper scripts.
|
||||||
|
|
||||||
|
#DEBHELPER#
|
||||||
|
|
||||||
|
exit 0
|
18
debian/rules
vendored
Executable file
18
debian/rules
vendored
Executable file
@ -0,0 +1,18 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
# -*- makefile -*-
|
||||||
|
|
||||||
|
# Uncomment this to turn on verbose mode.
|
||||||
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
||||||
|
|
||||||
|
# Force init script name
|
||||||
|
override_dh_installinit:
|
||||||
|
dh_installinit --noscripts -peole-redis --name=redis2-server $@
|
||||||
|
|
||||||
|
override_dh_systemd_enable:
|
||||||
|
dh_systemd_enable -peole-redis --name=redis2-server
|
||||||
|
|
||||||
|
override_dh_systemd_start:
|
||||||
|
dh_systemd_start -peole-server --no-start --no-restart-on-upgrade redis2-server
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
3.0 (native)
|
@ -244,35 +244,18 @@
|
|||||||
<param>slave</param>
|
<param>slave</param>
|
||||||
</auto>
|
</auto>
|
||||||
|
|
||||||
<fill name='intAdd' target='rdClMemberSlavePort'>
|
|
||||||
<param type='eole' name='num1'>rdClMemberPort</param>
|
|
||||||
<param name='num2'>2000</param>
|
|
||||||
</fill>
|
|
||||||
|
|
||||||
<fill name='calc_val' target='redisInstanceName'>
|
<fill name='calc_val' target='redisInstanceName'>
|
||||||
<param type='eole' name='valeur'>nom_machine</param>
|
<param type='eole' name='valeur'>nom_machine</param>
|
||||||
</fill>
|
</fill>
|
||||||
|
|
||||||
<fill name='intAdd' target='redisClPort'>
|
|
||||||
<param type='eole' name='num1'>redisPort</param>
|
|
||||||
<param name='num2'>10000</param>
|
|
||||||
</fill>
|
|
||||||
|
|
||||||
<fill name='intAdd' target='redisPortSlave'>
|
|
||||||
<param type='eole' name='num1'>redisPort</param>
|
|
||||||
<param name='num2'>2000</param>
|
|
||||||
</fill>
|
|
||||||
|
|
||||||
<fill name='intAdd' target='redisClPortSlave'>
|
|
||||||
<param type='eole' name='num1'>redisPortSlave</param>
|
|
||||||
<param name='num2'>10000</param>
|
|
||||||
</fill>
|
|
||||||
<fill name='calc_val' target='redisMaxMemorySlave'>
|
<fill name='calc_val' target='redisMaxMemorySlave'>
|
||||||
<param type='eole' name='valeur'>redisMaxMemory</param>
|
<param type='eole' name='valeur'>redisMaxMemory</param>
|
||||||
</fill>
|
</fill>
|
||||||
|
|
||||||
<fill name='calc_val' target='redisMemoryPolicySlave'>
|
<fill name='calc_val' target='redisMemoryPolicySlave'>
|
||||||
<param type='eole' name='valeur'>redisMemoryPolicy</param>
|
<param type='eole' name='valeur'>redisMemoryPolicy</param>
|
||||||
</fill>
|
</fill>
|
||||||
|
|
||||||
<fill name='calc_val' target='redisTCPKeepAliveSlave'>
|
<fill name='calc_val' target='redisTCPKeepAliveSlave'>
|
||||||
<param type='eole' name='valeur'>redisTCPKeepAlive</param>
|
<param type='eole' name='valeur'>redisTCPKeepAlive</param>
|
||||||
</fill>
|
</fill>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user