[remaster/mcs] move mcs stuff to 3rdparty dir

This commit is contained in:
Fabio Erculiani 2010-10-17 12:47:30 +02:00
parent 563a44ff28
commit ffb9a36303
7 changed files with 11 additions and 10 deletions

View File

@ -27,14 +27,14 @@ iso_title: Sabayon MCS
# Outer chroot script command, to be executed outside destination chroot before # Outer chroot script command, to be executed outside destination chroot before
# before entering it (and before inner_chroot_script) # before entering it (and before inner_chroot_script)
outer_chroot_script: /sabayon/scripts/remaster_mcs_pre.sh outer_chroot_script: /sabayon/scripts/3rdparty/remaster_mcs_pre.sh
# Execute repositories update here, in a more fault-tolerant flavor # Execute repositories update here, in a more fault-tolerant flavor
inner_chroot_script: /sabayon/scripts/remaster_mcs_inner_chroot_script.sh inner_chroot_script: /sabayon/scripts/3rdparty/remaster_mcs_inner_chroot_script.sh
# Inner chroot script command, to be executed inside destination chroot after # Inner chroot script command, to be executed inside destination chroot after
# packages installation and removal # packages installation and removal
inner_chroot_script_after: /sabayon/scripts/remaster_mcs_inner_chroot_script_after.sh inner_chroot_script_after: /sabayon/scripts/3rdparty/remaster_mcs_inner_chroot_script_after.sh
# Outer chroot script command, to be executed outside destination chroot before # Outer chroot script command, to be executed outside destination chroot before
# before entering it (and AFTER inner_chroot_script) # before entering it (and AFTER inner_chroot_script)

View File

@ -1,12 +1,11 @@
#!/bin/bash #!/bin/bash
EMAILPUSH_HOSTNAME="mmt-l-fl13-prv.mymessagingtop.it,mmt-l-fl14-prv.mymessagingtop.it" EMAILPUSH_HOSTNAME=""
EMAILPUSH_PORTNO="4242" EMAILPUSH_PORTNO="4242"
EMAILPUSH_PREFIX="PREFIX" EMAILPUSH_PREFIX="PREFIX"
INSPECT_DIR="/var/spool/filter" INSPECT_DIR="/var/spool/filter"
DELIVER="/usr/libexec/dovecot/deliver" DELIVER="/usr/libexec/dovecot/deliver"
#DELIVER="/opt/dovecot-1.2.8/libexec/dovecot/deliver"
EMAILPUSH="/usr/local/mmt_scripts/emailpush.pl" EMAILPUSH="/usr/local/mmt_scripts/emailpush.pl"
SCHEDULEBE="/usr/local/mmt_scripts/schedulebe.py" SCHEDULEBE="/usr/local/mmt_scripts/schedulebe.py"
LOGGER_FACILITY="mail" LOGGER_FACILITY="mail"

View File

@ -3,7 +3,7 @@
use Getopt::Std; use Getopt::Std;
use Socket; use Socket;
#my @HOSTNAME = ("mmt-l-fl13-prv.mymessagingtop.it", "mmt-l-fl14-prv.mymessagingtop.it"); #my @HOSTNAME = ("host", "host");
#my @HOSTNAME = ("localhost", "localhost"); #my @HOSTNAME = ("localhost", "localhost");
#my $PORTNO = "4242"; #my $PORTNO = "4242";
#my $PREFIX = "PREFIX"; #my $PREFIX = "PREFIX";

View File

@ -23,14 +23,14 @@ from xml.dom import minidom
from xml.parsers.expat import ExpatError from xml.parsers.expat import ExpatError
_debug = False _debug = False
#rtsvcUrl = "http://caladmin:caladmin@velvet:28080/ucaldav/rtsvc" #rtsvcUrl = "http://caladminurl"
#rtsvcUrl = "http://mmt-l-al20:8080/pubcaldav/rtsvc" #rtsvcUrl = "http://pubcaladminurl"
rtsvcUrl = None rtsvcUrl = None
conf_request_enabled = True conf_request_enabled = True
conf_mail_enabled = True conf_mail_enabled = True
# rtsvcUser = "pippo" # rtsvcUser = "user1"
# rtsvcPass = "pluto" # rtsvcPass = "user2"
class Meeting: class Meeting:

View File

@ -4,3 +4,5 @@ equo update || ( sleep 1200 && equo update ) || exit 1
# unmask apache with worker MPM # unmask apache with worker MPM
equo unmask www-servers/apache[threads] equo unmask www-servers/apache[threads]
# mask regular one
equo mask www-servers/apache[-threads]