XBian DEVEL and STAGING repositories
|
14th Dec, 2013, 06:40 PM
Post: #16
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
(14th Dec, 2013 11:12 AM)f1vefour Wrote: If you want to join Devel your sources.list should look like this:Just a stupid question: Does the sequence matter? For example is this allowed: Code: deb http://xbian.brantje.com staging main |
|||
14th Dec, 2013, 07:11 PM
Post: #17
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
absolutely not
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
14th Dec, 2013, 09:59 PM
Post: #18
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
(14th Dec, 2013 07:11 PM)mk01 Wrote: absolutely notTo be sure: sequence matter yes or no? Because I asked two questions in my post. Another issue I had today. Samba upstream update packages Splash Update .... was running forever. I checked and some samba dialog screen was shown. Something like: an new /etc/samba/smb.conf file is available. Do you want to overwrite? Maybe a suggestion to make it possible to "close" the splash by hitting the esc key? [edit] Maybe due to my mistake. I installed the samba-server upstream deb. [/edit] KB |
|||
14th Dec, 2013, 11:01 PM
Post: #19
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
this is a known issue, I was posting this somewhere. you probably updated with running apt manually. otherwise (xbian-config, auto anything else) would request the install without dialogs.
"no" is answer to sequence. where is second question ??? Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
15th Dec, 2013, 02:27 AM
Post: #20
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
(14th Dec, 2013 11:01 PM)mk01 Wrote: this is a known issue, I was posting this somewhere. you probably updated with running apt manually. otherwise (xbian-config, auto anything else) would request the install without dialogs. This was my second "question" For example is this allowed: Code: deb http://xbian.brantje.com staging main KB |
|||
15th Dec, 2013, 03:06 AM
Post: #21
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
ah ok.
but for your information, there is virtual sequencing based on ORIGIN importance if defined. you can see the virtual sequence if you do "apt-cache policy xbian-update" part of the sequence is of course version number, then origin. (but not order in which sources are defined) Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
15th Dec, 2013, 03:49 AM
Post: #22
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
So in clarification (I'd got it wrong in previous posts)
It doesn't matter what order you add the lines but it would run like this in reality: it's search order is Devel -> Staging -> Wheezy (Based on version numbers) I hope I have that right :-) This may be a Xbian 1 feature but would it be possible to have an option in ssh xbian-config to show the currently installed "package" and the possible upgrades eg. xbian-package-kernel Current: 1.3-6.4 Wheezy: 1.3-6.4 Staging: 1.3-6.5 Devel: 1.3-6.7 I suppose just an output from apt-cache policy xbian-package-kernel but neater. This would be easier for testers to determine their current installed versions against new previous releases. Also an option to "dump" the contents to a text file, that could then be posted on pastebin or the like. Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
15th Dec, 2013, 05:40 AM
Post: #23
|
|||
|
|||
XBian DEVEL and STAGING repositories
(15th Dec, 2013 03:49 AM)IriDium Wrote: So in clarification (I'd got it wrong in previous posts) xbian-apt-show-versions -u (14th Dec, 2013 09:59 PM)Killerbee Wrote:(14th Dec, 2013 07:11 PM)mk01 Wrote: absolutely notTo be sure: sequence matter yes or no? there is thd daemon in xbian, check man. just one hook and small script is needed. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
29th Dec, 2013, 06:57 AM
Post: #24
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
Hi I'm new around here, and currently on DEVEL.
Not sure if this is worth reporting, but here it goes.. Having problems upgrading package: xbian-package-cec [ 1.1-0.4 (1.1-1) ] Looks like there's a dependency problem/missing package sudo apt-get install xbian-package-cec Quote:The following packages have unmet dependencies: sudo apt-get install inetutils-ping Quote:Package inetutils-ping is not available, but is referred to by another package. |
|||
29th Dec, 2013, 06:45 PM
Post: #25
|
|||
|
|||
Re: RE: XBian DEVEL and STAGING repositories
(29th Dec, 2013 06:57 AM)Perkabalo Wrote: Hi I'm new around here, and currently on DEVEL. You must also add the staging repo. Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us. |
|||
30th Dec, 2013, 12:04 AM
Post: #26
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
(29th Dec, 2013 06:45 PM)f1vefour Wrote:(29th Dec, 2013 06:57 AM)Perkabalo Wrote: Hi I'm new around here, and currently on DEVEL. The staging repo is already present in sources.list: Quote:deb http://xbian.brantje.com wheezy main |
|||
8th Jan, 2014, 07:28 AM
Post: #27
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
(29th Dec, 2013 06:57 AM)Perkabalo Wrote: sudo apt-get install xbian-package-cec interesting as inetutils-ping is standard package available from upstream (raspbian/debian). I get this one Code: root@xbian /mnt/src/git-mk01/xbmc-pvr-addons # apt-cache show inetutils-ping Code: root@xbian /mnt/src/git-mk01/xbmc-pvr-addons # apt-cache policy inetutils-ping do you still have original raspbian repo enabled? should stay. Code: deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi @IriDium Code: root@xbian /etc/init # xbian-apt-show-versions -a xbian-package-kernel xbian-config is showing versions. unfortunately raspbian repackaging is causing sooooo much long version number. sometimes even 20characters. and for available upgrade, xbian-config follows apt-get behaviour. from all repos available, take the highest version. I suppose I understand what you mean probably, source repo is missing there but if you go for devel repo you don't care xbian-config. repo origin is more relevant to auto-updates. as you can have all possible repos set, but by default only stable packages will get auto installed. raspbian install is not the standard "case" there. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
8th Jan, 2014, 09:02 AM
Post: #28
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
Quote:do you still have original raspbian repo enabled? should stay. Code: deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi Ah, that repo wasn't in sources.list, sorry for that. That solved my self inflicted issue. Thanks! |
|||
8th Jan, 2014, 09:20 AM
Post: #29
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
no problem. in case raspbian - xbian issue appears, please report.
br, Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
11th Jan, 2014, 07:45 PM
Post: #30
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
I'm on the latest devel branch and all working fine to date.
pilight - modular domotica solution
|
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[RPi] Staging xbian-package-xbmc (14.1~RC1) (Kodi) | CurlyMo | 17 | 41,062 |
19th Feb, 2015 06:31 AM Last Post: CurlyMo |
|
[RPi] Staging xbian-package-kernel (3.17.7-ck2+) | CurlyMo | 5 | 13,803 |
13th Feb, 2015 12:33 AM Last Post: f1vefour |
|
[RPi] Staging xbian-package-firmware (1.5.1) | CurlyMo | 3 | 11,849 |
7th Feb, 2015 08:23 PM Last Post: CurlyMo |