#239 A test for CI to run
Closed 2 years ago by rcritten. Opened 2 years ago by rcritten.
rcritten/certmonger test  into  master

file added
+9
@@ -0,0 +1,9 @@ 

+ srpm:

+ 	pushd "${cloned_repodir}"; \

+ 	git archive -v --format=tar --prefix=certmonger-0.79.15/ HEAD | gzip > certmonger-0.79.15.tar.gz; \

+ 	rpmbuild \

+ 		 --define "_sourcedir `pwd`" \

+ 		--define "_srcrpmdir ${outdir}" \

+ 		-bs `pwd`/certmonger.spec; \

+ 	popd

+ 

file added
+1
@@ -0,0 +1,1 @@ 

+ Just a test file

file modified
+2
@@ -15,6 +15,8 @@ 

   * along with this program.  If not, see <http://www.gnu.org/licenses/>.

   */

  

+ Obviously bad code

+ 

  #include "config.h"

  

  #include <sys/param.h>

copr builds are failing after adding a configure option to upstream certmonger.spec

It's as if it is using the wrong tarball/not applying all changes

1 new commit added

  • Include a broken change
2 years ago

Confirmed. It's using the upstream release tarball.

1 new commit added

  • Tell copr how to build a srpm with the current repo
2 years ago

Pull-Request has been closed by rcritten

2 years ago