Updating Run-in-place

More
23 Aug 2020 14:15 - 23 Aug 2020 14:40 #179101 by AgentWD40
My machine has linuxcnc 2.9.0-pre0 that I installed back in januaryish that I compiled from these instructions: linuxcnc.org/docs/devel/html/code/building-linuxcnc.html

Can anyone give me the commands needed to update this installation?

(my internet connection here is limited to wifi hotspot)

[EDIT]
So I cd'ed into the ~/linuxcnc-dev/ directory and ran
> git pull
> cd ./src
> ./autogen.sh
> ./configure --with-realtime=uspace
> make
> sudo make setuid

Seems to have run fine. Is that correct? The linuxcnc splash screen still says v2.9.0-pre0 though
Last edit: 23 Aug 2020 14:40 by AgentWD40.

Please Log in or Create an account to join the conversation.

More
24 Aug 2020 00:35 #179165 by AgentWD40
Replied by AgentWD40 on topic Updating Run-in-place
Can anyone tell me if the above is all that's required, `git pull` ?

Since the terminal still reports the same 2.9.0-pre0 I don't know how to tell if I'm actually running the latest updates.

Please Log in or Create an account to join the conversation.

More
24 Aug 2020 02:33 #179181 by BeagleBrainz
Replied by BeagleBrainz on topic Updating Run-in-place
Yes
There is a couple of things you can do.
1: Checkout the output after you do "git pull"
2: Read the changelog in the debian folder
The following user(s) said Thank You: AgentWD40

Please Log in or Create an account to join the conversation.

More
24 Aug 2020 10:38 #179215 by rodw
Replied by rodw on topic Updating Run-in-place
Try this
$ git log --oneline -1

Then in Git, click on the code tab and you should see the latest commit numbers and compare
github.com/LinuxCNC/linuxcnc

The last one also shows on the main gits screen
The following user(s) said Thank You: AgentWD40

Please Log in or Create an account to join the conversation.

More
25 Aug 2020 05:10 #179313 by phillc54
Replied by phillc54 on topic Updating Run-in-place

Try this
$ git log --oneline -1

Then in Git, click on the code tab and you should see the latest commit numbers and compare
github.com/LinuxCNC/linuxcnc

The last one also shows on the main gits screen

git log -1 will show the commit date, that would give you a pretty good idea
The following user(s) said Thank You: rodw

Please Log in or Create an account to join the conversation.

Time to create page: 0.167 seconds
Powered by Kunena Forum