]> git.pld-linux.org Git - projects/pld-builder.new.git/log
projects/pld-builder.new.git
8 years agoupdate source kernel packages list
Jan Rękorajski [Sun, 24 Apr 2016 21:54:15 +0000 (06:54 +0900)]
update source kernel packages list

8 years ago- remove kernels 3.10 and 3.14, add 4.4
Jan Rękorajski [Sun, 24 Apr 2016 18:00:15 +0000 (20:00 +0200)]
- remove kernels 3.10 and 3.14, add 4.4

8 years agono need for git related vars
Elan Ruusamäe [Sun, 20 Mar 2016 10:10:13 +0000 (12:10 +0200)]
no need for git related vars

8 years agoMake builddir as short as possible.
Arkadiusz Miśkiewicz [Wed, 27 Jan 2016 19:51:52 +0000 (20:51 +0100)]
Make builddir as short as possible.

We want /tmp/B.XYZ to be as short as possible. It ends up in various
process building paths which can lead to:
make[2]: execvp: /bin/sh: Argument list too long

8 years ago- drop sysdig kernel package
Jan Rękorajski [Sun, 24 Jan 2016 23:35:32 +0000 (00:35 +0100)]
- drop sysdig kernel package

8 years agoformat requests with relative date
Elan Ruusamäe [Wed, 20 Jan 2016 16:22:13 +0000 (18:22 +0200)]
format requests with relative date

seems the current implementation showing in users' timezone was broken
anyway when DST is not active

8 years agodrop branch from xtables-addons def
Jan Rękorajski [Sat, 5 Dec 2015 11:37:15 +0000 (12:37 +0100)]
drop branch from xtables-addons def

8 years agoProcess log from end and stop at first 'Processing files' occurence. Fixes case when...
Arkadiusz Miśkiewicz [Sat, 5 Dec 2015 09:36:03 +0000 (10:36 +0100)]
Process log from end and stop at first 'Processing files' occurence. Fixes case when it incorrectly found 'Wote: xyz' (and tried to copy to ftp) files from %build or %install section (for example python3 builds own small rpm packages in distutils test).

8 years agoinclude php4 in php plays
Elan Ruusamäe [Sat, 3 Oct 2015 22:57:54 +0000 (01:57 +0300)]
include php4 in php plays

8 years agoavoid ValueError
Elan Ruusamäe [Mon, 28 Sep 2015 19:38:49 +0000 (22:38 +0300)]
avoid ValueError

8 years agoadd php 7.0
Elan Ruusamäe [Mon, 28 Sep 2015 19:32:50 +0000 (22:32 +0300)]
add php 7.0

this gives error otherwise:

  File "/home/users/builderth/pld-builder.new/PLD_Builder/install.py", line 164, in install_br
    f = chroot.popen("poldek --test --test --noask --caplookup -Q -v %s --upgrade %s" % (b.ignores(), br), user = "root")
  File "/home/users/builderth/pld-builder.new/PLD_Builder/request.py", line 376, in ignores
    ignores.extend(self.php_ignores())
  File "/home/users/builderth/pld-builder.new/PLD_Builder/request.py", line 359, in php_ignores
    php_versions.remove(php_version)
ValueError: list.remove(x): x not in list

8 years agoadd php 7.0 lin
Elan Ruusamäe [Mon, 28 Sep 2015 19:17:43 +0000 (22:17 +0300)]
add php 7.0 lin

8 years ago- really get rid of 3.4 and add 4.1
Jan Rękorajski [Sat, 26 Sep 2015 22:56:25 +0000 (00:56 +0200)]
- really get rid of 3.4 and add 4.1

8 years ago- good bye 3.4
Jan Rękorajski [Fri, 25 Sep 2015 06:26:47 +0000 (08:26 +0200)]
- good bye 3.4

8 years ago- added 4.1 kernel
Jan Rękorajski [Thu, 24 Sep 2015 18:16:15 +0000 (20:16 +0200)]
- added 4.1 kernel

8 years agorebuild-kernel-packages.py update
Jan Rękorajski [Sat, 1 Aug 2015 11:28:50 +0000 (13:28 +0200)]
rebuild-kernel-packages.py update

- added noinstall arg to avoid upgrading kernel packages on src builder
- do test builds from HEAD

8 years agoadd sysdig to compiled kernel packages
Elan Ruusamäe [Sun, 26 Jul 2015 19:13:42 +0000 (22:13 +0300)]
add sysdig to compiled kernel packages

8 years agouse ordered list in queue page
Elan Ruusamäe [Thu, 2 Jul 2015 22:17:33 +0000 (01:17 +0300)]
use ordered list in queue page

