Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Get commit on genlop.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
lekto
Apprentice
Apprentice


Joined: 20 Sep 2014
Posts: 197
Location: Ancient Rome

PostPosted: Thu Jul 18, 2024 2:17 pm    Post subject: Get commit on genlop. Reply with quote

When running genlop -t on a package that is installed in a git version, I get only the version number from portage:
Code:
lekto@lapek ~ $ genlop -t transgui
 * net-p2p/transgui

     Sun Sep 18 07:57:02 2022 >>> net-p2p/transgui-9999
       merge time: 56 seconds.

     Thu Mar 23 18:36:03 2023 >>> net-p2p/transgui-9999
       merge time: 29 seconds.

     Sat Apr 29 15:40:07 2023 >>> net-p2p/transgui-9999
       merge time: 27 seconds.

     Sun May 21 10:44:34 2023 >>> net-p2p/transgui-9999
       merge time: 31 seconds.

     Sun May 28 21:44:55 2023 >>> net-p2p/transgui-9999
       merge time: 33 seconds.

     Fri Nov  3 20:04:56 2023 >>> net-p2p/transgui-9999
       merge time: 1 minute and 20 seconds.

     Tue Mar 12 19:28:27 2024 >>> net-p2p/transgui-9999
       merge time: 30 seconds.

     Thu Jun  6 17:41:32 2024 >>> net-p2p/transgui-9999
       merge time: 27 seconds.


Is there a way to show exactly what commit each merge was?
Back to top
View user's profile Send private message
logrusx
Advocate
Advocate


Joined: 22 Feb 2018
Posts: 2138

PostPosted: Thu Jul 18, 2024 2:24 pm    Post subject: Re: Get commit on genlop. Reply with quote

lekto wrote:
When running genlop -t on a package that is installed in a git version, I get the version number from portage:
Code:
lekto@lapek ~ $ genlop -t transgui
 * net-p2p/transgui

     Sun Sep 18 07:57:02 2022 >>> net-p2p/transgui-9999
       merge time: 56 seconds.

     Thu Mar 23 18:36:03 2023 >>> net-p2p/transgui-9999
       merge time: 29 seconds.

     Sat Apr 29 15:40:07 2023 >>> net-p2p/transgui-9999
       merge time: 27 seconds.

     Sun May 21 10:44:34 2023 >>> net-p2p/transgui-9999
       merge time: 31 seconds.

     Sun May 28 21:44:55 2023 >>> net-p2p/transgui-9999
       merge time: 33 seconds.

     Fri Nov  3 20:04:56 2023 >>> net-p2p/transgui-9999
       merge time: 1 minute and 20 seconds.

     Tue Mar 12 19:28:27 2024 >>> net-p2p/transgui-9999
       merge time: 30 seconds.

     Thu Jun  6 17:41:32 2024 >>> net-p2p/transgui-9999
       merge time: 27 seconds.


Is there a way to show exactly what commit each merge was?


No. If you haven't cleaned your distfiles, you may be able to find out what commit was the last build from, bu all the previous are lost.

You may be able to cross check the date in emerge.log and git history to see approximately what commit was used. If you're lucky and there weren't other commits in that day, you could even find out the exact one.

Best Regards,
Georgi
Back to top
View user's profile Send private message
Anon-E-moose
Watchman
Watchman


Joined: 23 May 2008
Posts: 6143
Location: Dallas area

PostPosted: Thu Jul 18, 2024 2:25 pm    Post subject: Reply with quote

emerge --info -v and look for EGIT3_STORE_DIR

Go to that directory, find git repo, cd to that, do "git log" to see commits.

for wlroots, it's "wlroots_wlroots.git"
_________________
PRIME x570-pro, 3700x, 6.1 zen kernel
gcc 13, profile 17.0 (custom bare multilib), openrc, wayland
Back to top
View user's profile Send private message
Chiitoo
Administrator
Administrator


Joined: 28 Feb 2010
Posts: 2667
Location: Here and Away Again

PostPosted: Thu Jul 18, 2024 9:42 pm    Post subject: Reply with quote

The log file for the actualy build would also show the commit, if still available.
_________________
Kindest of regardses.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum