Worked great for me.
Thanks
ATV2 and iOS nightly build semi automatic update scripts
crispytreat
Junior Member Posts: 5 Joined: Jul 2011 Reputation: 0 |
2011-08-20 21:43
Post: #11
|
| find quote |
blackranger3d
Junior Member Posts: 7 Joined: Jan 2005 Reputation: 0 |
2011-08-22 01:53
Post: #12
Woot! Good job thanks man.
|
| find quote |
stubbed
Junior Member Posts: 31 Joined: Jul 2011 Reputation: 0 Location: New Zealand |
2011-08-22 03:32
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
Team-XBMC Developer Joined: Feb 2008 Reputation: 58 |
2011-08-22 04:08
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
Posting Freak Joined: Jul 2011 Reputation: 15 Location: Nova Scotia, Canada |
2011-08-24 16:52
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 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
Senior Member Posts: 247 Joined: May 2010 Reputation: 0 |
2011-10-03 16:03
Post: #16
Will have to try this later!
|
| find quote |
gr4z
Junior Member Posts: 5 Joined: Jun 2011 Reputation: 0 |
2011-10-04 22:29
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
Member+ Posts: 113 Joined: Nov 2003 Reputation: 0 |
2011-10-04 22:50
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
Junior Member Posts: 5 Joined: Jun 2011 Reputation: 0 |
2011-10-04 23:06
Post: #19
Cool thanks
|
| find quote |
durniplot
Junior Member Posts: 25 Joined: Aug 2011 Reputation: 1 |
2011-10-05 19:28
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 |

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.
Search
Help