9 years ago- dropped blcr kernel module from Th, project looks dead, uses obsolete kernel code
Jan Rękorajski [Mon, 25 May 2015 10:03:03 +0000 (12:03 +0200)]
- dropped blcr kernel module from Th, project looks dead, uses obsolete kernel code

9 years agorebuild-kernel-packages.py: fix building packages from specific branch
Jan Rękorajski [Sun, 17 May 2015 20:25:35 +0000 (22:25 +0200)]
rebuild-kernel-packages.py: fix building packages from specific branch

9 years agoRemove obsolete rebuild-th-kernel.sh
Jan Rękorajski [Sun, 17 May 2015 18:22:09 +0000 (20:22 +0200)]
Remove obsolete rebuild-th-kernel.sh

9 years agoReplace rebuild-th-kernel.sh with rebuild-kernel-packages.py
Jan Rękorajski [Sun, 17 May 2015 18:19:29 +0000 (20:19 +0200)]
Replace rebuild-th-kernel.sh with rebuild-kernel-packages.py

9 years agoset -x visible now
Elan Ruusamäe [Sat, 9 May 2015 21:11:50 +0000 (00:11 +0300)]
set -x visible now

9 years agoaccess defines properly
Elan Ruusamäe [Sat, 9 May 2015 21:05:37 +0000 (00:05 +0300)]
access defines properly

9 years agofix method name
Elan Ruusamäe [Sat, 9 May 2015 08:14:56 +0000 (11:14 +0300)]
fix method name

AttributeError: Batch instance has no attribute 'ignores'

9 years agoavoid using ignores arg as package name
Elan Ruusamäe [Fri, 8 May 2015 20:01:12 +0000 (23:01 +0300)]
avoid using ignores arg as package name

9 years agouse ignores also when checking conflicts
Elan Ruusamäe [Fri, 8 May 2015 19:32:20 +0000 (22:32 +0300)]
use ignores also when checking conflicts

9 years agochroot cmd not visible, log otherwise
Elan Ruusamäe [Fri, 8 May 2015 19:29:49 +0000 (22:29 +0300)]
chroot cmd not visible, log otherwise

9 years agoexperimental php version blacklisting based on build context
Elan Ruusamäe [Fri, 8 May 2015 19:17:11 +0000 (22:17 +0300)]
experimental php version blacklisting based on build context

9 years agoif called as php.sh, invoke all php versions
Elan Ruusamäe [Fri, 8 May 2015 18:26:38 +0000 (21:26 +0300)]
if called as php.sh, invoke all php versions

9 years agoadd relup support
Elan Ruusamäe [Wed, 25 Feb 2015 16:40:03 +0000 (18:40 +0200)]
add relup support

9 years agoadd note what -s option would do
Elan Ruusamäe [Tue, 24 Feb 2015 21:38:52 +0000 (23:38 +0200)]
add note what -s option would do

9 years agoadd symlink to build packages against php-5.6
Elan Ruusamäe [Wed, 7 Jan 2015 11:21:13 +0000 (13:21 +0200)]
add symlink to build packages against php-5.6

9 years agoadd wait option
Elan Ruusamäe [Mon, 15 Dec 2014 19:52:56 +0000 (21:52 +0200)]
add wait option

9 years agoPass bconds and defines to builder script for auto-tagging
Jan Rękorajski [Fri, 28 Nov 2014 10:17:14 +0000 (11:17 +0100)]
Pass bconds and defines to builder script for auto-tagging

9 years agoCatch corrupted queue.gz errors.
Arkadiusz Miśkiewicz [Sun, 23 Nov 2014 17:35:18 +0000 (18:35 +0100)]
Catch corrupted queue.gz errors.

9 years agoProtocol-less url.
Arkadiusz Miśkiewicz [Mon, 10 Nov 2014 22:57:49 +0000 (23:57 +0100)]
Protocol-less url.

9 years agoFilename is optional.
Arkadiusz Miśkiewicz [Mon, 10 Nov 2014 19:21:22 +0000 (20:21 +0100)]
Filename is optional.

9 years agoRun thru pythons reindent.py
Arkadiusz Miśkiewicz [Mon, 10 Nov 2014 18:13:21 +0000 (19:13 +0100)]
Run thru pythons reindent.py

9 years agoChecking for application/x-www-form-urlencoded content-type made no sense since we...
Arkadiusz Miśkiewicz [Mon, 10 Nov 2014 18:09:01 +0000 (19:09 +0100)]
Checking for application/x-www-form-urlencoded content-type made no sense since we send no such data and this only worked due to luck.

