Martin Konecny
f8d63b70d8
fix installer breaking liquidsoap package install
2012-08-08 00:21:19 -04:00
Martin Konecny
b5e542ad36
make sure airtime-liquidsoap DNE before attempting to create
2012-08-07 17:41:24 -04:00
Martin Konecny
3f10f94d8f
CC-4147: Make Airtime work nicer with Debian package generation scripts.
...
-liquidsoap is installed from sofab repo
-make sure new deb-multimedia name takes effect
2012-08-03 09:42:41 -04:00
Martin Konecny
0a3c9c7351
clean up indentation + imports for python apps
2012-06-26 22:41:11 -04:00
Martin Konecny
3f481309b8
fix cache not being removed
2012-05-30 18:26:49 -04:00
Martin Konecny
d8ae8002d2
-make sure to autogenerate liquidsoap.cfg before liquidsoap starts
2012-05-28 18:48:40 -04:00
Martin Konecny
b9c6eab39c
make sure we explicitly need to tell Airtime services to start
2012-05-28 17:42:48 -04:00
Martin Konecny
41efd93628
pypo-initialize syntax cleanup
2012-05-28 14:28:07 -04:00
Martin Konecny
3d23d5102b
make sure /usr/bin/airtime-liquidsoap symlink is gone
2012-05-28 13:36:49 -04:00
Martin Konecny
7299704ed0
remove airtime-liquidsoap symbolic link on uninstall
2012-05-23 12:38:37 -04:00
Martin Konecny
aeb9db95f0
CC-3794: Liquidsoap isn't in media monitor's path
2012-05-09 14:18:17 -04:00
Martin Konecny
22c1e67d58
CC-3779: Make Airtime more resilient to Ubuntu upgrades
...
undo this change for now
2012-05-07 18:12:59 -04:00
Martin Konecny
95a130bd90
CC-3779: Make Airtime more resilient to Ubuntu upgrades
2012-05-07 16:46:53 -04:00
Martin Konecny
8de8a0be33
replace many Popen calls with more modern subprocess.call
2012-05-07 15:46:49 -04:00
Martin Konecny
f59bae4246
CC-3736: Full Install fail at Ubuntu 12.04
...
-Fix logger format
2012-04-30 17:26:04 -04:00
Martin Konecny
234ee0f696
CC-3736: Full Install fail at Ubuntu 12.04
2012-04-30 17:13:52 -04:00
Martin Konecny
c84acdfea6
CC-3736: Full Install fail at Ubuntu 12.04
...
-Forgot some imports
2012-04-30 17:10:12 -04:00
Martin Konecny
141d27bf27
CC-3736: Full Install fail at Ubuntu 12.04
...
-various fixes
2012-04-30 17:06:35 -04:00
Martin Konecny
f96b990275
Merge branch '2.0.x' into devel
...
Conflicts:
VERSION
airtime_mvc/application/models/Systemstatus.php
install_minimal/include/airtime-constants.php
install_minimal/include/airtime-upgrade.php
python_apps/api_clients/api_client.py
python_apps/media-monitor/install/media-monitor-copy-files.py
python_apps/media-monitor/install/media-monitor-initialize.py
python_apps/pypo/install/pypo-initialize.py
python_apps/pypo/liquidsoap_bin
python_apps/pypo/pypopush.py
utils/airtime-log.php
2012-04-12 19:10:17 -04:00
Martin Konecny
60d521a88a
CC-3575: Use invoke-rc.d to start and stop services, rather than calling init scripts directly
...
-done
2012-04-05 20:42:15 -04:00
Martin Konecny
788aef2f03
CC-3604: Clear Pypo cache dir on upgrade/reinstall
...
-done
2012-04-05 15:31:20 -04:00
Martin Konecny
3611f1071d
CC-3575: Use invoke-rc.d to start and stop services, rather than calling init scripts directly
...
-fixed
2012-04-05 15:09:20 -04:00
Martin Konecny
b00e74e831
-remove "disable_auto_start_services" install option
2012-04-05 14:56:11 -04:00
Martin Konecny
57f782d3c2
CC-3520: Change default password of monit
...
-fixed
2012-04-01 00:20:47 -04:00
Martin Konecny
41b9ea1c14
-more detailed message if pypo-install can't find liquidsoap file
2012-03-28 23:50:49 -04:00
Martin Konecny
d7af91f306
CC-3520: Change default password of monit
...
-done
2012-03-26 17:59:44 -04:00
Martin Konecny
c353009d39
CC-3377: Airtime 2.0.2 install fails for ubuntu 11.10
...
-user binary_path var
2012-03-02 18:41:03 -05:00
Martin Konecny
82812e15a5
CC-3377: Airtime 2.0.2 install fails for ubuntu 11.10
...
-should be fixed
2012-03-02 11:45:27 -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
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
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
6215eb0dba
-fix upgrade for large result sets.
2012-01-25 05:01:56 -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
579484a91c
Merge branch 'airtime-2.0.x' of dev.sourcefabric.org:airtime into airtime-2.0.x
2011-12-15 16:10:42 -05:00
James
22b2b466e5
CC-3207: Exception 'latin-1' codec can't encode character u'\u2013' in
...
position 32: ordinal not in range(256)
- fixed
2011-12-15 16:09:58 -05:00
Martin Konecny
7d60530312
CC-3206: Add ability to do Airtime upgrade without restarting liquidsoap
...
-done
2011-12-15 11:22:22 -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
c48154ef2f
SAAS-83: Add ability to install Airtime components separately
...
-fixed
2011-11-30 17:59:00 -05:00
Martin Konecny
15a27526f9
SAAS-83: Add ability to install Airtime components separately
...
-fixed
2011-11-24 18:10:06 -05:00
martin
4c388f0a1a
CC-3056: Liquidsoap binaries not working on Ubuntu Maverick
...
-compiled all liquidsoap binaries
2011-11-18 18:45:37 -05:00
Martin Konecny
34252d680a
CC-3056: Liquidsoap binaries not working on Ubuntu Maverick
...
-use absolute paths since the testing scripts need this.
2011-11-18 15:50:21 -05:00
Martin Konecny
7b872fa89b
CC-3056: Liquidsoap binaries not working on Ubuntu Maverick
...
-better messages at install time
2011-11-18 15:17:30 -05:00
Martin Konecny
84e2fff36e
CC-3058: Extranenous string during install process
...
-fixed
2011-11-17 18:15:27 -05:00
Martin Konecny
7a9e53fa04
CC-3040: Debian Squeeze requires the Liquidsoap natty binary instead of the generic one
...
-done
2011-11-14 14:12:12 -05: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 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