![]() |
XBian DEVEL and STAGING repositories - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Testing & Experimental (/forum-21.html) +--- Thread: XBian DEVEL and STAGING repositories (/thread-1861.html) |
RE: XBian DEVEL and STAGING repositories - Killerbee - 14th Dec, 2013 06:40 PM (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 RE: XBian DEVEL and STAGING repositories - mk01 - 14th Dec, 2013 07:11 PM absolutely not RE: XBian DEVEL and STAGING repositories - Killerbee - 14th Dec, 2013 09:59 PM (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 RE: XBian DEVEL and STAGING repositories - mk01 - 14th Dec, 2013 11:01 PM 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 ??? RE: XBian DEVEL and STAGING repositories - Killerbee - 15th Dec, 2013 02:27 AM (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 RE: XBian DEVEL and STAGING repositories - mk01 - 15th Dec, 2013 03:06 AM 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) RE: XBian DEVEL and STAGING repositories - IriDium - 15th Dec, 2013 03:49 AM 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. XBian DEVEL and STAGING repositories - mk01 - 15th Dec, 2013 05:40 AM (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. RE: XBian DEVEL and STAGING repositories - Perkabalo - 29th Dec, 2013 06:57 AM 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. Re: RE: XBian DEVEL and STAGING repositories - f1vefour - 29th Dec, 2013 06:45 PM (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. RE: XBian DEVEL and STAGING repositories - Perkabalo - 30th Dec, 2013 12:04 AM (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 RE: XBian DEVEL and STAGING repositories - mk01 - 8th Jan, 2014 07:28 AM (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. RE: XBian DEVEL and STAGING repositories - Perkabalo - 8th Jan, 2014 09:02 AM 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! ![]() RE: XBian DEVEL and STAGING repositories - mk01 - 8th Jan, 2014 09:20 AM no problem. in case raspbian - xbian issue appears, please report. br, RE: XBian DEVEL and STAGING repositories - CurlyMo - 11th Jan, 2014 07:45 PM I'm on the latest devel branch and all working fine to date. |