9 years agoCheck if content-type headers exists.
Arkadiusz Miśkiewicz [Mon, 10 Nov 2014 17:50:08 +0000 (18:50 +0100)]
Check if content-type headers exists.

9 years agoUnknown filename by default.
Arkadiusz Miśkiewicz [Mon, 10 Nov 2014 15:39:14 +0000 (16:39 +0100)]
Unknown filename by default.

9 years agoUse system cacerts.
Arkadiusz Miśkiewicz [Mon, 10 Nov 2014 15:30:17 +0000 (16:30 +0100)]
Use system cacerts.

9 years agohttps is now on port 1235.
Arkadiusz Miśkiewicz [Mon, 10 Nov 2014 14:25:35 +0000 (15:25 +0100)]
https is now on port 1235.

9 years agoProvide http and https interfaces by default.
Arkadiusz Miśkiewicz [Mon, 10 Nov 2014 14:23:28 +0000 (15:23 +0100)]
Provide http and https interfaces by default.

9 years agoSwitch to https for client/request handler server and between builders communication...
Arkadiusz Miśkiewicz [Mon, 10 Nov 2014 13:23:00 +0000 (14:23 +0100)]
Switch to https for client/request handler server and between builders communication. (TODO: certs verification)

9 years agoUse new _make_opts rpm macro for -Otarget.
Arkadiusz Miśkiewicz [Sat, 1 Nov 2014 16:31:42 +0000 (17:31 +0100)]
Use new _make_opts rpm macro for -Otarget.

9 years agoEscape percent.
Arkadiusz Miśkiewicz [Sat, 1 Nov 2014 14:27:16 +0000 (15:27 +0100)]
Escape percent.

9 years agoRedefine make to use --output-sync=target (requires make >= 4.0) to make build logs...
Arkadiusz Miśkiewicz [Sat, 1 Nov 2014 14:07:49 +0000 (15:07 +0100)]
Redefine make to use --output-sync=target (requires make >= 4.0) to make build logs more readable.

9 years agoRun changelog query under UTF-8 locale, so we get non-ascii names properly displaed.
Arkadiusz Miśkiewicz [Sat, 18 Oct 2014 11:01:07 +0000 (13:01 +0200)]
Run changelog query under UTF-8 locale, so we get non-ascii names properly displaed.

9 years agoSend report mails separately to requester and list
Jan Rękorajski [Sat, 27 Sep 2014 11:50:21 +0000 (13:50 +0200)]
Send report mails separately to requester and list

"Some" mail providers do deduplication solely based on the
message-id, thus making mail sent to list and requester show
only once if requester is subscribed to list.
By sending two mails with different message-id we can work
around this.

9 years agoprint rpm changelog when building it (includes git hash)
Elan Ruusamäe [Tue, 22 Jul 2014 07:12:42 +0000 (10:12 +0300)]
print rpm changelog when building it (includes git hash)

9 years agophp: cleanups
Elan Ruusamäe [Thu, 10 Jul 2014 16:58:52 +0000 (19:58 +0300)]
php: cleanups

9 years ago- typo
Jan Rękorajski [Thu, 10 Jul 2014 06:03:06 +0000 (08:03 +0200)]
- typo

9 years ago- added comment which packages have or don't userspace bits
Jan Rękorajski [Tue, 8 Jul 2014 21:12:10 +0000 (23:12 +0200)]
- added comment which packages have or don't userspace bits

9 years ago- added 3.14 to the th kernels list
Jan Rękorajski [Tue, 8 Jul 2014 18:44:58 +0000 (20:44 +0200)]
- added 3.14 to the th kernels list

9 years ago- rework kernel packages rebuild script for new naming scheme
Jan Rękorajski [Tue, 8 Jul 2014 18:36:59 +0000 (20:36 +0200)]
- rework kernel packages rebuild script for new naming scheme

10 years agophp: do not uninstall php-devel
Elan Ruusamäe [Wed, 21 May 2014 18:37:44 +0000 (21:37 +0300)]
php: do not uninstall php-devel

10 years agokeep pdksh as well (for ac). refs 98dc090c0
Elan Ruusamäe [Tue, 20 May 2014 19:12:04 +0000 (22:12 +0300)]
keep pdksh as well (for ac). refs 98dc090c0

10 years agopython2.4 fix v0.6.20140520
Elan Ruusamäe [Tue, 20 May 2014 18:25:53 +0000 (21:25 +0300)]
python2.4 fix

