Commit Graph

623 Commits

Author SHA1 Message Date
James 632b1c40ec CC-3421: Upgrade Script: add/enhance upgrade script for network drive files handler feature
- bug fix
2012-04-02 18:10:31 -04:00
James 3caa5adce2 CC-3421: Upgrade Script: add/enhance upgrade script for network drive files handler feature 2012-04-02 17:27:46 -04:00
Martin Konecny f6d52d271e CC-3557: Airtime database install should specify UTF8 as the database encoding 2012-03-29 17:10:04 -04:00
Martin Konecny 45fcedfbd3 CC-3528: SaaS compatible upgrade script template
-Done
2012-03-27 15:49:54 -04:00
James 128a497059 CC-3224: "On-the-fly" stream rebroadcasting
- frond-end implementation for master dj and live dj
- db implementation
- liquidsoap is broken on this commit
2012-03-14 14:41:00 -04:00
James 96c4462adc - delete unnecessary part from config files 2012-03-14 14:41:00 -04:00
James 48bb19d758 CC-3224: "On-the-fly" stream rebroadcasting
- web interface
- auth script for liquidsoap
- DB changes
2012-03-14 14:41:00 -04:00
Martin Konecny 6f270bfb3d Merge branch '2.0.x' into devel
Conflicts:
	VERSION
	airtime_mvc/application/models/Schedule.php
	airtime_mvc/application/models/Show.php
	airtime_mvc/public/js/airtime/dashboard/helperfunctions.js
	install_minimal/include/airtime-constants.php
	python_apps/api_clients/api_client.py
	python_apps/pypo/pypocli.py
	python_apps/pypo/pypofetch.py
2012-03-12 17:52:17 -04:00
Martin Konecny 02b878561a Merge branch '2.0.x' of dev.sourcefabric.org:airtime into 2.0.x 2012-02-27 19:35:11 -05:00
Martin Konecny 428d836d4e CC-3350: Upgrade 1.8.2 to 2.0.1 doesnt preserve recorded files names when the Airtime stor directory is a symlink
-fixed?
2012-02-27 19:34:57 -05:00
james 793c72b09c CC-3357: Upgrade script to 2.0.2 doesn't work
- It was deleting /user/lib/airtime after it installs virtualenv. rm comand is
ran before anything.
2012-02-24 21:02:54 -05:00
james 73a91e6982 CC-3357: Upgrade script to 2.0.2 doesn't work
- It was deleting /user/lib/airtime after it installs virtualenv. rm comand is
ran before anything.
2012-02-24 21:00:59 -05:00
James a253635f7e CC-3346: Recorder: Merge recorder with pypo
- Upgrade for 2.0.2

Conflicts:

	VERSION
	install_minimal/include/airtime-constants.php
	python_apps/api_clients/api_client.py
2012-02-24 16:30:12 -05:00
James 4e72c1150d CC-3346: Recorder: Merge recorder with pypo
- Upgrade for 2.0.2
2012-02-24 16:24:12 -05:00
James 446233fbd4 Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2012-02-24 14:15:06 -05:00
James 2f689ed583 CC-3346: Recorder: Merge recorder with pypo
- Pypo fech works as msg listner for recroder now.
- recorder is part of pypo and all it does is waiting for msg from pypo
fetch and spwan a show recorder thread.
- added new parameter logger to api client. This way apiclient will log
into specific log file instead of grabbing current log file.
- show recoder is removed from all check system/status page
2012-02-24 14:11:35 -05:00
James 695535ae64 CC-3346: Recorder: Merge recorder with pypo
- Pypo fech works as msg listner for recroder now.
- recorder is part of pypo and all it does is waiting for msg from pypo
fetch and spwan a show recorder thread.
- added new parameter logger to api client. This way apiclient will log
into specific log file instead of grabbing current log file.
- show recoder is removed from all check system/status page
2012-02-24 13:12:50 -05:00
Paul Baranowski ca535ea763 Removed OBP refs and code. 2012-02-23 16:08:16 -05:00
Martin Konecny 09af403cf5 CC-3075: Create airtime-test-soundcard and airtime-test-icecast utils
-Done
2012-02-21 21:38:25 -05:00
Martin Konecny 443b55302c -update version strings from 2.0.1 -> 2.1.0 2012-02-14 15:52:52 -05:00
Martin Konecny 5862324da9 CC-3326: Make /etc/monit/conf.d is empty of any old Airtime files before upgrading!
-fixed
2012-02-14 09:37:20 -05:00
Martin Konecny 76d8e22baf CC-3325: Airtime 2.0.0 upgrade script makes reference to 2.0.1 files
-fixed
2012-02-14 09:35:37 -05:00
Martin Konecny fbd6df1986 CC-3320: Upgrade from 2.0->2.0.1: Airtime instance is not avaiable for 1~2mins right after upgrade. 2012-02-12 15:31:17 -05:00
Martin Konecny 0424a7f1d1 -We don't want any of our python services running at install time. Disable them early on. 2012-02-12 11:44:23 -05:00
Martin Konecny 8493180243 CC-3320: Upgrade from 2.0->2.0.1: Airtime instance is not avaiable for 1~2mins right after upgrade.
-use clearstatcache function
2012-02-12 11:43:34 -05:00
Martin Konecny ccd843a35a CC-3322: PHP warning during 2.0.1 upgrade process
-get timezone properly
2012-02-12 01:34:10 -05:00
Martin Konecny 585ae5ad20 CC-3320: Upgrade from 2.0->2.0.1: Airtime instance is not avaiable for 1~2mins right after upgrade.
-try touching file
2012-02-12 01:21:28 -05:00
Martin Konecny caf0f5fedd CC-3320: Upgrade from 2.0->2.0.1: Airtime instance is not avaiable for 1~2mins right after upgrade.
-try clearing apc cache after upgrading web files
2012-02-12 01:16:32 -05:00
Martin Konecny 4254a45e74 CC-3322: PHP warning during 2.0.1 upgrade process 2012-02-12 01:09:35 -05:00
Martin Konecny 61f57bb88a -we should always be using our custom php.ini script on upgrades 2012-02-12 00:42:02 -05:00
james 4106de4e1a CC-3319: Show recorder process FAILED when upgrading 2.0.0 to 2.0.1
- 2.0.1 upgrade folder is created
2012-02-11 11:56:19 -05:00
Martin Konecny 1dd49b8a11 CC-3312: Upgrade scripts for 2.0.1
-Done
2012-02-09 16:22:59 -05:00
James 860a5e4f7e - version string change for 2.0.1 2012-02-08 16:23:01 -05:00
Martin Konecny 7df2827178 -remove old install files from install_minimal 2012-02-08 13:44:59 -05:00
Martin Konecny 6c0f035b0b CC-3307: airtime-full-install fails on Ubuntu 11.10 2012-02-08 11:42:21 -05:00
Martin Konecny 5dcb033c84 CC-3297: Depend on zendframework and php-pear as external packages
-Remove dependency on included Zend files.
-Remove included Zend files
-Zend is now external dependency
2012-02-06 20:28:38 -05:00
Martin Konecny 51e181b445 CC-3297: Depend on zendframework and php-pear as external packages
-removed pear files
2012-02-06 15:16:57 -05:00
Martin Konecny 58b4576ae1 CC-3297: Depend on zendframework and php-pear as external packages
-DB dependency should now be externalized
2012-02-06 14:18:03 -05:00
James d0de29c10a CC-3286: Shows not recorded after upgrade to 2.0.0 from 1.8.2
- missing a line from cfg in upgrade folder
2012-02-01 14:52:54 -05:00
Martin Konecny 9cf8bdcad8 set max bitrate to 320 on airtime-upgrade 2012-01-25 09:16:39 -05:00
Martin Konecny 6215eb0dba -fix upgrade for large result sets. 2012-01-25 05:01:56 -05:00
Martin Konecny c0e71dc58d -Some user-friendly changes to upgrade script 2012-01-25 02:26:46 -05:00
Martin Konecny deceb56f70 CC-3263: Add an "Upgrading database, may take several minutes, please wait"
-done
2012-01-17 16:56:30 -05:00
James a24310e690 CC-3245: upgrade 1.8->2.0 cause error in show recorder
- new cofig field was missing from recorder.cfg.200
- better log when execption happens
2012-01-13 16:24:16 -05:00
Martin Konecny cb3cb5b48c CC-3237: Remove phing dependency of end user database installation
-Done
2012-01-12 13:34:27 -05:00
james 9216da7f03 Merge branch 'airtime-2.0.x' of dev.sourcefabric.org:airtime into airtime-2.0.x 2011-12-24 11:03:02 -05:00
james c9c6a08a1c CC-3220: Stream Setting: Status box is stuck on waiting if nothing is
changed and click save

- done
- liquidsoap_update_error and liquidsoap_update_connection functions are
combined into one function, liquidsoap_update_status, in various place
- created various telnet commands in liquidsoap( connection check for each
stream, connection status for all streams)
- In liquidsoap, shoutcast stream doesn't use default id. It is more
informative by using id with "shoutcast_stream_#{stream_number}
2011-12-24 10:59:09 -05:00
Martin Konecny 00a05e146b CC-3222: Add option to disable auto starting Airtime services (after install and after system restart)
-Done
2011-12-23 15:53:30 -05:00
james fe9eaeb9fc CC-3205: Repeated message during install
- Changing "* Creating /etc/airtime" to
"* Creating /etc/monit/conf.d/monit-airtime-generic.cfg"
2011-12-18 19:15:38 -05:00
james 2a8592584d CC-3175: Delete database tables on uninstall
- fixed
2011-12-18 19:08:35 -05:00
james 75e5faff76 CC-3209: After upgrade media-monitor doesn't have 'rabbitmq-vhost' variable
- It wasn't copying media-monitor.cfg.200 to /etc/airtime initially. Fixed
2011-12-16 15:13:19 -05:00
Martin Konecny 76fac6fbef CC-3206: Add ability to do Airtime upgrade without restarting liquidsoap
-done
2011-12-15 11:16:14 -05:00
Martin Konecny 0077c8329f CC-3175: Delete database tables on uninstall
-fixed
2011-12-09 12:13:40 -05:00
Martin Konecny 695073c116 -SAAS release 2011-12-07 12:06:31 -05:00
Martin Konecny 257824c411 -preparation for beta2 release 2011-12-07 11:51:28 -05:00
Martin Konecny 21643a3734 SAAS-56: RabbitMQ virtual host support
-Add support for specifying vhost in config files
2011-12-05 21:05:28 -05:00
Martin Konecny 2f1033ecb8 CC-3163: Duplicate message during install
-fixed
2011-12-05 15:25:59 -05:00
Martin Konecny 47d139dfcd CC-3154: config options missing from api_client.cfg on upgrade
-fixed
2011-12-02 17:05:47 -05:00
Martin Konecny c6ba79bc36 CC-3151: "airtime-install -r" doesnt work anymore
-fixed
2011-12-02 13:51:57 -05:00
James 043f0c29a1 CC-3074: Give users the choice of which hardware sound API they wish to
use (instead of hardcoded to ALSA)

- finished everything except LS part(including upgrade and UI)
2011-12-02 13:39:14 -05:00
Martin Konecny c48154ef2f SAAS-83: Add ability to install Airtime components separately
-fixed
2011-11-30 17:59:00 -05:00
Yuchen Wang 4d6c3fdbf4 Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-11-29 16:25:43 -05:00
Yuchen Wang 53aecd1c00 CC-3130: Disabling a Shoutcast stream causes the service type to revert back to Icecast
This happens because we use same field in the db to store whether stream is disabled, and which
type is it (Icecast/Shoutcast). Thus when we disable a stream, we forget about the fact that
it was set to Shoutcast before.

Fixed by separating out the enable/disable state from stream type.
Whether a stream is enabled/disabled is stored in new fields sx_enable.
Stream type is stored in the old fields, sx_output.
2011-11-29 16:25:30 -05:00
Martin Konecny 58ce8cf95b CC-3099: Does Airtime upgrade work when the database username + password is changed from default?
-add propel files for 2.0 upgrade script
2011-11-29 15:27:50 -05:00
Martin Konecny d4c701dd6a CC-3072: Test upgrade to 2.0.0 from 1.8.0 and up (including minor versions, except 1.9.1) 2011-11-29 15:19:40 -05:00
Martin Konecny 3047ca8238 -fixes to upgrade script 2011-11-28 05:08:01 -05:00
Martin Konecny 0668ee743c -remove /usr/lib/airtime if it exists. 2011-11-28 04:50:55 -05:00
Martin Konecny 3a39aacd85 SAAS-83: Add ability to install Airtime components separately
-moving along...
2011-11-26 00:57:14 -05:00
Martin Konecny 15a27526f9 SAAS-83: Add ability to install Airtime components separately
-fixed
2011-11-24 18:10:06 -05:00
Martin Konecny f75d216bae -deactivate virtualenv sooner, since we don't need it. 2011-11-24 17:14:31 -05:00
Martin Konecny e145be81de -fix some minor issue when specifying airtime-install -h 2011-11-24 17:04:24 -05:00
Martin Konecny e93b02ef34 CC-3098: Upgrade scripts don't work
-minor tweaks
2011-11-23 17:39:03 -05:00
Martin Konecny 49051b7fc2 CC-3098: Upgrade scripts don't work
-fixed
2011-11-23 16:31:14 -05:00
Martin Konecny d71c2289ac CC-3072: Test upgrade to 2.0.0 from 1.8.0 and up (including minor versions, except 1.9.1) 2011-11-23 15:09:28 -05:00
Martin Konecny 798fd48274 CC-3081: Upgrade 1.9.5->2.0 fails (PHP fatal error on db)
-fixed
2011-11-22 12:29:19 -05:00
Yuchen Wang db82e51c30 CC-3048: Install_minimal should check much sooner if Airtime is already installed
- fixed by creating new php file airtime-installed-check, which checks whether current version
of airtime exists; this file gets called right after root user check and whether debian
package exists check
- moved some code from airtime-install.php to AirtimeInstall.php as static functions
so that we reduce duplicated code
- both the new file airtime-installed-check.php and airtime-install.php use the new
static functions created above
2011-11-18 14:06:42 -05:00
Martin Konecny ceb9a37b40 CC-3057: Uninstall no longer includes text about how to completely remove files in /etc/airtime and /src/airtime
-fixed
2011-11-17 18:19:29 -05:00
Martin Konecny c2639b895a CC-2997: Daylight savings time affects repeating shows.
-fix upgrade script
2011-11-15 00:08:31 -05:00
Martin Konecny 3c6410aebd -make it so that uninstaller doesn't exit on first error. Should try to remove everything. 2011-11-14 23:55:23 -05:00
Martin Konecny e3395ae1e5 CC-3036: Deleted Show instances reappear
-done.
2011-11-14 23:54:47 -05:00
Martin Konecny 2fc46cd29b CC-3039: Install script doesnt check whether virtualenv exists (Ubuntu 11.10)
-fixed
-moved virtualenv version check into virtualenv-install.sh
2011-11-14 21:28:27 -05:00
Martin Konecny c19b7f7c6e Merge branch '1.9.1' into devel
Conflicts:
	VERSION
	airtime_mvc/application/configs/constants.php
	airtime_mvc/application/models/MusicDir.php
	install_full/ubuntu/airtime-full-install
	install_minimal/include/airtime-upgrade.php
	python_apps/api_clients/api_client.py
	python_apps/media-monitor/airtimefilemonitor/mediamonitorcommon.py
2011-11-14 21:19:56 -05:00
Martin Konecny c2eae518c4 CC-2978: Install fails on Ubuntu 11.10
-fixed for oneiric version of rabbitmq
2011-11-10 14:42:46 -05:00
Martin Konecny 605c69c975 CC-2978: Install fails on Ubuntu 11.10
-initial commit
2011-11-10 14:27:49 -05:00
Martin Konecny acc32df060 1.9.5 upgrade script had incorrect class name. 2011-11-09 11:51:58 -05:00
Martin Konecny d1c3563451 CC-3015: Upgrade: upgrade fails
-small fixes to template
2011-11-03 15:16:36 -04:00
Martin Konecny 9e5bcfb24b CC-3015: Upgrade: upgrade fails
-make sure /etc/airtime/ isn't overwritten on upgrade
2011-11-03 15:04:23 -04:00
Martin Konecny 3d6c66a4d5 Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
Conflicts:
	install_minimal/upgrades/airtime-2.0.0/airtime-upgrade.php
2011-11-03 14:51:55 -04:00
Martin Konecny 6741adebef CC-3015: Upgrade: upgrade fails
-fixed
2011-11-03 14:47:38 -04:00
James 6eff9d124e CC-2994: Upgrade: database change for SoundCloud upload
- changed soundcloud_link_to_file length to 4096
2011-11-03 10:30:01 -04:00
Martin Konecny b99d0f97ce CC-3015: Upgrade- upgrade fails 2011-11-02 16:40:15 -04:00
Martin Konecny 3675e3c6e7 Airtime 1.9.5 upgrade script 2011-11-02 15:34:47 -04:00
James dd0c03570c Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-11-02 15:01:33 -04:00
James 833918bda7 CC-2994: Upgrade: database change for SoundCloud upload
- done
2011-11-02 15:01:14 -04:00
Martin Konecny 38a0f8697a CC-2758: Make airtime-install script Debian/Ubuntu compatible
-cleanup
2011-11-01 22:43:12 -04:00
martin f2ef006385 CC-2758: Make airtime-install script Debian/Ubuntu compatible
-cosmetic changes
2011-11-01 15:21:09 -04:00
martin d2f4e55dd6 -re-enable rabbitmq monit monitoring 2011-11-01 14:35:54 -04:00
martin 306e886f58 CC-3009: Install script installs virtualenv twice.
-fixed
2011-11-01 14:07:56 -04:00
martin dccdc9a845 CC-3009: Install script installs virtualenv twice.
-fixed
2011-11-01 14:02:05 -04:00
James 9506161b70 CC-2935: Upgrade: delete virtualenv dir and reinstall virtualenv
- removing old code. It was installing virtualenv twice.
2011-11-01 11:15:35 -04:00
Martin Konecny e9f8d49b7f CC-2758: Make airtime-install script Debian/Ubuntu compatible
-fix upgrade script
2011-10-31 12:17:40 -04:00
Martin Konecny f0eba13474 CC-3007: Uninstalling fails
-fixed
2011-10-31 12:00:50 -04:00
Martin Konecny ec07648ab7 CC-3006: Istallation fails ImportError: No module named configobj 2011-10-31 11:15:39 -04:00
Martin Konecny 4dc8c4a14e CC-2758: Make airtime-install script Debian/Ubuntu compatible
-further tweaks
2011-10-28 22:55:24 -04:00
Martin Konecny 7105337846 CC-2758: Make airtime-install script Debian/Ubuntu compatible
-further tweaks
2011-10-28 17:38:02 -04:00
Martin Konecny fccaa554f5 CC-2758: Make airtime-install script Debian/Ubuntu compatible
-further tweaks
2011-10-28 17:24:38 -04:00
Martin Konecny 56edfe4e68 CC-2758: Make airtime-install script Debian/Ubuntu compatible
-uninstall script added
2011-10-28 12:35:58 -04:00
Martin Konecny b25b0c7ea0 CC-2758: Make airtime-install script Debian/Ubuntu compatible
-rename old files
2011-10-27 16:16:36 -04:00
Martin Konecny 87970740a0 CC-2758: Make airtime-install script Debian/Ubuntu compatible
-install complete
2011-10-27 15:53:54 -04:00
Martin Konecny cf4f151302 CC-2758: Make airtime-install script Debian/Ubuntu compatible
-fixes
2011-10-27 15:22:35 -04:00
Martin Konecny 8cafc52cad CC-2758: Make airtime-install script Debian/Ubuntu compatible
-initial commit
2011-10-27 14:01:59 -04:00
Martin Konecny 5a83c5b81e Merge branch '1.9.1' into devel
Conflicts:
	airtime_mvc/application/controllers/ScheduleController.php
	airtime_mvc/application/models/Schedule.php
	airtime_mvc/application/models/StoredFile.php
