ATV2 and iOS nightly build semi automatic update scripts

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
crispytreat Offline
Junior Member
Posts: 5
Joined: Jul 2011
Reputation: 0
Post: #11
Worked great for me.
Thanks
find quote
blackranger3d Offline
Junior Member
Posts: 7
Joined: Jan 2005
Reputation: 0
Post: #12
Woot! Good job thanks man.
find quote
stubbed Offline
Junior Member
Posts: 31
Joined: Jul 2011
Reputation: 0
Location: New Zealand
Post: #13
The only thing I would suggest is rather than removing the last installed .deb file, why not give the option to keep the last .deb file in case there are issues with the latest nightly?
find quote
davilla Offline
Team-XBMC Developer
Posts: 10,399
Joined: Feb 2008
Reputation: 58
Post: #14
I highly recommend AGAINST automating a nightly download/install. I mean, come on, it's like two commands, wget to fetch and dpkg -i to install.

If you rely on a script to download/install, then you will be lost when it comes time to revert or remove a bad nightly.


MediaInfo : http://mediainfo.sourceforge.net/
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
find quote
canadave Offline
Posting Freak
Posts: 761
Joined: Jul 2011
Reputation: 15
Location: Nova Scotia, Canada
Post: #15
davilla Wrote:I highly recommend AGAINST automating a nightly download/install. I mean, come on, it's like two commands, wget to fetch and dpkg -i to install.
Well, to be fair, there's a *little* more to it than that Smile You have to go find the name of the last nightly too, copy/paste it into Terminal, etc. Agreed, the step-by-step process is not exactly onerous, but..... "./xbmcup.sh" is pretty simple to type in.

davilla Wrote:If you rely on a script to download/install, then you will be lost when it comes time to revert or remove a bad nightly.
I'm not sure I understand what you mean by saying we'll be "lost" if we've been using a script and need to revert/remove a nightly. Are you saying we won't know how?

- ATV2 4.4.4 (iOS 5.0.1) build 9A406a, running Frodo (final version)
- Macbook Pro, running OSX Mountain Lion
- Skin: reFocus
- Connecting to MySQL database on Synology DS411+ NAS via NFS.
find quote
avus m3 Offline
Senior Member
Posts: 247
Joined: May 2010
Reputation: 0
Post: #16
Will have to try this later!

[Image: widget]
find quote
gr4z Offline
Junior Member
Posts: 5
Joined: Jun 2011
Reputation: 0
Post: #17
I get the following error:


Selecting previously deselected package org.xbmc.xbmc-ios.
(Reading database ... 3476 files and directories currently installed.)
Unpacking org.xbmc.xbmc-ios (from xbmc-20111003-31113d1-master-ios.deb) ...
dpkg: dependency problems prevent configuration of org.xbmc.xbmc-ios:
org.xbmc.xbmc-ios depends on org.xbmc.xbmc-iconpack; however:
Package org.xbmc.xbmc-iconpack is not installed.
dpkg: error processing org.xbmc.xbmc-ios (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
org.xbmc.xbmc-ios
find quote
NEI Offline
Member+
Posts: 113
Joined: Nov 2003
Reputation: 0
Post: #18
You need to change -ios in the regex with -atv2. I think the script is old and needs an update.
find quote
gr4z Offline
Junior Member
Posts: 5
Joined: Jun 2011
Reputation: 0
Post: #19
Cool thanks
find quote
durniplot Offline
Junior Member
Posts: 25
Joined: Aug 2011
Reputation: 1
Post: #20
NEI Wrote:You need to change -ios in the regex with -atv2. I think the script is old and needs an update.

There's one script for ATV2 and one for iPad (iOS). Check posts 1 and 2 in the thread. They are similar, but not interchangable.

Durniplot.
find quote