atrocity,
Hitting the update button triggers soa-update-all.sh, which you can see
here:
https://github.com/SqueezeOnArch/soa-aur/blob/master/soa-update-all.sh
These git commands are executed early on:
Code:
--------------------
git checkout HEAD -- $(git ls-files -m)
git pull
--------------------
git is still a mystery to me, so why the "Updating slimserver git repo"
worked for me, and not for you, I don't know. These initial commands,
in my case, produced the messages:
Code:
--------------------
Your branch is up-to-date with 'origin/master'
Already up-to-date
--------------------
This was my 2nd attempt at the update. First time, all the standard arch
packages were updated. but LMS would not(?) as the connection to github
failed. On 2nd attempt. my output was as I posted.
As the script runs, after these initial git actions you get this, if you
have the output of "journalctl -f" displayed on a a terminal:
Code:
--------------------
PWD=/aur/soa-aur ; USER=root ; COMMAND=/usr/sbin/pacman -Syu --noconfirm
--noprogressbar
--------------------
That's updating all your std packages. Once that's complete is should
select an LMS update. The pkgbuild, which you can see here:
https://github.com/SqueezeOnArch/soa-aur/blob/master/logitechmediaserver-7.9-lms/PKGBUILD,
contains another git command, which is when I'd expect to see any
"Updating slimserver git repo..." messages as it clones/updates the
files in slimserver directory.
What happens if you delete everything in
"/aur/soa-aur/logitechmediaserver-7.9-lms/slimserver" before you attempt
an update? Chaos, or will you re-populate this directory with the latest
relevant git files? I'll experiment when I get the chance.
------------------------------------------------------------------------
Krisbee's Profile: http://forums.slimdevices.com/member.php?userid=59080
View this thread: http://forums.slimdevices.com/showthread.php?t=101624
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix