Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (40 - 42 of 344)

Ticket Resolution Summary Owner Reporter
#233 invalid rpmbuild-bot: Add commit command dmik
Description

The common build cycle is rpmbuild-bot PACKAGE test followed by rpmbuild-bot PACKAGE followed by rpmbuild-bot PACKAGE upload. All steps are usually done on the same machine and the third one commits the resulting .spec file after all .RPMs are successfully uploaded.

However, there is a different scheme used by e.g. Y. Dario. He first makes a test build on his local machine, then commits the .spec file, then runs the main build and the upload command on a remote machine. Perhaps, we should add a commit command to rpmbuild-bot that just shows the .spec diff and then commits it. To have unified version checks, unified commit messages and so on. Should be trivial.

#234 invalid rpmbuild-bot: Add auto cleanup of old packages dmik
Description

We should purge old packages as new ones get released — this is to avoid cluttering the repositories with outdated and unneeded RPMs. Currently we do it by hand which is very time consuming and error prone.

A better idea is to teach rpmbuild-bot to automatically move outdated packages to a trash area when newer ones for a given program are uploaded. The trash is then to be purged each few months. This approach will require to store package build logs (used as indexes to collect RPM files belonging to a single build) on the repository machine rather than locally. But that's a needed feature anyway as it will allow to e.g. move packages between repositories not only by a person who built it but by anyone who has the required access.

#353 fixed rpmbuild error on %scm_source Alex Taylor
Description

I'm trying to run rpmbuild pulling code from SVN.

This works fine on the OS/2 installation on my old laptop. Same SPEC file. However, on my new install, rpmbuild only returns with this error.

> rpmbuild -ba --nodeps SPECS\arcamapper.spec

error: line 23: Unknown tag: %scm_source svn https://svn.arcanoae.com/arcamapper/trunk 263

Am I missing some prerequisite? I've reviewed the instructions on the RPM HowTo? Packagers page but I can't see anything obvious.

The only differences I can see between the RPM installs on my old and new systems is that the old system has rpm and rpmbuild 4.13.0-19 (i686) and the new one has 4.13.0-20 (pentium4). And the old system has SVN 1.6 and the new one has SVN 1.14.

Note: See TracQuery for help on using queries.