Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-13 | Fix up permissions of default configuration files and ownership of the data | rsiddall | |
source configuration folder. | |||
2009-06-12 | Since Freeside uses the absence of configuration files to turn off config ↵ | rsiddall | |
options, don't reinstall the data source-dependent config directory every time the RPM is installed or upgraded. Instead, keep the configuration in a default folder and copy that to the data source-dependent folder only if that folder does not exist. | |||
2009-04-20 | Acceptance testing of the RPM build system flushed out a place where /bin/rm | rsiddall | |
stops for input if you're running /bin/su as another user to do the build. Adding a -f flag to stop it asking for input. | |||
2009-04-16 | More fixes for SuSE self-service: | rsiddall | |
1/ Put binaries in the right folder 2/ Make sure freeside group is created 3/ Make sure freeside home directory is created | |||
2009-01-28 | Removed conflict between core billing package and self-service RPMs so you can | rsiddall | |
install them all on the same machine. This may have applications if you're using XMLRPC to talk to the self-service interface from PHP, Python, etc. | |||
2009-01-18 | bash didn't like spaces on each side of an equals sign. | rsiddall | |
2008-12-26 | Added an Apache configuration file for the self-service interface. | rsiddall | |
Modified the .spec file to allow the self-service interface to be installed on a machine that already has the billing server on it, if you override the conflict reported by yum. Temporarily disabled the conflict in YaST. Fixed a long-standing bug where Makefile sets the ownership of files, causing "install" commands to fail when building the RPMs. This showed up on the SuSE install. Simplified .spec code to install the init script and the Apache configuration file. Added some fix-ups for some of the remaining SuSE problems. Included a note on changes to make once the Freeside cache relocation code is fixed; this cannot be done until a release of Freeside with the fix in it has been made, or you'll get broken RPMs again. | |||
2008-12-10 | Cleanup .spec file to quieten rpmlint. | rsiddall | |
First round of modifications to support SuSE as well as RedHat/Fedora/CentOS. | |||
2008-12-10 | Improved code to handle RPM names and convert back to Perl module names. | rsiddall | |
2008-11-18 | Now handles hyphenated Perl requirements as well as those in parentheses, and | rsiddall | |
handles more version relation types. | |||
2008-08-26 | More changes to the self-service RPMs, mostly fixing up paths so the ↵ | rsiddall | |
RPM-installed self-service files are not under /usr/local on the remote machine. Also fixed an initialization problem where the system configuration files for Freeside were assumed to be under /etc/default, not /etc/sysconfig | |||
2008-08-24 | Create discrete RPMs for different parts of the self-service interface. | rsiddall | |
2008-04-30 | Updated for 1.7.3 | ivan | |
2008-04-19 | Updated for 1.7.3rc3freeside_1_7_3rc3 | ivan | |
2008-04-08 | Updated for 1.7.3rc2freeside_1_7_3rc2 | ivan | |
2008-04-01 | *** empty log message *** | ivan | |
2008-02-08 | Removes "-o freeside" from install lines in Makefile so that you don't need | rsiddall | |
a freeside user on the build machine. RPM handles setting the file owner. This should allow the RPMs to build under mock. | |||
2008-02-07 | It was not necessary to add the freeside user to the build machine to get the | rsiddall | |
RPMs to build. This prevented the RPMs from building under mock. | |||
2007-12-14 | Ugly hack to extend rpmbuild's auto-requires to process handler.pl. This is ↵ | rsiddall | |
loosely based on notes on the Fedora wiki. The internal dependency generator is disabled and as far as possible the same code is used to generate provides and requires. The list of files to be scanned for requires is saved by a supplemental script and if it contains handler.pl, that file is scanned for requires with the standard Perl dependencies checker. References to RT are filtered out as RT is not enabled in this version of the .spec file. This mod obsoletes the freeside-mason-deps.inc file and simplifies building the RPMs. | |||
2007-12-13 | Now updates FS version to match RPM version and release. This is displayed ↵ | rsiddall | |
in the main billing screen. | |||
2007-12-13 | Ugly hack to make MySQL work. The configuration files and other DBI-specific | rsiddall | |
files are moved to the -postgresql and -mysql files. Attempts to replace /etc/freeside/secrets with a symlink didn't work sufficiently well, so the %post scripts update the DBI line in that file. | |||
2007-12-08 | Moved the misc. binaries to /usr/share/freeside-<n>/bin | rsiddall | |
2007-12-03 | Updated file list and info for license change from GPL to AGPL | rsiddall | |
2007-11-20 | Self-service RPM now contains PHP and XMLRPC components. | rsiddall | |
2007-11-13 | Added two optional modules to the Requires lists: Apache::DBI and ↵ | rsiddall | |
Fax::Hylafax::Client Added a %post script to chkconfig the freeside service, but not start it. Modified the Mason %post script to check the httpd config file is in the expected place. | |||
2007-11-08 | Added %post scriptlet to change User/Group in the local Apache instance | rsiddall | |
configuration file to freeside. (Code from Debian install script.) | |||
2007-11-08 | Fix for bug that prevented RPMs building on x86_64: wrong path to brp-compress. | rsiddall | |
2007-11-07 | Fixed up the tests to work on CentOS 4. Not sure if this is portable. | rsiddall | |
2007-11-07 | Changed initial values to match Makefile. This may eliminate the need to | rsiddall | |
change this file in many installations. | |||
2007-11-06 | Quick update to avoid installing freeside-import. | rsiddall | |
2007-11-06 | Removing the text file import script for now. | rsiddall | |
2007-11-06 | Changes to make it easier to build daily CVS builds. Also successfully | rsiddall | |
builds RPMs without putting some of the RedHat-style and RPM files in the SOURCES directory. | |||
2007-11-06 | First version of a RedHat-style system configuration file for Freeside. | rsiddall | |
This would live in /etc/sysconfig and include some of the values that are currently hard-coded in Makefile. | |||
2007-11-06 | Initial version of freeside-import. Needs to be updated to use the Freeside | rsiddall | |
schema file and have a more useful syntax for modifications and deletions. | |||
2007-07-14 | The RPM requires mod_ssl, so modify the httpd conf file to require SSL. | rsiddall | |
2007-07-10 | Added %post to mason RPM to create freeside user. | rsiddall | |
2007-07-10 | Fixed bug where placeholders in freeside-init were not replaced during build. | rsiddall | |
2007-07-10 | freeside users need home directories for SSH keys. Lock and log directories ↵ | rsiddall | |
were missing from RPM file list. | |||
2007-07-09 | Fixes problem with packaging the self-service clientd | rsiddall | |
2007-07-08 | Updated for include file for mason RPM dependencies | rsiddall | |
2007-07-08 | No longer needed for Freeside versions greater than 1.7.2 | rsiddall | |
2007-07-08 | Utility for generating local Bundles from RPMs | rsiddall | |
2007-07-08 | Updated for upcoming Freeside 1.7.3 | rsiddall | |
2007-07-08 | Perl dependencies for the Freeside Mason files RPM | rsiddall | |
2007-07-08 | Patch to work around bug in rpm's handling of here documents, regenerated ↵ | rsiddall | |
for Freeside 1.7.2 | |||
2007-07-08 | Modified for Freeside 1.7.2 | rsiddall | |
2007-07-08 | Updated for Freeside 1.7.2 without RT | rsiddall | |
2006-04-18 | dev install notes patch from liran tal | ivan | |
2005-08-18 | slight adjustments to deb install for latest 1.5.8cvs | ivan | |
2005-07-11 | freebsd install update i guess | ivan | |