summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
...
* fix closure rewritesMike Gabriel2013-12-211-1/+2
|
* fix nice calls with qemubuilderMike Gabriel2013-12-181-5/+5
|
* run the build daemons with nice to not affect the KVM instances on the build ↵Mike Gabriel2013-12-182-7/+7
| | | | server so much
* Revert "rename component main to release for rpm builds"Mike Gabriel2013-12-171-1/+1
| | | | This reverts commit 72de17fa693fdf669e54bfbb8f5d1e90c706e7b4.
* rename component main to release for rpm buildsMike Gabriel2013-12-171-1/+1
|
* capture new version strings in changelogMike Gabriel2013-12-171-0/+1
|
* fix clean up of old RPM buildsMike Gabriel2013-12-161-5/+1
|
* switch CODENAME and COMPONENT around in RPM repo upload pathMike Gabriel2013-12-141-5/+5
|
* auto-delay forced builds, as if several builds are triggered at once, this ↵Mike Gabriel2013-12-132-0/+15
| | | | is likely to fail (repoquery locks, dpkg-source on changing Git files)
* fix for last commitMike Gabriel2013-12-081-6/+8
|
* move SRPM builds into distro/version/arch loopMike Gabriel2013-12-081-43/+41
|
* typo fixMike Gabriel2013-12-081-1/+1
|
* fix inclusion of Source: filesMike Gabriel2013-12-081-4/+3
|
* output build.log also on build failures, remove tmp dir if build failsMike Gabriel2013-12-081-6/+16
|
* wait for other builds to give free mock for the same distro version and archMike Gabriel2013-12-081-0/+8
|
* clean up previous SRPM packages from build envMike Gabriel2013-12-081-0/+1
|
* fix for last commitMike Gabriel2013-12-081-1/+1
|
* change RPM archive structure once moreMike Gabriel2013-12-081-5/+5
|
* output mock's build.log after build to stdoutMike Gabriel2013-12-081-0/+2
|
* upload RPMs to project subfolders in yum repositoryMike Gabriel2013-12-071-5/+5
|
* fix test for quilt patch series fileMike Gabriel2013-12-061-1/+1
|
* use quilt to apply patchsets in debian/patchesMike Gabriel2013-12-061-0/+6
|
* ignore Source0: in spec fileMike Gabriel2013-12-061-1/+1
|
* prefer files in rpm/ subfolder, continue with next source file if we found a ↵Mike Gabriel2013-12-031-1/+1
| | | | file here
* try to grab RPM source files from upstream projectMike Gabriel2013-12-031-0/+5
|
* add lock file support to build-rpm-package, as wellMike Gabriel2013-12-031-0/+27
|
* only lock workspace during prepare_workspaceMike Gabriel2013-12-031-2/+3
|
* rather sleep for 300 seconds if our build is blockedMike Gabriel2013-12-031-2/+2
|
* only sleep for 10secs if we really need to sleep moreMike Gabriel2013-12-031-2/+4
|
* fix wait_for_lockMike Gabriel2013-12-031-1/+1
|
* syntax fixMike Gabriel2013-12-031-1/+1
|
* lock PROJECT_DIR during git sync, needed for parallel buildsMike Gabriel2013-12-031-1/+23
|
* ssh breaks while loops. Redirect stdin to avoid it.Mike Gabriel2013-12-011-8/+8
|
* remove inappropriate commentsMike Gabriel2013-11-301-4/+0
|
* allow input of *_BUILD_FOR variable from outside the scriptMike Gabriel2013-11-302-6/+6
|
* split-up DISTS_SUPPORTED var into DEB_DISTS_SUPPORTED and RPM_DISTS_SUPPORTEDMike Gabriel2013-11-302-6/+6
|
* fix check for empty stringMike Gabriel2013-11-302-2/+3
|
* rename RPM_BUILDS_FOR/DEB_BUILDS_FOR to RPM_BUILD_FOR/DEB_BUILD_FORMike Gabriel2013-11-302-12/+12
|
* don't write the DEB_BUILDS_FOR config to file anymore, handle as variable in ↵Mike Gabriel2013-11-301-22/+16
| | | | memory
* don't write the RPM_BUILDS_FOR config to file anymore, handle as variable in ↵Mike Gabriel2013-11-301-22/+15
| | | | memory
* include in repos pathsMike Gabriel2013-11-301-4/+7
|
* don't create non-0 exit codes...Mike Gabriel2013-11-301-1/+1
|
* fix permissions of rpmsign-unattendedMike Gabriel2013-11-301-0/+0
|
* make FORCE_BUILD usable from outside the scriptMike Gabriel2013-11-302-4/+8
|
* make sure ↵Mike Gabriel2013-11-302-0/+4
| | | | /home/mike/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games includes ~/bin
* fix expect scriptMike Gabriel2013-11-301-1/+1
|
* fix SSH call for createrepoMike Gabriel2013-11-301-1/+1
|
* ignore builds with no .rpm filesMike Gabriel2013-11-301-1/+1
|
* skip EPEL-5 buildsMike Gabriel2013-11-301-1/+1
|
* run rpmsign in an unattended wayMike Gabriel2013-11-302-2/+8
|