2011-10-14 01:38:52 +02:00
Martin Konecny 292b8f5c5d CC-2975: Require python-virtualenv version >= 1.4.9 for Airtime installations.
-fixed
2011-10-14 01:34:17 +02:00
James d8c6b722ac Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-10-11 10:00:39 -04:00
Martin Konecny 8fe10830d5 -fixed on-air light not working. 2011-10-11 13:36:07 +02:00
James cd72931a73 CC-2935: Upgrade: delete virtualenv dir and reinstall virtualenv
- done
2011-10-06 16:22:00 -04:00
James efe366ad60 CC-2918: Storage dir: Default perms should not allow world-readable
/writable/executable access at install time

- done
2011-10-06 15:49:45 -04:00
martin 0af749dd20 CC-2806: Create upgrade template file
-minor tweaks
2011-10-04 15:40:58 -04:00
martin cb3060623c Merge branch '1.9.1' into devel
Conflicts:
	airtime_mvc/application/controllers/LibraryController.php
	python_apps/media-monitor/airtimefilemonitor/airtimeprocessevent.py
2011-10-04 14:01:48 -04:00
martin 5190a0c24c Merge branch '1.9.1' into devel
Conflicts:
	airtime_mvc/application/controllers/ApiController.php
	airtime_mvc/application/models/MusicDir.php
	python_apps/media-monitor/airtimefilemonitor/airtimeprocessevent.py
2011-10-04 13:59:27 -04:00
James ec42876266 CC-2901: Uninstall script should remove 'distribute' tarball if it was
installed previously

- fixed
2011-10-03 17:11:16 -04:00
martin 1bdcff1119 CC-2750: Ability to query health status for pypo,
liquidsoap, media monitor, and recorder

-renamed CcComponent to CcServiceRegister
2011-09-30 14:08:15 -04:00
martin 1bd9cf84ea CC-2806: Create upgrade template file
-done
2011-09-30 12:04:58 -04:00
martin 3c6692ebce CC-2806: Create upgrade template file
-missing function
-comment out redundant code
-Create cc_component table on upgrade
2011-09-29 19:00:32 -04:00
martin d93a9edcd2 CC-2806: Create upgrade template file
-missing function
-comment out redundant code
2011-09-29 18:39:24 -04:00
martin b9863e660e CC-2806: Create upgrade template file
-initial commit
2011-09-29 18:18:08 -04:00
martin e696f94eee CC-2750: Ability to query health status for pypo,
liquidsoap, media monitor, and recorder
2011-09-28 17:47:16 -04:00
martin 79f8e36ee4 CC-2886: airtime-check-system should not fail Icecast check
if Icecast outputs are not configured in
 /etc/airtime/liquidsoap.cfg
2011-09-28 17:46:37 -04:00
martin 1cbc098e91 CC-2750: Ability to query health status for pypo, liquidsoap, media monitor, and recorder 2011-09-28 12:15:13 -04:00
martin 6672c712ca CC-2889: Virtualenv fails when installing through apt repo on Ubuntu Server 10.04
-removed sync commands
2011-09-27 15:28:00 -04:00
martin cb2f4b5c70 CC-2889: Virtualenv fails when installing through apt repo on Ubuntu Server 10.04
-added sync commands
2011-09-26 17:26:48 -04:00
martin 2c0b0a2eff CC-2888: Create a monit file for each airtime component
-remove old monit file on upgrade
-remove old monit file from git repo.
2011-09-26 14:47:21 -04:00
martin 979a3fd414 Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-09-26 14:40:45 -04:00
martin 974612badf CC-2888: Create a monit file for each airtime component 2011-09-26 14:40:26 -04:00
james b8c2c5dfb1 CC-2867: separating Doctrine upgrade into 3 files
- done
2011-09-25 17:18:26 -04:00
martin cd95170b06 CC-2807: Remove AIRTIME_VERSION from constants.php and use the value in the database instead
-done
2011-09-23 16:26:19 -04:00
martin 502be61620 -monit restart on install to reload config files. 2011-09-23 12:24:51 -04:00
martin 7bb9e92ac9 cc-2864: upgrade from 1.7 broken
-fixed
2011-09-22 17:30:05 -04:00
James a7b7e09aa4 CC-2867: upgrade script for soundcolud plugin
- done
- extra fix: upgrade for recaptcha stuff
- fix a bug on UTC upgrade
2011-09-22 16:56:20 -04:00
martin a197a27d75 -ensure liquidsoap from 1.8.2 is dead
-start monit
2011-09-22 16:22:47 -04:00
martin 3a2eaecad8 Merge branch '1.9.1' into devel
Conflicts:
	python_apps/pypo/pypopush.py
2011-09-20 14:31:09 -04:00
martin c0b5ef2635 CC-2845: airtime reinstall doesn't work when php uses --file parameter
-append previous fix
2011-09-20 11:27:39 -04:00
martin 153a89430a CC-2845: airtime reinstall doesn't work when php uses --file parameter
-fix install/upgrade/reinstall issues that Daniel found.
2011-09-20 11:25:56 -04:00
martin a11dba1469 CC-2750: Ability to query health status for pypo, liquidsoap, media monitor, and recorder 2011-09-19 15:46:15 -04:00
martin e1e34d297c -CC-2750: Ability to query health status for pypo, liquidsoap,
media monitor, and recorder
2011-09-16 21:30:50 -04:00
martin b5684bb5b1 Merge branch '1.9.1' into devel
Conflicts:
	install_full/ubuntu/airtime-full-install
	utils/airtime-update-db-settings.py
2011-09-15 17:44:07 -04:00
martin 3478b954b3 CC-2824: deb 1.7 upgrade to 1.9.4. /usr/share/airtime folder is empty
-fixed
2011-09-15 16:07:34 -04:00
martin 23b2802c64 CC-2831: airtime-update-db-setting permission error
-fixed
2011-09-15 15:51:11 -04:00
martin 2128867b4f CC-2824: deb 1.7 upgrade to 1.9.4. /usr/share/airtime folder is empty 2011-09-15 15:09:44 -04:00
martin 9c724913f4 CC-2824: deb 1.7 upgrade to 1.9.4. /usr/share/airtime folder is empty 2011-09-15 13:54:44 -04:00
martin b3789774a3 CC-2824: deb 1.7 upgrade to 1.9.4. /usr/share/airtime folder is empty 2011-09-15 13:50:40 -04:00
Martin Konecny 500fa759af Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1
Conflicts:
	install_minimal/airtime-install
