Commit Graph

254 Commits

Author SHA1 Message Date
Antoine Beaupré 337ca00337 add the concept of slaves in alternc core. slaves now have an alternc account that gets created by the alternc-slave package that the master can use to restart apache and bind on the fly 2009-07-27 21:21:26 +00:00
Antoine Beaupré c65519edef fix a typo 2009-07-27 20:58:28 +00:00
Camille Lafitte a35bee4148 supprimer les mauvais liens vers le panel
* fait suite au commentaire de #1178
2009-04-07 12:23:09 +00:00
Camille Lafitte e482842c7f Compatibilit\303\251 Lenny (suite)
* complete [2472]
  * Alternc slave n'avait pas le patch concernant proftpd
 * close #1197
  * il ne faut plus mettre '''<?php ?>''' pour l'inclusion phpmyadmin, on n\303\251ttoie au passage les anciennes installations
2009-04-06 15:03:17 +00:00
Camille Lafitte 77d0707915 Apache2 by default
* Apache2 prior Apache 1.3
 * Dependencies modified
 * Apache2 includes mod_deflate vs gzip and ssl vs apache-ssl

Apache 2 par d\303\251faut
 * Apache2 passe avant  Apache 1.3
 * Dependances ajust\303\251es
 * Apache2 inclut en natif le mod_deflate (gzip) et ssl
2009-03-30 21:36:03 +00:00
Benjamin Sonntag 2037ee4841 fix a 'already exist' error when creating a database containing an hyphen (-) 2009-03-30 09:39:46 +00:00
Antoine Beaupré ced52717dd small API change: do not include the db size in get_db_list(), which improves performance on big databases 2009-02-27 00:31:59 +00:00
Nahuel Angelinetti 36165ad8c1 We add a dependency to squirrelmail-locales
Closes: #1125
2009-02-18 17:48:59 +00:00
Nahuel Angelinetti 99d319dce5 Update of debian/control for Debian lenny(5.0) compatibility
Update of alternc.install to use force-reload, reload seems to no more be used
2009-02-17 21:20:23 +00:00
Antoine Beaupré 36c8f77b83 fix upload distro 2009-01-29 01:01:42 +00:00
Antoine Beaupré d09637d0ce send email on new account creation 2009-01-29 00:54:52 +00:00
Antoine Beaupré a7034d7779 add notes field to members 2009-01-29 00:40:49 +00:00
mlutfy df1646dac5 update changelog for www/stats/backups stuff 2009-01-28 22:19:47 +00:00
mlutfy a3bbdcf38f changelog entry for .cc/.re domain support 2009-01-26 21:15:37 +00:00
Benjamin Sonntag 9f636f7d00 fixed unnumbered bug : wrong charset for the desktop with apache2 2008-12-21 04:06:02 +00:00
Antoine Beaupré 77c41d96b4 update to new standards 2008-10-31 18:00:25 +00:00
Antoine Beaupré 695c63cff4 try to fix snapshot 2008-10-31 17:59:57 +00:00
Antoine Beaupré b2cce1fc12 add a note that existing sessions are not migrated 2008-10-31 17:57:17 +00:00
Antoine Beaupré d5a5a929a6 move sessions to a shared /var/alternc/sessions 2008-10-31 17:55:06 +00:00
Antoine Beaupré f47b431596 configure alternc-slave as a primary MX for the main server
this aims to resolve a lot of mail problems we are having on our deployment at Koumbit
2008-10-23 18:37:40 +00:00
Antoine Beaupré c2000c82f3 fix sqlbackup call sequence by retaining backwards compatibilty with
previous script

