AUC: Map SnapShot builds to which patches?

Using AUC on a RT3200.. how can I map what changes/patches "22.03-SNAPSHOT - r19446-f393581f66" uses within GIT: https://git.openwrt.org/?p=openwrt/openwrt.git;a=shortlog;h=refs/heads/openwrt-22.03? How do I know what I'm getting?

image

f393581f66 is the short hash of the latest git commit that the tree was at when the image was compiled.

You can also match the SVN style revision number r19446 to the tree but you need a local git tree for that. Won't work for AUC.

Sounds like I can use this url to figure out the latest git commit: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=8b4169f1c9

1 Like

Yes that is the shortened commit hash.