[SynerBI/CCPPETMR_VM] changes repos links to synerbi (#151)

0 katselukertaa
Siirry ensimmäiseen lukemattomaan viestiin

Edoardo Pasca

lukematon,
5.4.2020 klo 23.23.025.4.2020
vastaanottaja SynerBI/CCPPETMR_VM, Subscribed

You can view, comment on, or merge this pull request online at:

  https://github.com/SynerBI/CCPPETMR_VM/pull/151

Commit Summary

  • changes repos links to synerbi

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

Edoardo Pasca

lukematon,
5.4.2020 klo 23.23.415.4.2020
vastaanottaja SynerBI/CCPPETMR_VM, Push

@paskino pushed 1 commit.

  • 7f0749f forces a pull after fetch


You are receiving this because you are subscribed to this thread.

View it on GitHub or unsubscribe.

Kris Thielemans

lukematon,
6.4.2020 klo 4.59.266.4.2020
vastaanottaja SynerBI/CCPPETMR_VM, Subscribed

@KrisThielemans requested changes on this pull request.


In scripts/UPDATE.sh:

>      git fetch
+    git pull

can't do an explicit pull. The rest of the script will take care of it. fetch updates the content of the remote branches. pull would do fetch and merge

Kris Thielemans

lukematon,
8.4.2020 klo 4.13.478.4.2020
vastaanottaja SynerBI/SyneRBI_VM, Subscribed

@KrisThielemans commented on this pull request.


In scripts/UPDATE.sh:

>      git fetch

+    git pull

⬇️ Suggested change
-    git pull

Kris Thielemans

lukematon,
8.4.2020 klo 4.46.098.4.2020
vastaanottaja SynerBI/SyneRBI_VM, Subscribed

we probably need to manage that an old VM will have files in ~/devel/CCPPETMR_VM which will now have been changed.

This most likely also affects this wiki

Edoardo Pasca

lukematon,
14.4.2020 klo 0.07.2714.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Subscribed

@paskino commented on this pull request.


In scripts/UPDATE.sh:

>      git fetch
+    git pull

Sure? I added it just because fetch wouldn't suffice. I'll try again.

Edoardo Pasca

lukematon,
14.4.2020 klo 0.12.3114.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Subscribed

@paskino commented on this pull request.


In scripts/UPDATE.sh:

>      git fetch
+    git pull

It seems to me that we only request:

  1. fetch
  2. checkout to a different tag

I don't see how the rest of the script does a pull of the SyneRBI_VM if we don't change branch. Am I wrong?

Kris Thielemans

lukematon,
14.4.2020 klo 3.03.0214.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Subscribed

@KrisThielemans commented on this pull request.


In scripts/UPDATE.sh:

>      git fetch
+    git pull

I have thought more about this. I've created #153. Let's not fix this in this PR though.

Note that a pull before the checkout doesn't change anything in the first 2 cases mentioned in #153, and potentially updates the wrong local branch.

Edoardo Pasca

lukematon,
15.4.2020 klo 2.27.2615.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Push

@paskino pushed 1 commit.


You are receiving this because you are subscribed to this thread.

Edoardo Pasca

lukematon,
15.4.2020 klo 2.27.5515.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Subscribed

@paskino commented on this pull request.


In scripts/UPDATE.sh:

>      git fetch
+    git pull

I removed the pull


You are receiving this because you are subscribed to this thread.

Edoardo Pasca

lukematon,
15.4.2020 klo 2.29.2115.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Subscribed

What about creating a symbolic link? SyneRBI_VM -> CCPPETMR_VM

Kris Thielemans

lukematon,
15.4.2020 klo 4.16.2815.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Subscribed

@KrisThielemans commented on this pull request.

a few more rBI->RBI

needs a line in CHANGES.md.

are you going to do the doc changes in a separate PR? (could do a separate)


In scripts/UPDATE.sh:

>      cd SIRF-SuperBuild

   else

     cd SIRF-SuperBuild

+    # update the remote repository after rename to SynerBI

+    git remote set-url origin https://github.com/SynerBI/SIRF-SuperBuild.git

⬇️ Suggested change
-    git remote set-url origin https://github.com/SynerBI/SIRF-SuperBuild.git

+    git remote set-url origin https://github.com/SyneRBI/SIRF-SuperBuild.git

and all others

Kris Thielemans

lukematon,
15.4.2020 klo 4.28.4515.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Subscribed

Needs repo changes in bootstrap_ubuntu.sh and possibly other files

Kris Thielemans

lukematon,
15.4.2020 klo 4.45.1815.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Subscribed

What about creating a symbolic link? SyneRBI_VM -> CCPPETMR_VM

good idea, if CCPPETMR_VM exists and SyneRBI_VM doesn't, create the link

Kris Thielemans

lukematon,
15.4.2020 klo 4.46.1315.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Subscribed

update.sh needs to use ~/devel/SyneRBI_VM. Probably other things as well.

Edoardo Pasca

lukematon,
17.4.2020 klo 1.18.0317.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Subscribed

What about creating a symbolic link? SyneRBI_VM -> CCPPETMR_VM

good idea, if CCPPETMR_VM exists and SyneRBI_VM doesn't, create the link

I'm thinking that this is going to complicate the things in a consistent way for no real reason. The important bit is to update the github links (though not fundamental either).

Wouldn't it be better to create a new VM? We may then release it with SIRF as 2.1.x.

Kris Thielemans

lukematon,
17.4.2020 klo 2.08.4417.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Subscribed

I'm thinking that this is going to complicate the things in a consistent way for no real reason.

You mean creating the CCPPETMR_VM link? Or change update.sh? Things have to work, both for a new one and for updating an existing (but not too old) one. Not everyone is using their VMs for a short time (otherwise, why do we have the update mechanism at all?).

Wouldn't it be better to create a new VM? We may then release it with SIRF as 2.1.x.

Agreed that it would be best to create a new VM, but it seems hard to do it without a new release. how are we going to call it otherwise?

Edoardo Pasca

lukematon,
25.4.2020 klo 23.40.0325.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Push

@paskino pushed 3 commits.


You are receiving this because you are subscribed to this thread.

Edoardo Pasca

lukematon,
25.4.2020 klo 23.43.2225.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Push

@paskino pushed 1 commit.

Edoardo Pasca

lukematon,
26.4.2020 klo 19.38.5926.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Push

@paskino pushed 1 commit.

Kris Thielemans

lukematon,
28.4.2020 klo 9.23.2128.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Push

@KrisThielemans pushed 1 commit.

Kris Thielemans

lukematon,
28.4.2020 klo 10.03.3028.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Push

@KrisThielemans pushed 2 commits.

  • 35d1910 moved linking of CCPETMR_VM to SyneRBI to UPDATE.sh
  • b2f304a More CCPPETMR->SyneRBI textual changes

Edoardo Pasca

lukematon,
28.4.2020 klo 10.38.2328.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Push

@paskino pushed 2 commits.

Kris Thielemans

lukematon,
28.4.2020 klo 12.24.1828.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Subscribed

@KrisThielemans requested changes on this pull request.

looks good to me, but probably a good time to update SIRF_VM_VERSION (note that it occurs in an if below).


You are receiving this because you are subscribed to this thread.

Edoardo Pasca

lukematon,
28.4.2020 klo 16.31.1928.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Subscribed

created a VM from scratch with this branch and it works. I'll try to upload it somewhere for test.

Edoardo Pasca

lukematon,
28.4.2020 klo 16.31.3328.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Subscribed

Kris Thielemans

lukematon,
29.4.2020 klo 10.29.5129.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Subscribed

This looks ok to me now. However, I did spot a problem with the automatic set remote. On my VM, I had changed the remote manually to something else (actually g...@github.com:... such that I don't need to type passwords all the time). Doing on update_VM.sh got rid of all these.

As the ccppetmr redirects are all working fine, I suggest that we remove these. People with old VMs will have no problems. People with new VMs will get the synerbi repo.

Objections? @casperdcl @paskino

Kris Thielemans

lukematon,
30.4.2020 klo 4.39.0130.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Push

@KrisThielemans pushed 2 commits.

  • 898f91b introduce option for resetting git remotes
  • 5a4a778 warnings for old VMs


You are receiving this because you are subscribed to this thread.

Kris Thielemans

lukematon,
30.4.2020 klo 4.42.4030.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Subscribed

I've introduced an option for the remote. Also changed the "version" stuff a bit.


You are receiving this because you are subscribed to this thread.

Kris Thielemans

lukematon,
30.4.2020 klo 4.44.4430.4.2020
vastaanottaja SyneRBI/SyneRBI_VM, Subscribed

Merged #151 into master.

Vastaa kaikille
Vastaa kirjoittajalle
Välitä
0 uutta viestiä