2011-09-14 16:48:11 -04:00
Martin Konecny ed199efeed CC-2819: Upgrade from 1.8.2 to 1.9.4-RC2 fails on Debian squeeze with 'Failed sql query'
-initial commit
2011-09-14 16:47:07 -04:00
James 5537bd0d89 Merge branch '1.9.1' into devel
Conflicts:
	install_full/ubuntu/airtime-full-install
	install_minimal/airtime-install
	install_minimal/include/AirtimeInstall.php
2011-09-14 16:15:00 -04:00
James 5ca46a8048 CC-2822: Backup config files extension for 2.0.0
- fixed
2011-09-14 15:59:56 -04:00
James db1dcb643c - uncommnet airtime-media-monitor part for monit 2011-09-14 12:48:45 -04:00
James 2fea2d4745 CC-2823: 1.9.4 upgrade script was not merging config files
- fixed
2011-09-14 12:36:05 -04:00
James 75b2440bcf CC-2822: Backup cofig file name
- fixed
2011-09-14 12:05:31 -04:00
James 1ec4359982 Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1 2011-09-14 11:58:57 -04:00
James 0678882e92 CC-2821: airtime-uninstall script does not remove airtime-clean-storage
- the script would be deleted during upgrade
- it would aslo be deleted on uninstall if it exists
2011-09-14 11:58:12 -04:00
martin 4d3c9ce01e CC-2812: install script is using "sudo"
-fixed
2011-09-13 15:00:04 -04:00
James e6f7640c90 Merge branch '1.9.1' into devel 2011-09-13 10:50:54 -04:00
martin cf7f278e19 CC-2802: When upgrading 1.8.2->1.9.4, .htaccess is being written with "Toronto/America" 2011-09-12 15:04:13 -04:00
martin 4bf63bbe28 CC-2800: airtime-log not available after upgrade from 1.9.4 2011-09-09 16:55:33 -04:00
martin 62aff0014d CC-2797: Files in /etc/airtime should not be world readable
-upgrade script
2011-09-09 16:37:24 -04:00
martin 1b165f473c CC-2797: Files in /etc/airtime should not be world readable
-fixed
2011-09-09 16:16:48 -04:00
martin 1ba200441e CC-2792: installing Airtime 2.0 beta fails on ubuntu 10.04 64 bit
-possibly fixed
2011-09-09 15:38:14 -04:00
martin 9c7bab616d Merge branch '1.9.1' into devel
Conflicts:
	VERSION
	airtime_mvc/application/configs/constants.php
	airtime_mvc/application/controllers/ScheduleController.php
	install_minimal/airtime-install
	install_minimal/include/AirtimeInstall.php
	install_minimal/include/airtime-upgrade.php
	python_apps/api_clients/api_client.py
	python_apps/pypo/pypofetch.py
	python_apps/pypo/pypopush.py
2011-09-09 15:07:43 -04:00
martin de753bcb49 -fix installer warning 2011-09-09 14:49:25 -04:00
martin ca29263579 CC-2794: Upgrade script for 1.9.4
-fixed
2011-09-09 14:30:44 -04:00
martin 77068086b0 -fix install issue 2011-09-09 10:34:30 -04:00
martin 1114494ace -fix installer 2011-09-09 10:21:43 -04:00
martin 7248ee4c44 CC-2796: airtime-install script has error exit 2 even when upgrade has gone perfectly
-fixed
2011-09-08 15:44:00 -04:00
martin 53306dffa4 -update version string to 1.9.4 2011-09-08 15:18:54 -04:00
martin 23d9162095 CC-2796: airtime-install script has error exit 2 even when upgrade has gone perfectly
-fixed
2011-09-08 15:10:33 -04:00
martin eed9aa5b88 CC-2725: /etc/airtime/liquidsoap.cfg should not be world-readable
-done
2011-09-08 14:12:04 -04:00
martin 03efb8f293 CC-2760: Remove shebangs from files that don't need them, fix chmod of files
-done
2011-09-06 19:06:13 -04:00
martin 89440a6ce8 CC-2744: Airtime 2.0 upgrade script correctly detect timezone
-fixed
2011-09-06 14:30:18 -04:00
James 08906085c6 CC-2774: Insert default 'plan_level' entry
- done in install and upgrade script
2011-09-06 13:44:01 -04:00
James 39b688c256 CC-2661: Uptrade script for stream config feature
- codes for conserving user's liquidsoap.cfg and porting into new stream
setting config.
- extra fix: fixed a bug with shoutcast(default value has to be set for
some variables)
2011-09-01 16:02:06 -04:00
martin 0517bf0c82 Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-08-31 15:14:44 -04:00
martin f9a7ebcab5 CC-2694: Create command line program for viewing/dumping log files
-install + upgrade script
-add liquidsoap to log files
2011-08-31 15:12:53 -04:00
James c460519a88 Merge branch '1.9.1' into devel 2011-08-31 10:15:00 -04:00
James 1c624d363a CC-2722: Overwrite error on upgrade from 1.8.2 to 1.9.3
- fix on 2.0.0 upgrade
2011-08-31 10:09:35 -04:00
James a5b29e1276 CC-2722: Overwrute errir on upgrade from 1.8.2 to 1.9.3
- fixed by removing old files before copy
2011-08-30 16:29:27 -04:00
James cab2a0f8f4 CC-2661: Upgrade script for steam config feature
- done
2011-08-29 17:44:28 -04:00
james 56ad8c6b3d Merge branch '1.9.1' into devel
Conflicts:
	VERSION
	airtime_mvc/application/configs/constants.php
	install_minimal/include/airtime-upgrade.php
	python_apps/api_clients/api_client.py
	python_apps/pypo/pypofetch.py
2011-08-26 12:56:10 -04:00
james 3a8bf217be CC-2735: upgrade
- suffix was 192 which causes upgrade script terminate
2011-08-26 10:36:56 -04:00
james c9b99af9c4 CC-2722: Overwrite errors on upgrade from 1.8.2 to 1.9.2-RC1
- fixed
- wasn't able to reproduce the first error msg
2011-08-26 10:35:02 -04:00
James ad5d669309 CC-2735: Upgrade script for 1.9.3
- general upgrade script
- uncommented media monitor section in Monit config file
2011-08-25 17:22:19 -04:00
James 67ff6911dd CC-2734: Uninstalling Airtime error message
- removed version string
2011-08-25 17:02:16 -04:00
James 14e1e15830 CC-2733: Resume play is broken: mp3 files skipped
- killing old pypo and liquidsoap processes
- comparing mime type againt old type of mime
2011-08-25 16:32:57 -04:00
James 9eb21cb327 Merge branch '1.9.1' into devel
Conflicts:
	VERSION
	airtime_mvc/application/configs/constants.php
	airtime_mvc/application/models/Preference.php
	install_minimal/include/airtime-db-install.php
	install_minimal/include/airtime-upgrade.php
	python_apps/api_clients/api_client.py
2011-08-24 10:30:59 -04:00
martin 87431a24c1 -removed AirtimeInstall::SetDefaultTimezone(); (should only be in 2.0)
-reindent code
2011-08-23 12:42:45 -04:00
martin 4fe3baf591 cc-2666: try separating compononents
-moved python-virtualenv install to separate install file,
 so each component can install virtualenv
2011-08-23 12:31:27 -04:00
James 6c2f94dec7 Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1 2011-08-23 10:18:06 -04:00
James 8e6185855a CC-2719: update unique_id and import_timestamp on reinstall
-fixed
2011-08-23 10:17:46 -04:00
martin e5579228bd Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1 2011-08-22 20:19:49 -04:00
martin ca65c32e1c CC-2716: Moving Directory->Media Monitor exception
-fixed
2011-08-22 20:19:14 -04:00
James 9547410bb0 CC-2693: Apache reconfigure and restart
- done
2011-08-22 15:16:31 -04:00
James 7668b3cf97 Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1 2011-08-22 13:40:56 -04:00
James 0e72906d17 CC-2696: Upgrade: modify apache2 file and restart
- done
2011-08-22 13:19:21 -04:00
martin 8e884baefc CC-2710: CreateSymlinksToUtils() used twice in airtime-upgrade.php
-fixed
2011-08-22 13:17:13 -04:00
James b3733fc4d1 Merge branch '1.9.2' into 1.9.1 2011-08-22 13:12:12 -04:00
James 376ae1370c CC-2693: Copy PHP files to /usr/shar/airtime instead of /var/www/airtime
- done for new install
- upgrade need some more work
2011-08-22 12:03:09 -04:00
martin 6c368174b4 CC-2702: Upgrade script for UTC times
-initial commit
2011-08-22 11:27:21 -04:00
martin 4ca480ba5e Merge branch '1.9.1' into devel 2011-08-19 17:07:59 -04:00
martin a47044c50c CC-2697: airtime-user script is not working
-added script to system path
2011-08-19 17:05:41 -04:00
James f855da0f45 Merge branch '1.9.1' into devel
Conflicts:
	VERSION
	airtime_mvc/application/configs/constants.php
	airtime_mvc/application/configs/navigation.php
	install_minimal/DoctrineMigrations/Version20110711161043.php
	python_apps/api_clients/api_client.py
2011-08-18 19:05:13 -04:00
James 91df62a3dd CC-2684: fix for 1.9.1
- done
2011-08-18 17:48:21 -04:00
James 7ef7df86fb CC-2684: airtime_install script tries to copy without checking
- fixed
2011-08-18 17:47:18 -04:00
James 8ce4c6ae6a CC-2664: fixing bug on the code
- fixed
2011-08-18 17:36:20 -04:00
James 66d731437a CC-2664: fix for version 1.9.1
- done
2011-08-18 17:35:31 -04:00
James c544e0fb1b CC-2664: Airtime install should check if the DEB package is installed
and abort if so

- done
2011-08-18 17:34:26 -04:00
James 8c2e622552 Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-08-18 15:59:39 -04:00
James e6003a0252 CC-2698: Fix for version 2.0
- fixed
2011-08-18 15:59:22 -04:00
martin 99d2872566 -install now uses default PHP timezone 2011-08-18 15:44:49 -04:00
James 4240d45f5d CC-2698: Wrong sql statment
- fixed
2011-08-18 15:39:46 -04:00
James 873f7e1dae CC-2698: upgrading fail from 1.8.2->1.9.0
- fixed version string
- deleting entries from cc_schedule before adding "ON CASCADE" constraint
2011-08-18 15:32:33 -04:00
martin 0a11160298 cc-2683: not using utc time
-fix install script inputting timezone preference even if
 it already existed
2011-08-16 15:34:19 -04:00
James 4f2b2dba6d CC-2607: Abilitiy to adjust stream bitrate, type, etc from the UI
interface

- dummy page "Stream Setting" page for the test
- StreamSetting model is added
- set owner and group as 'pypo' for liquidsoap.cfg
- pypofech handle 'update_stream_setting' command
2011-08-15 16:10:46 -04:00
martin 84ec62eeca CC-1942: Add ability to set timezone in preferences
-Can change the timezone for PHP. Need to change for python as well.
2011-08-15 10:06:42 -04:00
James ceea384154 - exit uninstall if virtualenv is not found 2011-08-09 12:11:00 -04:00
James 1f35fb3534 CC-2652: Change initil timpstamp to zero
- done
2011-08-09 10:46:34 -04:00
James 65a758c9d7 - upgrade was failing due to bug in the to_encode() function 2011-08-08 15:27:37 -04:00
James e73061e181 CC-2652: The class was missing functions
- fixed
2011-08-08 15:12:52 -04:00
James 349e26dcee CC-2652-adding default import value into db on install
- done
- extra fix: add unique id on upgrade to 1.9.0
2011-08-08 15:06:55 -04:00
James 3a2d736b1c CC-2633: removing to_unicode()
- removed to_unicode() function calls where it's not neccessary.
2011-08-08 10:41:11 -04:00
James 8995e828ff CC-2633: added new encode_to()
- added encode_to() to api_client
- replaced .encode() with new encode_to()
2011-08-05 15:12:55 -04:00
James 375cfb2c2d CC-2633: moving to_unicode() to api_client.py
- move to_unicode() to api_client.py
- fixed how it decodes path in airtime-import.py
2011-08-05 15:12:55 -04:00
Naomi Aro 8a9edb2832 CC-2621 : Support upgrades from 1.7.0 2011-08-05 15:09:03 -04:00
Naomi Aro 84b0f33f92 CC-2621 : Support upgrades from 1.7.0 2011-08-05 15:09:03 -04:00
Naomi Aro 8861f665b3 CC-2621 : Support upgrades from 1.7.0 2011-08-05 15:09:03 -04:00
Naomi Aro 058c2318e7 CC-2621 : Support upgrades from 1.7.0 2011-08-05 15:09:03 -04:00
Naomi Aro 6e0db856d5 CC-2621 : Support upgrades from 1.7.0 2011-08-05 15:09:03 -04:00
Naomi Aro 53af67cc9e CC-2621 : Support upgrades from 1.7.0 2011-08-05 15:09:03 -04:00
Naomi Aro 96df282cf9 CC-2621 : Support upgrades from 1.7.0 2011-08-05 15:09:03 -04:00
Naomi Aro 7e0684cb6d CC-2621 : Support upgrades from 1.7.0 2011-08-05 15:09:03 -04:00
Naomi Aro 634bb9bcd5 CC-2621 : Support upgrades from 1.7.0 2011-08-05 15:09:03 -04:00
Naomi Aro 2baeaff1a9 CC-2621 : Support upgrades from 1.7.0 2011-08-05 15:09:03 -04:00
Naomi Aro 1d29110ad4 CC-2621 : Support upgrades from 1.7.0 2011-08-05 15:09:03 -04:00
Naomi Aro 6fab60e207 CC-2621 : Support upgrades from 1.7.0 2011-08-05 15:09:03 -04:00
Naomi Aro 8400213359 CC-2621 : Support upgrades from 1.7.0 2011-08-05 15:09:03 -04:00
Naomi Aro 53e84a3874 CC-2621 : Support upgrades from 1.7.0 2011-08-05 15:09:03 -04:00
Naomi Aro 4047fcd59e CC-2621 : Support upgrades from 1.7.0 2011-08-05 15:09:02 -04:00
Naomi Aro 3add6b4b63 CC-2621 : Support upgrades from 1.7.0 2011-08-05 15:09:02 -04:00
Naomi Aro 10f4962d0d CC-2621 : Support upgrades from 1.7.0 2011-08-05 15:09:02 -04:00
Daniel James 999f952fc7 Fixed label typos in airtime-install script 2011-08-02 16:41:04 +01:00
Naomi Aro 8c4eb56f52 CC-2612 : Upgrade: Push DB metadata into the file before upgrade 2011-08-01 18:26:45 +02:00
Naomi Aro 4529e7a629 CC-2612 : Upgrade: Push DB metadata into the file before upgrade 2011-08-01 18:13:38 +02:00
Naomi Aro 7e64e1ba22 CC-2612 : Upgrade: Push DB metadata into the file before upgrade
testing saving non ascii characters to file.
2011-08-01 18:10:50 +02:00
Naomi Aro 6848963904 Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-08-01 16:56:07 +02:00
Naomi Aro 7adccb6054 CC-2612 : Upgrade: Push DB metadata into the file before upgrade 2011-08-01 16:46:28 +02:00
Naomi Aro aa29afc438 CC-2612 : Upgrade: Push DB metadata into the file before upgrade 2011-08-01 16:29:41 +02:00
Naomi Aro 0501aee15b CC-2612 : Upgrade: Push DB metadata into the file before upgrade 2011-08-01 16:20:18 +02:00
Naomi Aro 63bc511f40 CC-2612 : Upgrade: Push DB metadata into the file before upgrade 2011-08-01 15:58:29 +02:00
Naomi Aro 7132b0be09 CC-2612 : Upgrade: Push DB metadata into the file before upgrade 2011-08-01 15:33:00 +02:00
Naomi Aro 86fa10df3a CC-2612 : Upgrade: Push DB metadata into the file before upgrade 2011-08-01 13:29:19 +02:00
Naomi Aro 0fba75b9ad CC-2612 : Upgrade: Push DB metadata into the file before upgrade 2011-08-01 13:27:58 +02:00
Naomi Aro d606b4b173 CC-2612 : Upgrade: Push DB metadata into the file before upgrade 2011-08-01 12:22:20 +02:00
Naomi Aro 03dc7d7bfa CC-2612 : Upgrade: Push DB metadata into the file before upgrade 2011-07-29 18:45:50 +02:00
Naomi Aro 726cf09039 CC-2612 : Upgrade: Push DB metadata into the file before upgrade 2011-07-29 18:34:08 +02:00
Naomi Aro a20a6d1574 CC-2612 : Upgrade: Push DB metadata into the file before upgrade 2011-07-29 18:24:21 +02:00
Naomi Aro a1158af93b CC-2612 : Upgrade: Push DB metadata into the file before upgrade
saving md to files in stor before path creation.
2011-07-29 16:38:57 +02:00
James 2bde3298e4 Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-07-29 10:33:55 -04:00
James cbad5cbfe1 CC-2615: install_minimal should be installable without internet connection
- distribute-0.6.10.tar.gz is included in 3rd_party dir
- distribute-0.6.10.tar.gz is copied to /usr/share/python-virtualenv/
on install
2011-07-29 10:33:29 -04:00
Naomi Aro 6d8e7b5dca CC-2612 : Upgrade: Push DB metadata into the file before upgrade 2011-07-29 15:42:48 +02:00
Naomi Aro 5a320aa225 CC-2612 : Upgrade: Push DB metadata into the file before upgrade 2011-07-29 15:33:53 +02:00
Naomi Aro c04c9e7294 CC-2612 : Upgrade: Push DB metadata into the file before upgrade 2011-07-29 15:08:44 +02:00
Naomi Aro 6a00941a0d Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-07-29 11:57:49 +02:00
Naomi Aro fb5c0803ce replacing media monitor code in upgrade with latest. 2011-07-29 11:41:22 +02:00
James a471c522a3 CC-2615: install_minimal should be installable without internet connection
- added --distribute for virtualevn versions from 1.4.9-1.6
2011-07-28 16:37:49 -04:00
James bd7d108260 CC-2615: install_minimal should be installable without internet connection
- depending on vitualenv's version, it calls different options.
2011-07-28 16:17:56 -04:00
James 3120289a7a CC-2615: install_minimal should be installable without internet connection
- pip-1.0.2 and setuptools-0.6c11 are included in our bundle
- virtualevn uses local file to install pip and setuptool
2011-07-28 14:53:40 -04:00
Naomi Aro 1660899096 CC-2600 : Upgrading from 1.8->1.9 wipe all shows content
check if there were any files in stor.
2011-07-28 15:51:51 +02:00
Naomi Aro 7c87d2024a CC-2600 : Upgrading from 1.8->1.9 wipe all shows content 2011-07-28 11:48:23 +02:00
Naomi Aro 2f107a36f2 CC-2600 : Upgrading from 1.8->1.9 wipe all shows content 2011-07-28 11:41:59 +02:00
Naomi Aro a744e11370 CC-2600 : Upgrading from 1.8->1.9 wipe all shows content 2011-07-28 11:13:00 +02:00
James 6696d9d245 CC-2606: airtime-import is missing when upgrading 1.8->1.9
- fixed
2011-07-27 15:04:36 -04:00
James 52f263c62d CC-2596: upgrade doens't detect 1.7.0
- fixed
2011-07-27 14:39:01 -04:00
James 0ec78f1ec5 CC-2596: upgrade doesn't reconize existing Airtime 1.7->1.9
- using "===" instead "==" to check if the value is 'false'
2011-07-27 14:24:53 -04:00
James cec9741571 CC-2596: Upgrade script doesn't recognize existing Airtime 1.7->1.9
- fixed
- The script will print out error and exit upon detecting any versions
prior to 1.8.0:

A version of Airtime older than 1.8.0 detected, please upgrade to 1.8.0 first.
You will then be able to upgrade to 1.9.0 using this installer.
2011-07-27 12:03:20 -04:00
Naomi Aro 66593cb1a1 CC-2604 : Config files not copied across updates from multiple versions, incorrect path. 2011-07-27 14:59:10 +02:00
James cd705c5394 Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-07-26 12:06:00 -04:00
James 86ca2c7fc4 CC-2592: Full install issues running twice in a row
- use "rm -rf" instead of "rm" when deleting
/etc/apache2/sites-enabled/000-default

- append "include /etc/monit/conf.d/*" to /etc/monit/monitrc if
it's first time installing it.

- bypass python lib installation and patching if virtualenv
already exists
2011-07-26 12:05:36 -04:00
Naomi Aro 31ba80e07b CC-2589 : Create "organize" dir when upgrading
need to set correct permissions/owner for all files/dirs
2011-07-26 12:20:24 +02:00
Naomi Aro 7c4a0d82b9 CC-2589 : Create "organize" dir when upgrading 2011-07-26 11:27:49 +02:00
Naomi Aro 28ed8ca978 CC-2589 : Create "organize" dir when upgrading
make owner of stor and any sub folders www-data.
2011-07-26 11:07:25 +02:00
Naomi Aro 87ac5f0a3a CC-2589 : Create "organize" dir when upgrading 2011-07-26 10:59:14 +02:00
Naomi Aro b78f82f511 CC-2589 : Create organize dir for updates 2011-07-25 17:22:16 +02:00
Naomi Aro 023b3fa590 CC-2589 : Create organize dir for updates 2011-07-25 17:10:52 +02:00
Naomi Aro a57e5bd557 CC-2589 : Create organize dir for updates 2011-07-25 17:01:44 +02:00
Naomi Aro 40fd2cf8d7 CC-2589 : Create organize dir for updates 2011-07-25 16:43:57 +02:00
Naomi Aro 79f8bb8af9 Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-07-25 11:36:12 +02:00
Naomi Aro a4cd7e8bf2 CC-2562 : Allow users to convert linked files into watched directories 2011-07-25 11:10:15 +02:00
james a84cb7fc37 CC-2579: Upgrad fails 1.8->1.9
- moved all the config files to each upgrade dir
- also fixed back up name of 1.9.0 conifg to 1.9.0(from 1.8.1)
2011-07-22 15:32:10 -04:00
Naomi Aro a39ac6e954 CC-2562 : Allow users to convert linked files into watched directories 2011-07-22 17:56:01 +02:00
Naomi Aro c24aedf50e CC-2562 : Allow users to convert linked files into watched directories 2011-07-22 17:30:27 +02:00
Naomi Aro 2c4a651052 Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-07-22 16:59:36 +02:00
Naomi Aro 7dca2c93fd CC-2562 : Allow users to convert linked files into watched directories 2011-07-22 16:47:27 +02:00
james d1494c1735 CC-2579: Upgrade fails from 1.8->1.9
- airtime.conf files for each version were added.
- Custom CreateIniFiles() were added for 1.8.0 and 1.7.0
upgrade script
- 1.9.0 upgraded deletes all files in /usr/lib/airtime/ except
airtime_virtualenv.
2011-07-22 10:30:08 -04:00
Naomi Aro 674509880f CC-2562 : Allow users to convert linked files into watched directories 2011-07-22 16:25:49 +02:00
Naomi Aro 35f76bf844 CC-2562 : Allow users to convert linked files into watched directories 2011-07-22 16:18:03 +02:00
Naomi Aro 6f9a5b3d3f CC-2562 : Allow users to convert linked files into watched directories 2011-07-22 15:54:49 +02:00
Naomi Aro eb3584dfa6 CC-2562 : Allow users to convert linked files into watched directories 2011-07-22 15:44:00 +02:00
Naomi Aro f7413cacf6 CC-2562 : Allow users to convert linked files into watched directories 2011-07-22 15:32:01 +02:00
Naomi Aro b3c9cb7e48 CC-2562 : Allow users to convert linked files into watched directories 2011-07-22 15:20:14 +02:00
Naomi Aro 4906e2719d Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-07-22 14:55:41 +02:00
Naomi Aro b89338e808 CC-2562 : Allow users to convert linked files into watched directories 2011-07-22 14:55:23 +02:00
james 6e82cb1e45 CC-2587: install script: use full path for airtime_virtual_env.pybundle
- fixed
2011-07-22 07:41:37 -04:00
James 4f812c9c6b CC-2579: upgrade fails
- more fix
2011-07-21 17:54:38 -04:00
James 4d2a50558f CC-2579: Upgrade fails
- hope this is final
2011-07-21 17:47:34 -04:00
James c5f61102f5 CC-2579: upgrade fails
- more fix
2011-07-21 17:43:20 -04:00
James 61ec0a62d1 CC-2579: upgrade fails from 1.8->1.9
- more fix
2011-07-21 17:38:23 -04:00
James 06e7c54091 - Airtimeini class didn't have CreatemonitFile() 2011-07-21 17:33:01 -04:00
James 0f9d8c774c - some clean up on install/upgrade script 2011-07-21 17:26:24 -04:00
James 0678063791 CC-2452: Incorrect Length(time) reported...
- Patches are now included in the patches folder under install_minimal
- airtime_install script will apply patches after installing
python libraries.
2011-07-21 14:39:02 -04:00
James f30d8eb315 CC-2521: Provide dependencies in the upstream tarball...
- airtime_virtual_env.pybundle is added
- all python lib are installed from this bundle file
- fixed auto install script to bypass the prompt
- auto install script copies airtime_vhost file to
/etc/apache2/airtime/site_available/airtime
2011-07-20 15:11:51 -04:00
James 48634dd96e CC-2518: Auto-install scrip for manual install
- done
- php.ini directives are overriden in .htaccess file
- script bypass apache configuration if
apache2/site-avaiable/airtime exists
- script byapss virtualenv setting if
/usr/lib/airtime/airtime_virtualenv exists
2011-07-20 14:20:47 -04:00
martin 6897569862 CC-2566: Separate URL config out of config files and put them with API_CLIENT
-fix for upgrade script
2011-07-19 20:02:46 -04:00
martin 6205b30152 CC-2566: Separate URL config out of config files and put them with API_CLIENT
-fixed
2011-07-19 19:42:23 -04:00
James 19a549df12 - merge with martin's change in install/upgrade/airtime-1.9.0 2011-07-19 17:41:06 -04:00
James 931fb4db62 CC-2518: Auto install script for manual install
- install dir is renamed to install_minimal
- virtualenv command is moved to install script.
- need more work on install_full part
2011-07-19 17:30:23 -04:00