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

0 views
Skip to first unread message

Edoardo Pasca

unread,
Apr 5, 2020, 11:23:02 PM4/5/20
to 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

unread,
Apr 5, 2020, 11:23:41 PM4/5/20
to 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

unread,
Apr 6, 2020, 4:59:26 AM4/6/20
to 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

unread,
Apr 8, 2020, 4:13:47 AM4/8/20
to SynerBI/SyneRBI_VM, Subscribed

@KrisThielemans commented on this pull request.


In scripts/UPDATE.sh:

>      git fetch

+    git pull

⬇️ Suggested change
-    git pull

Kris Thielemans

unread,
Apr 8, 2020, 4:46:09 AM4/8/20
to 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

unread,
Apr 14, 2020, 12:07:27 AM4/14/20
to 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

unread,
Apr 14, 2020, 12:12:31 AM4/14/20
to 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

unread,
Apr 14, 2020, 3:03:02 AM4/14/20
to 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

unread,
Apr 15, 2020, 2:27:26 AM4/15/20
to SyneRBI/SyneRBI_VM, Push

@paskino pushed 1 commit.


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

Edoardo Pasca

unread,
Apr 15, 2020, 2:27:55 AM4/15/20
to 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

unread,
Apr 15, 2020, 2:29:21 AM4/15/20
to SyneRBI/SyneRBI_VM, Subscribed

What about creating a symbolic link? SyneRBI_VM -> CCPPETMR_VM

Kris Thielemans

unread,
Apr 15, 2020, 4:16:28 AM4/15/20
to 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

unread,
Apr 15, 2020, 4:28:45 AM4/15/20
to SyneRBI/SyneRBI_VM, Subscribed

Needs repo changes in bootstrap_ubuntu.sh and possibly other files

Kris Thielemans

unread,
Apr 15, 2020, 4:45:18 AM4/15/20
to 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

unread,
Apr 15, 2020, 4:46:13 AM4/15/20
to SyneRBI/SyneRBI_VM, Subscribed

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

Edoardo Pasca

unread,
Apr 17, 2020, 1:18:03 AM4/17/20
to 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

unread,
Apr 17, 2020, 2:08:44 AM4/17/20
to 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

unread,
Apr 25, 2020, 11:40:03 PM4/25/20
to SyneRBI/SyneRBI_VM, Push

@paskino pushed 3 commits.


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

Edoardo Pasca

unread,
Apr 25, 2020, 11:43:22 PM4/25/20
to SyneRBI/SyneRBI_VM, Push

@paskino pushed 1 commit.

Edoardo Pasca

unread,
Apr 26, 2020, 7:38:59 PM4/26/20
to SyneRBI/SyneRBI_VM, Push

@paskino pushed 1 commit.

Kris Thielemans

unread,
Apr 28, 2020, 9:23:21 AM4/28/20
to SyneRBI/SyneRBI_VM, Push

@KrisThielemans pushed 1 commit.

Kris Thielemans

unread,
Apr 28, 2020, 10:03:30 AM4/28/20
to 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

unread,
Apr 28, 2020, 10:38:23 AM4/28/20
to SyneRBI/SyneRBI_VM, Push

@paskino pushed 2 commits.

Kris Thielemans

unread,
Apr 28, 2020, 12:24:18 PM4/28/20
to 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

unread,
Apr 28, 2020, 4:31:19 PM4/28/20
to 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

unread,
Apr 28, 2020, 4:31:33 PM4/28/20
to SyneRBI/SyneRBI_VM, Subscribed

Kris Thielemans

unread,
Apr 29, 2020, 10:29:51 AM4/29/20
to 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

unread,
Apr 30, 2020, 4:39:01 AM4/30/20
to 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

unread,
Apr 30, 2020, 4:42:40 AM4/30/20
to 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

unread,
Apr 30, 2020, 4:44:44 AM4/30/20
to SyneRBI/SyneRBI_VM, Subscribed

Merged #151 into master.

Reply all
Reply to author
Forward
0 new messages