10 years agouse standard sendmail path, do not rely on postfix or sendmail installation path
Elan Ruusamäe [Fri, 16 May 2014 05:54:00 +0000 (08:54 +0300)]
use standard sendmail path, do not rely on postfix or sendmail installation path

10 years agov1.87 for make-request script
Elan Ruusamäe [Fri, 16 May 2014 05:52:07 +0000 (08:52 +0300)]
v1.87 for make-request script

10 years agolinks to php branches
Elan Ruusamäe [Fri, 16 May 2014 05:50:41 +0000 (08:50 +0300)]
links to php branches

10 years agorename php52.sh to php.sh as it's not generic to php52 branch only
Elan Ruusamäe [Fri, 16 May 2014 05:49:36 +0000 (08:49 +0300)]
rename php52.sh to php.sh as it's not generic to php52 branch only

10 years agodo not fetch tags by default, if needed use -a option yourself
Elan Ruusamäe [Fri, 16 May 2014 05:48:34 +0000 (08:48 +0300)]
do not fetch tags by default, if needed use -a option yourself

10 years agouse distfiles mail directly to cvs machine
Elan Ruusamäe [Fri, 16 May 2014 05:47:43 +0000 (08:47 +0300)]
use distfiles mail directly to cvs machine

this avoids annoying additional delays with the mail extra hops

10 years agoadd -v option to help
Elan Ruusamäe [Fri, 16 May 2014 05:46:24 +0000 (08:46 +0300)]
add -v option to help

10 years agoQuote names in links to git repos in queue.html
Kacper Kornet [Thu, 30 Jan 2014 20:42:47 +0000 (20:42 +0000)]
Quote names in links to git repos in queue.html

10 years agoUse longer timeout - 30s.
Arkadiusz Miśkiewicz [Sat, 25 Jan 2014 10:26:48 +0000 (11:26 +0100)]
Use longer timeout - 30s.

10 years ago- Added kget, krfb and kppp, which were previously part of kdenetwork.
Lukasz Masko [Wed, 8 Jan 2014 14:02:33 +0000 (15:02 +0100)]
- Added kget, krfb and kppp, which were previously part of kdenetwork.

10 years ago- updated package list, droped fglrx-legacy
Jan Rękorajski [Sun, 5 Jan 2014 18:09:58 +0000 (19:09 +0100)]
- updated package list, droped fglrx-legacy
- updated for new split userspace <-> kernel build system

10 years agoReset topdir before every package in loop v0.6.20131218
Jan Rękorajski [Sat, 30 Nov 2013 17:19:13 +0000 (18:19 +0100)]
Reset topdir before every package in loop

10 years agomention that gpg import must be done as builder user
Elan Ruusamäe [Sat, 23 Nov 2013 04:13:42 +0000 (06:13 +0200)]
mention that gpg import must be done as builder user

10 years agotypo
Elan Ruusamäe [Sat, 23 Nov 2013 04:13:10 +0000 (06:13 +0200)]
typo

10 years agoCheck machine load for prio (-1000,0), too.
Arkadiusz Miśkiewicz [Wed, 30 Oct 2013 13:04:32 +0000 (14:04 +0100)]
Check machine load for prio (-1000,0), too.

10 years agoAdd separate locking for tasks with prio (-1000,0) and no locking at all for tasks...
Arkadiusz Miśkiewicz [Wed, 30 Oct 2013 12:52:53 +0000 (13:52 +0100)]
Add separate locking for tasks with prio (-1000,0) and no locking at all for tasks with prio < -1000. Use -1000 only if really needed like some negative priority job stuck.

10 years ago- escape apostrophes in builder options
Jan Rękorajski [Mon, 28 Oct 2013 12:58:59 +0000 (13:58 +0100)]
- escape apostrophes in builder options

10 years ago- define _pld_builder also for srpms
Jan Rękorajski [Mon, 28 Oct 2013 12:51:48 +0000 (13:51 +0100)]
- define _pld_builder also for srpms

10 years ago- more verbose error reporting
Jan Rękorajski [Fri, 25 Oct 2013 06:31:03 +0000 (08:31 +0200)]
- more verbose error reporting

10 years ago- define _pld_builder macro when building rpms
Jan Rękorajski [Fri, 25 Oct 2013 06:15:00 +0000 (08:15 +0200)]
- define _pld_builder macro when building rpms

This macro will allow us to adjust building process for
our builder/ftp infrastructe. An example use will be separating
creation of userspace and kernel module packages from the same spec.
By forcing to either build userspace OR kernel packages from spec
we no longer have to rebuild entire package when kernel version changes.

10 years agoFix default value of $requester_override
Jacek Konieczny [Mon, 21 Oct 2013 13:00:14 +0000 (15:00 +0200)]
Fix default value of $requester_override

10 years agomake-request.sh: allow requester override
Jacek Konieczny [Thu, 17 Oct 2013 09:18:25 +0000 (11:18 +0200)]
make-request.sh: allow requester override

--requester option added to make-request.sh so users with
appropriate privileges (change_requester in acl.conf) can
send requests on behalf of other users.

10 years agorewrite Blacklist_File with set
Kacper Kornet [Mon, 24 Jun 2013 00:13:09 +0000 (01:13 +0100)]
rewrite Blacklist_File with set

10 years agoreload blacklisted list at start of request handling
Kacper Kornet [Mon, 24 Jun 2013 00:05:58 +0000 (01:05 +0100)]
reload blacklisted list at start of request handling

10 years ago- rudimentary blacklist support to prevent listed packages from being built
Jan Rękorajski [Sat, 22 Jun 2013 21:34:46 +0000 (23:34 +0200)]
- rudimentary blacklist support to prevent listed packages from being built

10 years agosupport php 5.4 and php 5.5 as well
Elan Ruusamäe [Fri, 21 Jun 2013 07:43:03 +0000 (10:43 +0300)]
support php 5.4 and php 5.5 as well

10 years agoscript to send php 5.2 extensions
Elan Ruusamäe [Fri, 21 Jun 2013 07:38:24 +0000 (10:38 +0300)]
script to send php 5.2 extensions

10 years agoprint info about defines
Elan Ruusamäe [Fri, 21 Jun 2013 07:36:33 +0000 (10:36 +0300)]
print info about defines

10 years agoError can be string, so check that.
Arkadiusz Miśkiewicz [Thu, 20 Jun 2013 07:19:21 +0000 (09:19 +0200)]
Error can be string, so check that.

10 years agoUse errno from exception reason since error.errno is mostly 0.
Arkadiusz Miśkiewicz [Thu, 20 Jun 2013 07:14:23 +0000 (09:14 +0200)]
Use errno from exception reason since error.errno is mostly 0.

10 years agoRevert "unset CDPATH instead"
Jan Rękorajski [Sun, 9 Jun 2013 15:46:33 +0000 (17:46 +0200)]
Revert "unset CDPATH instead"

This reverts commit bb343a807379d62e16ab2290af489e7f622f7894.

Just redirect to /dev/null, it's shell independent and always works.

10 years agomksh to hold instead of pdksh
Arkadiusz Miśkiewicz [Sun, 9 Jun 2013 15:44:26 +0000 (17:44 +0200)]
mksh to hold instead of pdksh

10 years ago- split package list for head and longterm builds
Jan Rękorajski [Thu, 6 Jun 2013 10:32:22 +0000 (12:32 +0200)]
- split package list for head and longterm builds
- allow building packages from specified branc
- set linuxrdac, lirc, madwifi-ng and xorg-driver-video-fglrx-legacy as longterm-only
- added kernel-net-wl and xorg-driver-video-nvidia-legacy3
- build xtables-addons for longterm kernel from compatible branch

10 years agoRequestors menu goes into bottom/right corner. Add 'everyone' button. Thanks to pepe...
Arkadiusz Miśkiewicz [Thu, 6 Jun 2013 07:24:52 +0000 (09:24 +0200)]
Requestors menu goes into bottom/right corner. Add 'everyone' button. Thanks to pepe@agnat.

11 years agomake filter toolbox float at the top
Elan Ruusamäe [Fri, 26 Apr 2013 07:51:52 +0000 (10:51 +0300)]
make filter toolbox float at the top

11 years agoadd filter by requesters buttons
Elan Ruusamäe [Sat, 20 Apr 2013 16:11:42 +0000 (19:11 +0300)]
add filter by requesters buttons

11 years agoconvert timezone script to jQuery
Elan Ruusamäe [Sat, 20 Apr 2013 16:07:59 +0000 (19:07 +0300)]
convert timezone script to jQuery

11 years agomove script.js, style.css to proper dir
Elan Ruusamäe [Sat, 20 Apr 2013 16:06:16 +0000 (19:06 +0300)]
move script.js, style.css to proper dir

11 years agomove queue.html styles and script to standalone files
Elan Ruusamäe [Sat, 20 Apr 2013 15:55:48 +0000 (18:55 +0300)]
move queue.html styles and script to standalone files

11 years agocommit with Th being default
Elan Ruusamäe [Sat, 20 Apr 2013 15:45:04 +0000 (18:45 +0300)]
commit with Th being default

This page took 4.73622 seconds and 4 git commands to generate.