Closes: #1163
2008-10-20 20:13:21 +00:00
Antoine Beaupré a52ed1e90e remove cron.d directory from alternc-slave, hopefully removing the cronjob 2008-10-20 19:53:02 +00:00
Antoine Beaupré a3bf66c5e7 use scponly for the mergelog account 2008-10-16 21:52:31 +00:00
Antoine Beaupré 64827fbbc1 fixup key managemetn script 2008-10-16 21:31:05 +00:00
Antoine Beaupré 82d4a46f65 fix test call 2008-10-16 21:23:22 +00:00
Antoine Beaupré 813c80f910 fix syntax error 2008-10-16 21:21:31 +00:00
Antoine Beaupré 8ea0fcfde7 add hooks in debconf to create a special user to collect apache logs 2008-10-16 21:15:22 +00:00
Antoine Beaupré 27a2b3bef2 merge from 0.9.9 tag: update debconf translations 2008-10-15 00:15:36 +00:00
Antoine Beaupré cee2098ac2 document FTPS support 2008-10-14 23:56:18 +00:00
Antoine Beaupré 1da00ed0b7 silence lintian warning: no need to depend on gzip, it's an essential package 2008-10-14 15:41:36 +00:00
Antoine Beaupré edb9444255 suggest extra compression utilities to make sure tarball download work in most cases
See: #1107
2008-10-14 15:32:52 +00:00
Antoine Beaupré 29bf41d305 remove all apache configs (both apache1 and 2) 2008-10-14 15:29:21 +00:00
Antoine Beaupré 670688a4ee don't maintain override_php symlink in preinst, it's already done in alternc.install 2008-10-14 15:27:10 +00:00
Antoine Beaupré 037e673497 change short description for alternc-slave 2008-10-09 23:40:52 +00:00
Antoine Beaupré 4196dd830f create a NEWS file for alternc detailing the major changes in this release 2008-10-09 23:34:25 +00:00
Antoine Beaupré 3c242059c9 document apache2 support 2008-10-09 23:21:38 +00:00
Antoine Beaupré 0184e3c641 move the apache config code into alternc.install
this makes sure that apache is properly restarted after install and factors code out of the two postinst files
2008-10-07 17:21:18 +00:00
Antoine Beaupré 57b5a642cb create a apache2 configuration file, required because of the logfile location 2008-10-07 17:05:18 +00:00
Antoine Beaupré 9e7857073b document #1078 2008-10-07 16:50:26 +00:00
Antoine Beaupré c3e626c6f8 document #1017 fix 2008-10-07 16:43:36 +00:00
Antoine Beaupré 2e9a859a07 fix apache2 and apache-ssl configuration
Closes: #1017
2008-10-07 16:42:40 +00:00
Antoine Beaupré a45cf12900 make prerm script more failsafe 2008-10-07 16:06:25 +00:00
Antoine Beaupré 3bcb5159f9 stop overwriting named.conf
starting this release, only named.conf.options will be replaced (as we
need to modify the options {} block and can't just add another one). We
still install a named.conf, a fresh version from Lenny this time, so
that we get a clean start.

Also get rid of the bind_internal parameter that is not really used or
recommended, as it allows for authoritative nameservers to also serve
recursive queries (which is bad practice).

See: #1025
Closes: #1104
2008-10-06 23:58:04 +00:00
Antoine Beaupré d67dce6218 document last bugfix
See: #1129
2008-10-06 23:28:25 +00:00
Antoine Beaupré 77ddb5002f do not override Postfix's main.cf: instead, we use a /etc/alternc/postfix.cf to hold our configuration changes and apply that on postinst.
Closes: #1029
2008-10-06 22:12:41 +00:00
Antoine Beaupré a96dafef8b add etc/ to the list of directories to install files from in the slave package 2008-10-06 21:35:12 +00:00
Antoine Beaupré e2b74aaa1b fix debconf prompts 2008-10-06 21:30:48 +00:00
Antoine Beaupré b820020a36 remove questions not relevant to the right package 2008-10-06 21:23:08 +00:00
Antoine Beaupré d09197fa97 try to create a templates file for the slave package 2008-10-06 21:16:18 +00:00
Antoine Beaupré cdb3a1e281 remove alternc/mynetwork debconf parameter, stop overriding it in
postfix

also split the config prompts between slave and non-slave package

See: #1029
2008-10-06 21:13:11 +00:00
Antoine Beaupré 277f17fc11 try to remove bashsisms from postinst script 2008-10-04 20:45:38 +00:00
Antoine Beaupré 69897a033b fix a typo 2008-10-04 20:42:47 +00:00
Antoine Beaupré 54d3e42b93 copy question templates betwen packages 2008-10-04 20:41:25 +00:00
Antoine Beaupré 8c1962223a revert back to r2306: stay with only two packages for now, which should unbreak the main alternc package 2008-10-04 20:25:03 +00:00
Antoine Beaupré 969061073d forgot to add an empty install file for the meta package 2008-10-04 19:59:06 +00:00
Antoine Beaupré 09c776f003 tentative splitting of alternc into multiple packages 2008-10-04 19:58:38 +00:00
Antoine Beaupré c9a56bd288 revert last commit: we need a templates file 2008-10-04 19:07:38 +00:00
Antoine Beaupré 66165c3610 split templates in the two packages 2008-10-04 19:05:35 +00:00
Antoine Beaupré bc9429a58e do not make alternc-slave provide admintools, breaking the upgrade path from <0.9.3 to alternc-slave 2008-10-04 18:59:45 +00:00
Antoine Beaupré 29bb246122 fix lintian warning 2008-10-04 18:47:20 +00:00
Antoine Beaupré 19094da87c try to build a changelog for 0.9.9 2008-10-04 18:43:38 +00:00
Antoine Beaupré ad81b6215d add changelog for recent package seperation work 2008-10-04 18:31:13 +00:00
Antoine Beaupré 9187e11a85 sort warnings 2008-10-04 18:30:49 +00:00
Antoine Beaupré 1e1ed9a288 don't attempt to remove the apacheconf from /var/alternc 2008-10-04 18:26:14 +00:00
Antoine Beaupré c2c91d5729 /var/alternc specific instructions were removed from the wrong postinst 2008-10-04 18:24:59 +00:00
Antoine Beaupré 7b5c4d887f install the proper lintian overrides in the right places 2008-10-04 17:06:35 +00:00
Antoine Beaupré 6e25483823 try to fix lintian... again. 2008-10-04 17:05:12 +00:00
Antoine Beaupré 304e4a9f59 correct lintian exceptions 2008-10-04 17:03:19 +00:00
Antoine Beaupré f017f5eced make a alternc-slave-specific prerm and preinst that doesn't touch /var/alternc 2008-10-04 16:57:54 +00:00
Antoine Beaupré f9804848d2 make a alternc-slave-specific postrm that doesn't touch /var/alternc 2008-10-04 16:53:57 +00:00
Antoine Beaupré 09ff68f010 make a alternc-slave-specific postinst that doesn't touch /var/alternc 2008-10-04 16:52:02 +00:00
Antoine Beaupré 0de778c41c move basedirprot call to postinst also 2008-10-04 16:50:14 +00:00
Antoine Beaupré 270c7a6e37 move /var/alternc-specific commands from alternc.install to postinst 2008-10-04 16:48:30 +00:00
Antoine Beaupré 1dfc9e15ec add proper links and logrotate scripts for alternc-slave, note that we do not add the cronjob 2008-10-04 16:38:45 +00:00
Antoine Beaupré 9e3b4b8cdd conflict alternc-slave with alternc 2008-10-04 16:12:11 +00:00
Antoine Beaupré 68b21e283a fix autobuilder versionning 2008-10-04 16:08:26 +00:00
Antoine Beaupré 64732a75ee prepare a test upload for koumbit 2008-10-04 16:05:51 +00:00
Antoine Beaupré 0b9100d1b4 fix lintian. again. 2008-10-04 16:02:33 +00:00
Antoine Beaupré 6e7d203260 try to silence litian warnings in alternc-slave 2008-10-04 16:00:53 +00:00
Antoine Beaupré 8151682267 try to fix install again 2008-10-04 15:59:26 +00:00
Antoine Beaupré f78850fc05 don't install logrotate and cron.d files manually 2008-10-04 15:57:56 +00:00
Antoine Beaupré 4f5be25dc7 use dh_install to fix multiple-package support 2008-10-04 15:55:55 +00:00
Antoine Beaupré 1e1673ebb9 update po files with latest translation strings, this unbreaks svn-buildpackage 2008-10-04 15:48:03 +00:00
Antoine Beaupré c50ad5049f try to create a frontend node-specific package 2008-10-04 15:46:46 +00:00
Antoine Beaupré e0c00405aa group chmod together, cosmetic change 2008-10-04 15:32:33 +00:00
Antoine Beaupré 731ea7a939 factor out some calls 2008-10-04 15:28:15 +00:00
Benjamin Sonntag b1b87e06f4 Fixing TLS for proftpd : CertificateFile IS REQUIRED for TLS to work 2008-08-11 10:07:00 +00:00
Antoine Beaupré 27215d1cbc add templates for the new options 2008-07-10 22:02:38 +00:00
Antoine Beaupré a62b9109ed add some of the sqlbackup options to the local.sh global configuration.
note that we discarded some suggestions options:

F_LOG: replaced with syslog
DAEMON: will be considered for inclusion later
VERBOSE/DEBUG: available through command line flags

TYPE_NAME_BACKUP and ALLOW_OVERWRITE_BACKUP are being renamed to
SQLBACKUP_TYPE and SQLBACKUP_OVERWRITE. this is to be more consistent
with the global configurations

See: #1081
2008-07-10 21:18:42 +00:00
Antoine Beaupré 6c8c512b05 fix typo 2008-04-24 16:55:52 +00:00
Antoine Beaupré 9be86ad565 remove gcc from build-depends: we now use perl scripts
Spotted by: Patrick Hétu
2008-04-24 16:19:10 +00:00
Antoine Beaupré b6ef65ded3 also fix database user variable expansion in debian configuration. without this, it is probably not possible to change the database user from the debconf prompts 2008-04-17 23:08:10 +00:00
Antoine Beaupré 83be236897 add missing ) to version 2008-04-15 16:24:22 +00:00
Antoine Beaupré 34e28495a5 change the version number with sed instead of debchange, which always adds a new changelog... 2008-04-15 16:23:11 +00:00
Antoine Beaupré eff216a5dc more snapshot fixes: update before snapshot. don't put a new changelog entry with debchange. 2008-04-15 16:09:15 +00:00
Antoine Beaupré 71bda92a12 open the changelog for version 0.9.9, so that we can add changes to that version as we go along. use ~ as the svn version seperator so it's *lower* than 0.9.9 on snapshots 2008-04-15 15:54:48 +00:00
Antoine Beaupré 83f15dca0e make it so that the displayed version is only the one set in the changelog 2008-04-15 15:42:33 +00:00
Antoine Beaupré 27b4d9d2a6 make a quick hack to build snapshots from svn, with a snapshot version 2008-04-15 15:40:42 +00:00
Antoine Beaupré 7cfa0db5ed fix mysql.cnf regexp for a last time, i hope 2008-04-14 03:22:10 +00:00
Antoine Beaupré 06166a92e2 another last minute fix about mysql.cnf parsing 2008-04-14 03:12:23 +00:00