Skip to content

Instantly share code, notes, and snippets.

View phlegx's full-sized avatar
💪
never stop coding

Phlegx Systems phlegx

💪
never stop coding
View GitHub Profile
group :development do
gem "my_model", :git => "[email protected]:my_model", :branch => "development"
end
group :production do
gem "my_model", :git => "[email protected]:my_model", :branch => "master"
end
branch = `git rev-parse --abbrev-ref HEAD`
gem "my_model", :git => "[email protected]:my_project", :branch => "#{branch.strip.to_s}"
Jan 18 11:03:26 server tvheadend[24687]: htsp: 192.168.0.10 [ admin | XBMC Media Center ]: Privileges raised
Jan 18 11:03:26 server tvheadend[24687]: subscription: "192.168.0.10 [ admin | XBMC Media Center ]" subscribing on "ORF SPORT +", weight: 150, adapter: "Siano Mobile Digital MDTV Receiver", network: "ORS DVB-T X2", mux: "ORS DVB-T X2: 522,000 kHz", provider: "ORF", service: "ORF SPORT +", quality: 100
Jan 18 11:03:27 server tvheadend[24687]: TS: Siano Mobile Digital MDTV Receiver/522,000 kHz/ORF SPORT +: Transport error indicator
Jan 18 11:03:27 server tvheadend[24687]: TS: Siano Mobile Digital MDTV Receiver/522,000 kHz/ORF SPORT +: MPEG2VIDEO @ #3060: Continuity counter error
Jan 18 11:03:27 server tvheadend[24687]: TS: Siano Mobile Digital MDTV Receiver/522,000 kHz/ORF SPORT +: TELETEXT @ #3066: Continuity counter error
Jan 18 11:03:27 server tvheadend[24687]: TS: Siano Mobile Digital MDTV Receiver/522,000 kHz/ORF SPORT +: MPEG2AUDIO @ #3061: Continuity counter error
Jan 18 11:03:29 server tvheadend[
Jan 17 22:22:58 openelec daemon.debug tvheadend[1442]: dvb: "ORS DVB-T TV: 490,000 kHz" on adapter "Siano Mobile Digital MDTV Receiver", status changed to OK
Jan 17 22:23:00 openelec daemon.debug tvheadend[1442]: dvb: "ORS DVB-T TV: 490,000 kHz" on adapter "Siano Mobile Digital MDTV Receiver", status changed to Bad signal
Jan 17 22:23:01 openelec daemon.debug tvheadend[1442]: dvb: "ORS DVB-T TV: 490,000 kHz" on adapter "Siano Mobile Digital MDTV Receiver", status changed to OK
Jan 17 22:23:02 openelec daemon.debug tvheadend[1442]: Service: Siano Mobile Digital MDTV Receiver/ORS DVB-T TV: 490,000 kHz/ORF2 T: Status changed to [Graceperiod expired]
Jan 17 22:23:04 openelec daemon.debug tvheadend[1442]: Service: Subscription "127.0.0.1 [ XBMC Media Center ]": Adding adapter "_dev_dvb_adapter0_Siano_Mobile_Digital_MDTV_Receiver490000000" for service "Siano Mobile Digital MDTV Receiver/ORS DVB-T TV: 490,000 kHz/ORF2 T"
Jan 17 22:23:05 openelec daemon.debug tvheadend[1442]: dvb: "ORS DVB-T TV: 490,000 kHz" on adap
Hardware
Device path:
/dev/dvb/adapter0
Device name:
Siano Mobile Digital MDTV Receiver
Host connection:
USB (480 Mbit/s)
Frequency range:
44250 kHz - 867250 kHz, in steps of 250 kHz
Status
set :stages, %w(production staging)
set :default_stage, "staging"
require "capistrano/ext/multistage"
set :application, "myapp"
set :repository, "[email protected]:#{application}"
set :bundle_without, [:development]
set :deploy_via, :remote_cache
set :update_vendors, true
set :stages, %w(production staging)
set :default_stage, "staging"
require "capistrano/ext/multistage"
set :application, "myproject-core"
set :repository, "[email protected]:#{application}"
set :bundle_without, [:development]
set :deploy_via, :remote_cache
set :update_vendors, true
branch = `git rev-parse --abbrev-ref HEAD`
gem "dacodi_model", :git => "[email protected]:my_project", :branch => "#{branch.strip.to_s}"
# response.inspect
=> <Net::HTTPCreated 201 Created readbody=true>
# response.to_yaml
=> --- !ruby/object:Net::HTTPCreated
http_version: '1.1'
code: '201'
message: Created
header:
server:
Warning: copy(/www/htdocs/w00fd404/wordpress/wp-content/themes/piratenkleider/embed_template.php) [function.copy]: failed to open stream: Permission denied in /www/htdocs/w00fd404/wordpress/wp-content/plugins/vanilla-forums/embed.php on line 74
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00fd404/wordpress/wp-content/plugins/vanilla-forums/embed.php:74) in /www/htdocs/w00fd404/wordpress/wp-includes/pluggable.php on line 881