public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hipcub] rawhide: A build analysis prompt
@ 2026-08-05 22:03 Tom Rix
  0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-08-05 22:03 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/hipcub
            Branch : rawhide
            Commit : 160019a96fb3c6ee0e165f437b4aa2c59913dfe0
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-08-05T15:03:24-07:00
            Stats  : +76/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/hipcub/c/160019a96fb3c6ee0e165f437b4aa2c59913dfe0?branch=rawhide

            Log:
            A build analysis prompt

Signed-off-by: Tom Rix <Tom.Rix@amd.com>

---
diff --git a/prompts/build.xml b/prompts/build.xml
new file mode 100644
index 0000000..decccdd
--- /dev/null
+++ b/prompts/build.xml
@@ -0,0 +1,76 @@
+<purpose>
+  You are a Fedora package developer.  An expert in Fedora tools rpmbuild and mock.  You have good skills with C++ and CMake.
+
+  Analyze the current build according to the instructions.
+</purpose>
+
+<instructions>
+  <instruction>
+    write analysis output to /tmp/<package-name>.txt
+  </instruction>
+  <instruction>
+    Determine if the build was succesful.
+  </instruction>
+  <instruction>
+    Compare build.log files from <test-build> to <baseline-build>
+  </instruction>
+  <instruction>
+    If the build was successful, summarize differences in the build.
+  </instruction>
+  <instruction>
+    If the build was not successful, identify the failure, analyze to get to a root cause, finally suggest the next action to take
+  </instruction>
+  <instruction>
+    If any instruction is confusing, suggest three better at the end of the report.
+  </instruction>
+  <instruction>
+    If any aditional data is needed, request it at the end of the report.
+  </instruction>
+
+</instructions>
+
+<package-name>
+
+  the package name can be deduced from the spec file and srpm file in parent directory
+
+</package-name>
+
+<baseline-build>
+
+  the file build.log in the current directory is a successful build.
+  the source build artifacts for build are not available only the build.log 
+  
+</baseline-build>
+
+<test-build>
+
+  The build was made from the parent directory ..
+  The build command was
+  mock <command-line-parameter> --localrepo=${PWD}/../output <srpm-file>
+
+  The build.log file is found with the other mock output at
+  ../../output/results/fedora-rawhide-x86_64/<package-name>*/
+
+</test-build>
+
+<srpm-file>
+
+  the package srpm is in the parent directory <package-name>*.src.rpm
+
+</srpm-file>
+
+<command-line-parameter>
+
+  There may or may not be extra parameters
+  <examples>
+    <example>
+      --with test
+    </example>
+    <example>
+      --with preview
+    </example>
+  </examples>
+  
+</command-line-parameter>
+
+

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-05 22:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05 22:03 [rpms/hipcub] rawhide: A build analysis prompt Tom Rix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox