@eht16 commented on this pull request.


> +     COMPILER_VERSION=$(gcc -dumpfullversion)
+
+       echo "Debian Distribution  : $(grep PRETTY_NAME /etc/os-release | cut 
-d '=' -f 2)"
+       echo "Geany version        : ${GEANY_VERSION}"
+       echo "Geany GIT revision   : ${GEANY_GIT_REVISION}"
+       echo "GLib version         : ${GLIB_VERSION}"
+       echo "GTK version          : ${GTK_VERSION}"
+       echo "GCC version          : ${COMPILER_VERSION}"
+
+       cat <<EOT > ${OUTPUT_DIRECTORY}/geany/versions.json
+       {
+               "glib_version": "${GLIB_VERSION}",
+               "gtk_version": "${GTK_VERSION}",
+               "gcc_version": "${COMPILER_VERSION}",
+       }
+EOT

They are gone with the whole Debian code.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/infrastructure/pull/7#discussion_r1006799657
You are receiving this because you are subscribed to this thread.

Message ID: <geany/infrastructure/pull/7/review/1158165...@github.com>

Reply via email to