From f96hajo at chalmers.se Tue Dec 19 09:57:41 2023 From: f96hajo at chalmers.se (=?ISO-8859-15?Q?H=E5kan_T_Johansson?=) Date: Tue, 19 Dec 2023 09:57:41 +0100 Subject: [subexp-daq] Test #1 Message-ID: Test message sent at 09:57:40. H?kan From g.weber at hi-jena.gsi.de Fri Dec 22 17:40:19 2023 From: g.weber at hi-jena.gsi.de (Weber, Guenter Dr.) Date: Fri, 22 Dec 2023 16:40:19 +0000 Subject: [subexp-daq] NURDLIB: - how to check which version is installed and how to update to the most recent version Message-ID: <7c373d090c5f4520a3e01a51721e68a8@hi-jena.gsi.de> Dear all, I would like to know how ... 1) I can check which version of NURDLIB is installed on my system. 2) I can update to the most recent 'official' version. Thank you very much! Best greetings G?nter -------------- next part -------------- An HTML attachment was scrubbed... URL: From f96hajo at chalmers.se Fri Dec 22 17:48:46 2023 From: f96hajo at chalmers.se (=?ISO-8859-15?Q?H=E5kan_T_Johansson?=) Date: Fri, 22 Dec 2023 17:48:46 +0100 Subject: [subexp-daq] NURDLIB: - how to check which version is installed and how to update to the most recent version In-Reply-To: <7c373d090c5f4520a3e01a51721e68a8@hi-jena.gsi.de> References: <7c373d090c5f4520a3e01a51721e68a8@hi-jena.gsi.de> Message-ID: Dear G?nter, On Fri, 22 Dec 2023, Weber, Guenter Dr. wrote: > > Dear all, > > > I would like to know how ... > > > 1) I can check which version of NURDLIB is installed on my system. Please somewhere under the nurdlib/ directory, run: git describe --all --always --dirty --long > 2) I can update to the most recent 'official' version. cd git clone git at gitlab.com:chalmers-subexp/nurdlib.git Then: cd nurdlib For that git clone to work, you'll first have to set up ssh keys with gitlab. That would be useful also in order to upload code. See: https://docs.gitlab.com/ee/user/ssh.html and please *do* use a passphrase for the ssh key. Cheers, H?kan > > > Thank you very much! > > > > Best greetings > > G?nter > > > > From g.weber at hi-jena.gsi.de Fri Dec 22 17:55:18 2023 From: g.weber at hi-jena.gsi.de (Weber, Guenter Dr.) Date: Fri, 22 Dec 2023 16:55:18 +0000 Subject: [subexp-daq] NURDLIB: - how to check which version is installed and how to update to the most recent version In-Reply-To: References: <7c373d090c5f4520a3e01a51721e68a8@hi-jena.gsi.de>, Message-ID: Dear Hakan, thank you very much for the reply. On my system the output of the command is as follows: git describe --all --always --dirty --long -> heads/mcal_daq-0-gb2bc721 How shall I interpret this output? I guess I should compare it to something I can find under https://gitlab.com/chalmers-subexp But there I only can access the following projects: - drasi - egmwsort - ucesb Best greetings G?nter ________________________________ Von: subexp-daq im Auftrag von H?kan T Johansson Gesendet: Freitag, 22. Dezember 2023 17:48:46 An: Discuss use of Nurdlib, TRLO II, drasi and UCESB. Betreff: Re: [subexp-daq] NURDLIB: - how to check which version is installed and how to update to the most recent version Dear G?nter, On Fri, 22 Dec 2023, Weber, Guenter Dr. wrote: > > Dear all, > > > I would like to know how ... > > > 1) I can check which version of NURDLIB is installed on my system. Please somewhere under the nurdlib/ directory, run: git describe --all --always --dirty --long > 2) I can update to the most recent 'official' version. cd git clone git at gitlab.com:chalmers-subexp/nurdlib.git Then: cd nurdlib For that git clone to work, you'll first have to set up ssh keys with gitlab. That would be useful also in order to upload code. See: https://docs.gitlab.com/ee/user/ssh.html and please *do* use a passphrase for the ssh key. Cheers, H?kan > > > Thank you very much! > > > > Best greetings > > G?nter > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From hans.tornqvist at chalmers.se Fri Dec 22 18:25:05 2023 From: hans.tornqvist at chalmers.se (=?UTF-8?Q?Hans_Toshihide_T=C3=B6rnqvist?=) Date: Fri, 22 Dec 2023 18:25:05 +0100 Subject: [subexp-daq] NURDLIB: - how to check which version is installed and how to update to the most recent version In-Reply-To: References: <7c373d090c5f4520a3e01a51721e68a8@hi-jena.gsi.de> Message-ID: <8dd03122-aeb6-4dd3-9005-fb09bc1991a3@chalmers.se> Dear G?nter, On 2023-12-22 17:55, Weber, Guenter Dr. wrote: > Dear Hakan, > > thank you very much for the reply. > > On my system the output of the command is as follows: > > git describe --all --always --dirty --long > ->?heads/mcal_daq-0-gb2bc721 > > How shall I interpret this output? It looks like your repository has the branch 'mcal_daq' active, and part of the checksum is b2bc721. The very good news is that it doesn't say "-dirty" at the end, which means that there are no uncommitted changes, yet :) > I guess I should compare it to something I can find under > https://gitlab.com/chalmers-subexp It seems like the branch/commit are not in any of the "official" repositories, I had a look. However, I did find 'mcal_daq' branches in some private repositories at GSI by Bastii, but I cannot find the b2bc721 commit. I also cannot find several of the commit messages. The safest way forward would be if you could push your version of nurdlib to gitlab. It looks like you are currently a member of the project, so try: > git remote -v If the gitlab repo is not listed there, do: > git remote add gitlab git at gitlab.com:chalmers-subexp/nurdlib.git Then: > git push gitlab mcal_daq I can then pull that and see how to get that into the main branch. Once that's done, I will ask you to try the new version to make sure it still runs correctly. And of course if there are problems with the above commands, let us know. Best regards, Hans > But there I only can access the following projects: > > -?drasi > -?egmwsort > -?ucesb > > Best greetings > G?nter > > > ------------------------------------------------------------------------ > *Von:* subexp-daq im Auftrag von > H?kan T Johansson > *Gesendet:* Freitag, 22. Dezember 2023 17:48:46 > *An:* Discuss use of Nurdlib, TRLO II, drasi and UCESB. > *Betreff:* Re: [subexp-daq] NURDLIB: - how to check which version is > installed and how to update to the most recent version > > Dear G?nter, > > On Fri, 22 Dec 2023, Weber, Guenter Dr. wrote: > >> >> Dear all, >> >> >> I would like to know how ... >> >> >> 1) I can check which version of NURDLIB is installed on my system. > > Please somewhere under the nurdlib/ directory, run: > > git describe --all --always --dirty --long > >> 2) I can update to the most recent 'official' version. > > cd > > git clone git at gitlab.com:chalmers-subexp/nurdlib.git > > Then: > > cd nurdlib > > For that git clone to work, you'll first have to set up ssh keys with > gitlab.? That would be useful also in order to upload code.? See: > > https://docs.gitlab.com/ee/user/ssh.html > > > and please *do* use a passphrase for the ssh key. > > Cheers, > H?kan > > >> >> >> Thank you very much! >> >> >> >> Best greetings >> >> G?nter >> >> >> >> > From f96hajo at chalmers.se Fri Dec 22 18:29:47 2023 From: f96hajo at chalmers.se (=?ISO-8859-15?Q?H=E5kan_T_Johansson?=) Date: Fri, 22 Dec 2023 18:29:47 +0100 Subject: [subexp-daq] NURDLIB: - how to check which version is installed and how to update to the most recent version In-Reply-To: References: <7c373d090c5f4520a3e01a51721e68a8@hi-jena.gsi.de>, Message-ID: <3f9edc0d-1b0f-3413-d3d6-ac09bf8e60fa@chalmers.se> On Fri, 22 Dec 2023, Weber, Guenter Dr. wrote: > But there I only can access the following projects: > > -?drasi > -?egmwsort > -?ucesb Strange. Are you logged in to gitlab.com when checking this? Best regards, H?kan From g.weber at hi-jena.gsi.de Fri Dec 22 18:32:55 2023 From: g.weber at hi-jena.gsi.de (Weber, Guenter Dr.) Date: Fri, 22 Dec 2023 17:32:55 +0000 Subject: [subexp-daq] NURDLIB: - how to check which version is installed and how to update to the most recent version In-Reply-To: <3f9edc0d-1b0f-3413-d3d6-ac09bf8e60fa@chalmers.se> References: <7c373d090c5f4520a3e01a51721e68a8@hi-jena.gsi.de>, , <3f9edc0d-1b0f-3413-d3d6-ac09bf8e60fa@chalmers.se> Message-ID: <318da608d30e4a8b99647c447c1041e3@hi-jena.gsi.de> Of course, I was not logged in. Sorry for being stupid ? ________________________________ Von: subexp-daq im Auftrag von H?kan T Johansson Gesendet: Freitag, 22. Dezember 2023 18:29 An: Discuss use of Nurdlib, TRLO II, drasi and UCESB. Betreff: Re: [subexp-daq] NURDLIB: - how to check which version is installed and how to update to the most recent version On Fri, 22 Dec 2023, Weber, Guenter Dr. wrote: > But there I only can access the following projects: > > - drasi > - egmwsort > - ucesb Strange. Are you logged in to gitlab.com when checking this? Best regards, H?kan -------------- next part -------------- An HTML attachment was scrubbed... URL: From g.weber at hi-jena.gsi.de Fri Dec 22 19:32:21 2023 From: g.weber at hi-jena.gsi.de (Weber, Guenter Dr.) Date: Fri, 22 Dec 2023 18:32:21 +0000 Subject: [subexp-daq] NURDLIB: - how to check which version is installed and how to update to the most recent version In-Reply-To: <8dd03122-aeb6-4dd3-9005-fb09bc1991a3@chalmers.se> References: <7c373d090c5f4520a3e01a51721e68a8@hi-jena.gsi.de> , <8dd03122-aeb6-4dd3-9005-fb09bc1991a3@chalmers.se> Message-ID: <86a9c0739b034950b6f804472850d5f0@hi-jena.gsi.de> Dear Hans, the command > git remote -v resulted in the following output: bloeher bloeher at 140.181.60.97:/u/bloeher/git-bare/nurdlib-jena.git (fetch) bloeher bloeher at 140.181.60.97:/u/bloeher/git-bare/nurdlib-jena.git (push) maxs1 atpnbg011:/LynxOS/mbsusr/mbsdaq/mbsrun/rio4/2021_mcalstruck/nurdlib (fetch) maxs1 atpnbg011:/LynxOS/mbsusr/mbsdaq/mbsrun/rio4/2021_mcalstruck/nurdlib (push) origin /u/htoernqv/repos/nurdlib.git/ (fetch) origin /u/htoernqv/repos/nurdlib.git/ (push) I added the new git repository and executed the push command as explained in your e-mail. Looks like everything worked out fine. Best greetings G?nter ________________________________ Von: Hans Toshihide T?rnqvist Gesendet: Freitag, 22. Dezember 2023 18:25:05 An: Discuss use of Nurdlib, TRLO II, drasi and UCESB.; Weber, Guenter Dr. Betreff: Re: [subexp-daq] NURDLIB: - how to check which version is installed and how to update to the most recent version Dear G?nter, On 2023-12-22 17:55, Weber, Guenter Dr. wrote: > Dear Hakan, > > thank you very much for the reply. > > On my system the output of the command is as follows: > > git describe --all --always --dirty --long > -> heads/mcal_daq-0-gb2bc721 > > How shall I interpret this output? It looks like your repository has the branch 'mcal_daq' active, and part of the checksum is b2bc721. The very good news is that it doesn't say "-dirty" at the end, which means that there are no uncommitted changes, yet :) > I guess I should compare it to something I can find under > https://gitlab.com/chalmers-subexp It seems like the branch/commit are not in any of the "official" repositories, I had a look. However, I did find 'mcal_daq' branches in some private repositories at GSI by Bastii, but I cannot find the b2bc721 commit. I also cannot find several of the commit messages. The safest way forward would be if you could push your version of nurdlib to gitlab. It looks like you are currently a member of the project, so try: > git remote -v If the gitlab repo is not listed there, do: > git remote add gitlab git at gitlab.com:chalmers-subexp/nurdlib.git Then: > git push gitlab mcal_daq I can then pull that and see how to get that into the main branch. Once that's done, I will ask you to try the new version to make sure it still runs correctly. And of course if there are problems with the above commands, let us know. Best regards, Hans > But there I only can access the following projects: > > - drasi > - egmwsort > - ucesb > > Best greetings > G?nter > > > ------------------------------------------------------------------------ > *Von:* subexp-daq im Auftrag von > H?kan T Johansson > *Gesendet:* Freitag, 22. Dezember 2023 17:48:46 > *An:* Discuss use of Nurdlib, TRLO II, drasi and UCESB. > *Betreff:* Re: [subexp-daq] NURDLIB: - how to check which version is > installed and how to update to the most recent version > > Dear G?nter, > > On Fri, 22 Dec 2023, Weber, Guenter Dr. wrote: > >> >> Dear all, >> >> >> I would like to know how ... >> >> >> 1) I can check which version of NURDLIB is installed on my system. > > Please somewhere under the nurdlib/ directory, run: > > git describe --all --always --dirty --long > >> 2) I can update to the most recent 'official' version. > > cd > > git clone git at gitlab.com:chalmers-subexp/nurdlib.git > > Then: > > cd nurdlib > > For that git clone to work, you'll first have to set up ssh keys with > gitlab. That would be useful also in order to upload code. See: > > https://docs.gitlab.com/ee/user/ssh.html > > > and please *do* use a passphrase for the ssh key. > > Cheers, > H?kan > > >> >> >> Thank you very much! >> >> >> >> Best greetings >> >> G?nter >> >> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: