]> git.pld-linux.org Git - projects/pld-builder.new.git/log
projects/pld-builder.new.git
12 years ago- move heredocs to individual source files
Elan Ruusamäe [Tue, 28 Dec 2010 13:39:00 +0000 (13:39 +0000)]
- move heredocs to individual source files

Changed files:
    etc/crontab -> 1.1
    etc/poldek.conf -> 1.1
    etc/procmailrc -> 1.1
    etc/rpm.macros -> 1.1

12 years ago- bin builder note
Elan Ruusamäe [Tue, 28 Dec 2010 13:32:36 +0000 (13:32 +0000)]
- bin builder note

Changed files:
    config/builder.conf -> 1.43

12 years ago- typo
Elan Ruusamäe [Mon, 27 Dec 2010 20:32:13 +0000 (20:32 +0000)]
- typo

Changed files:
    doc/README.bin-builder -> 1.7

12 years agotimedelta should make this msg stop lying
Arkadiusz Miśkiewicz [Tue, 21 Dec 2010 21:31:43 +0000 (21:31 +0000)]
timedelta should make this msg stop lying

Changed files:
    PLD_Builder/rpm_builder.py -> 1.125

12 years agoLimit number for make -jX to number of cpus online + 1.
Arkadiusz Miśkiewicz [Tue, 21 Dec 2010 21:09:35 +0000 (21:09 +0000)]
Limit number for make -jX to number of cpus online + 1.

Changed files:
    PLD_Builder/rpm_builder.py -> 1.124

12 years agouse http mode for distfiles
Elan Ruusamäe [Wed, 8 Dec 2010 12:25:41 +0000 (12:25 +0000)]
use http mode for distfiles

wget is unable to preserve timestamps for single file retrieval from ftp
http://www.gnu.org/software/wget/manual/wget.html#FTP-Time_002dStamping-Internals

-N could help, but -N is not compatible with -O

Changed files:
    PLD_Builder/srpm_builder.py -> 1.77

12 years ago- ws cleanup
Elan Ruusamäe [Tue, 16 Nov 2010 09:14:09 +0000 (09:14 +0000)]
- ws cleanup

Changed files:
    doc/ARCHITECTURE -> 1.6

12 years ago- LEAVE AC urls alone!
Elan Ruusamäe [Tue, 16 Nov 2010 09:13:50 +0000 (09:13 +0000)]
- LEAVE AC urls alone!

Changed files:
    client/make-request.sh -> 1.85
    doc/ARCHITECTURE -> 1.5

12 years ago- utf8
Elan Ruusamäe [Tue, 16 Nov 2010 09:09:47 +0000 (09:09 +0000)]
- utf8

Changed files:
    doc/jak-to-dziala.txt -> 1.6
    doc/jak-wysylac-zlecenia.txt -> 1.7

12 years agoMore THization.
Arkadiusz Miśkiewicz [Tue, 16 Nov 2010 08:07:50 +0000 (08:07 +0000)]
More THization.

Changed files:
    PLD_Builder/report.py -> 1.36
    config/builder.conf -> 1.42
    doc/README.bin-builder -> 1.6
    doc/jak-wysylac-zlecenia.txt -> 1.6
    doc/user-manual.txt -> 1.4

12 years ago- avoid fd leak
Arkadiusz Miśkiewicz [Mon, 15 Nov 2010 20:15:20 +0000 (20:15 +0000)]
- avoid fd leak

Changed files:
    PLD_Builder/rpm_builder.py -> 1.123

12 years agos#http://ep09.pld-linux.org:1234#http://src.th.pld-linux.org:1234#
Arkadiusz Miśkiewicz [Sat, 13 Nov 2010 23:13:25 +0000 (23:13 +0000)]
s#http://ep09.pld-linux.org:1234#http://src.th.pld-linux.org:1234#

Changed files:
    client/make-request.sh -> 1.84
    config/builder.conf -> 1.41

12 years agohttp://ep09.pld-linux.org/~builderth -> http://src.th.pld-linux.org
Arkadiusz Miśkiewicz [Sat, 13 Nov 2010 23:12:29 +0000 (23:12 +0000)]
http://ep09.pld-linux.org/~builderth -> http://src.th.pld-linux.org

Changed files:
    client/make-request.sh -> 1.83
    config/builder.conf -> 1.40
    doc/ARCHITECTURE -> 1.4

12 years agoTypo.
Arkadiusz Miśkiewicz [Sat, 13 Nov 2010 22:58:01 +0000 (22:58 +0000)]
Typo.

Changed files:
    PLD_Builder/bqueue.py -> 1.23

12 years agofdopen mode
Arkadiusz Miśkiewicz [Sat, 13 Nov 2010 22:54:58 +0000 (22:54 +0000)]
fdopen mode

Changed files:
    PLD_Builder/bqueue.py -> 1.22
    PLD_Builder/srpm_builder.py -> 1.76

12 years agomkstemp returns file descriptor, convert to file object
Arkadiusz Miśkiewicz [Sat, 13 Nov 2010 22:45:56 +0000 (22:45 +0000)]
mkstemp returns file descriptor, convert to file object

Changed files:
    PLD_Builder/bqueue.py -> 1.21
    PLD_Builder/srpm_builder.py -> 1.75

12 years agoindent
Arkadiusz Miśkiewicz [Sat, 13 Nov 2010 22:31:13 +0000 (22:31 +0000)]
indent

Changed files:
    PLD_Builder/bqueue.py -> 1.20

12 years ago- dump_xyz_fobj() not needed, merge into dump_xyz
Arkadiusz Miśkiewicz [Sat, 13 Nov 2010 22:28:14 +0000 (22:28 +0000)]
- dump_xyz_fobj() not needed, merge into dump_xyz

Changed files:
    PLD_Builder/bqueue.py -> 1.19

12 years agorename/fsync for max_req_no file, too
Arkadiusz Miśkiewicz [Sat, 13 Nov 2010 21:55:47 +0000 (21:55 +0000)]
rename/fsync for max_req_no file, too

Changed files:
    PLD_Builder/srpm_builder.py -> 1.74

12 years agodump to temporary file, try to fsync and then rename (all that to avoid queue file...
Arkadiusz Miśkiewicz [Sat, 13 Nov 2010 21:38:07 +0000 (21:38 +0000)]
dump to temporary file, try to fsync and then rename (all that to avoid queue file corruption on server hangs )

Changed files:
    PLD_Builder/bqueue.py -> 1.18
    PLD_Builder/request_handler.py -> 1.53
    PLD_Builder/srpm_builder.py -> 1.73

12 years agohttp://src.th.pld-linux.org for src th builder
Arkadiusz Miśkiewicz [Sat, 13 Nov 2010 20:41:20 +0000 (20:41 +0000)]
http://src.th.pld-linux.org for src th builder

Changed files:
    client/make-request.sh -> 1.82
    doc/ARCHITECTURE -> 1.3
    doc/jak-wysylac-zlecenia.txt -> 1.5

12 years ago- ensure rpm/SPECS rpm/SOURCES dirs
Elan Ruusamäe [Thu, 11 Nov 2010 16:35:48 +0000 (16:35 +0000)]
- ensure rpm/SPECS rpm/SOURCES dirs

Changed files:
    PLD_Builder/rpm_builder.py -> 1.122

12 years ago- tz without dst fix
Elan Ruusamäe [Thu, 11 Nov 2010 11:55:45 +0000 (11:55 +0000)]
- tz without dst fix

Changed files:
    PLD_Builder/request.py -> 1.90

12 years agoDon't use shell vars. Store command run output in logfile.
Arkadiusz Miśkiewicz [Mon, 1 Nov 2010 21:07:23 +0000 (21:07 +0000)]
Don't use shell vars. Store command run output in logfile.

Changed files:
    PLD_Builder/rpm_builder.py -> 1.121

12 years agoMake sure that you can delete all files (even with no write rights).
Arkadiusz Miśkiewicz [Mon, 1 Nov 2010 21:04:14 +0000 (21:04 +0000)]
Make sure that you can delete all files (even with no write rights).

Changed files:
    PLD_Builder/rpm_builder.py -> 1.120

12 years agoGet tree_arch as string.
Arkadiusz Miśkiewicz [Wed, 20 Oct 2010 17:13:22 +0000 (17:13 +0000)]
Get tree_arch as string.

Changed files:
    PLD_Builder/request.py -> 1.89

12 years agobin builders run script from cron, so it yells about 'acl.conf has changed' at every...
Arkadiusz Miśkiewicz [Wed, 20 Oct 2010 17:05:40 +0000 (17:05 +0000)]
bin builders run script from cron, so it yells about 'acl.conf has changed' at every run. Avoid that. Tell us only when acl.conf has really been changed while script was running.

Changed files:
    PLD_Builder/acl.py -> 1.28

12 years ago- replace bigger crap with smaller one
Arkadiusz Miśkiewicz [Wed, 13 Oct 2010 13:37:37 +0000 (13:37 +0000)]
- replace bigger crap with smaller one

Changed files:
    PLD_Builder/request.py -> 1.88

12 years ago- try to fix the th-dev wrong arch issue
shadzik [Wed, 13 Oct 2010 13:22:16 +0000 (13:22 +0000)]
- try to fix the th-dev wrong arch issue

Changed files:
    PLD_Builder/request.py -> 1.87

12 years ago- kdegames after kdebindings
shadzik [Wed, 6 Oct 2010 18:28:39 +0000 (18:28 +0000)]
- kdegames after kdebindings

Changed files:
    client/kde4send2builders.sh -> 1.39

12 years ago- add fix for autotag detection on ti-dev
shadzik [Wed, 6 Oct 2010 15:13:50 +0000 (15:13 +0000)]
- add fix for autotag detection on ti-dev

Changed files:
    client/kde4send2builders.sh -> 1.38

12 years ago- update desc for libs
shadzik [Wed, 6 Oct 2010 13:40:45 +0000 (13:40 +0000)]
- update desc for libs

Changed files:
    client/kde4send2builders.sh -> 1.37

12 years ago- strip GMT as well
Elan Ruusamäe [Wed, 15 Sep 2010 18:34:10 +0000 (18:34 +0000)]
- strip GMT as well

Changed files:
    PLD_Builder/request_handler_server.py -> 1.23

12 years ago- remove comma, looks more same as js date. noted by pawelz
Elan Ruusamäe [Wed, 15 Sep 2010 18:31:01 +0000 (18:31 +0000)]
- remove comma, looks more same as js date. noted by pawelz

Changed files:
    PLD_Builder/request.py -> 1.86

12 years ago- display date stamps in local time by using javascript on client side
Elan Ruusamäe [Thu, 9 Sep 2010 20:54:29 +0000 (20:54 +0000)]
- display date stamps in local time by using javascript on client side

Changed files:
    PLD_Builder/bqueue.py -> 1.17
    PLD_Builder/request.py -> 1.85
    PLD_Builder/request_handler_server.py -> 1.22

12 years ago- invoke poldek twice, so broken sources won't omit whole upgrade
Elan Ruusamäe [Mon, 6 Sep 2010 15:20:03 +0000 (15:20 +0000)]
- invoke poldek twice, so broken sources won't omit whole upgrade
- correct details which notify mode being used

Changed files:
    client/make-request.sh -> 1.81

12 years ago- db dumping did not work either, symlink or upgrade rpm
Elan Ruusamäe [Wed, 1 Sep 2010 19:43:10 +0000 (19:43 +0000)]
- db dumping did not work either, symlink or upgrade rpm

Changed files:
    doc/README.bin-builder -> 1.5

12 years ago- dropin, if script present
Elan Ruusamäe [Wed, 1 Sep 2010 11:31:13 +0000 (11:31 +0000)]
- dropin, if script present

Changed files:
    Makefile -> 1.8

12 years ago- some s*tt with packages getting lost initially
Elan Ruusamäe [Wed, 1 Sep 2010 11:30:03 +0000 (11:30 +0000)]
- some s*tt with packages getting lost initially

Changed files:
    doc/README.bin-builder -> 1.4

12 years ago- update bootstrap
Elan Ruusamäe [Wed, 1 Sep 2010 09:28:12 +0000 (09:28 +0000)]
- update bootstrap

Changed files:
    doc/README.bin-builder -> 1.3

12 years ago- revert previous change
Elan Ruusamäe [Tue, 31 Aug 2010 19:40:05 +0000 (19:40 +0000)]
- revert previous change
- nonfatal buildtime hacks

Changed files:
    PLD_Builder/request.py -> 1.84

12 years ago- simplify
Elan Ruusamäe [Tue, 31 Aug 2010 17:31:57 +0000 (17:31 +0000)]
- simplify

Changed files:
    PLD_Builder/request.py -> 1.83

12 years ago- really
Elan Ruusamäe [Tue, 31 Aug 2010 16:03:21 +0000 (16:03 +0000)]
- really

Changed files:
    PLD_Builder/request.py -> 1.82

12 years ago- test before commit
Elan Ruusamäe [Tue, 31 Aug 2010 16:02:07 +0000 (16:02 +0000)]
- test before commit

Changed files:
    PLD_Builder/request.py -> 1.81

12 years ago- keep some stats in tooltip
Elan Ruusamäe [Tue, 31 Aug 2010 16:00:30 +0000 (16:00 +0000)]
- keep some stats in tooltip

Changed files:
    PLD_Builder/request.py -> 1.80

12 years agoShow number of days, too.
Arkadiusz Miśkiewicz [Tue, 31 Aug 2010 10:06:58 +0000 (10:06 +0000)]
Show number of days, too.

Changed files:
    PLD_Builder/rpm_builder.py -> 1.119

12 years ago- a bit more yellow
Elan Ruusamäe [Wed, 25 Aug 2010 17:32:49 +0000 (17:32 +0000)]
- a bit more yellow

Changed files:
    PLD_Builder/request_handler_server.py -> 1.21

12 years ago- restore :target behaviour
Elan Ruusamäe [Wed, 25 Aug 2010 10:27:26 +0000 (10:27 +0000)]
- restore :target behaviour

Changed files:
    PLD_Builder/request_handler_server.py -> 1.20

12 years ago- hilite upgrade jobs as light green
Elan Ruusamäe [Wed, 25 Aug 2010 10:25:30 +0000 (10:25 +0000)]
- hilite upgrade jobs as light green

Changed files:
    PLD_Builder/request.py -> 1.79
    PLD_Builder/request_handler_server.py -> 1.19

12 years ago- add --update-macros to update rpm-build-macros on src builder
Elan Ruusamäe [Mon, 23 Aug 2010 10:14:43 +0000 (10:14 +0000)]
- add --update-macros to update rpm-build-macros on src builder

Changed files:
    client/make-request.sh -> 1.80

12 years ago- support sending to Titanium Devel builders
hawk [Mon, 23 Aug 2010 08:15:14 +0000 (08:15 +0000)]
- support sending to Titanium Devel builders

Changed files:
    client/make-request.sh -> 1.79

12 years ago- bold nick
Elan Ruusamäe [Sat, 21 Aug 2010 20:48:14 +0000 (20:48 +0000)]
- bold nick

Changed files:
    PLD_Builder/request.py -> 1.78

12 years ago- clarify what test (-t) and ready (-r or no option) builds are
Arkadiusz Miśkiewicz [Fri, 20 Aug 2010 07:23:47 +0000 (07:23 +0000)]
- clarify what test (-t) and ready (-r or no option) builds are

Changed files:
    client/make-request.sh -> 1.78

12 years ago- timeout compatible with python 2.4
Arkadiusz Miśkiewicz [Mon, 9 Aug 2010 12:56:16 +0000 (12:56 +0000)]
- timeout compatible with python 2.4

Changed files:
    client/make-request.sh -> 1.77

12 years ago- format commands as <pre> blocks
Elan Ruusamäe [Mon, 2 Aug 2010 11:55:26 +0000 (11:55 +0000)]
- format commands as <pre> blocks

Changed files:
    PLD_Builder/request.py -> 1.77
    PLD_Builder/request_handler_server.py -> 1.18

12 years ago- add kdevelop stuff
shadzik [Sat, 17 Jul 2010 23:05:25 +0000 (23:05 +0000)]
- add kdevelop stuff

Changed files:
    client/kde4send2builders.sh -> 1.36

12 years ago- unify
Elan Ruusamäe [Thu, 8 Jul 2010 10:50:54 +0000 (10:50 +0000)]
- unify

Changed files:
    etc/pld-builder.init -> 1.12

12 years ago- ignore /var/lock/subsys remove readonly fs errors (after fsck wants to reboot system)
Elan Ruusamäe [Thu, 8 Jul 2010 10:49:47 +0000 (10:49 +0000)]
- ignore /var/lock/subsys remove readonly fs errors (after fsck wants to reboot system)

Changed files:
    etc/pld-builder.init -> 1.11

12 years ago- move kde4-kwebkipart before kde4-kdebase
shadzik [Wed, 30 Jun 2010 17:15:57 +0000 (17:15 +0000)]
- move kde4-kwebkipart before kde4-kdebase

Changed files:
    client/kde4send2builders.sh -> 1.35

12 years ago- link queue id to src rpm dir
Elan Ruusamäe [Mon, 7 Jun 2010 20:40:04 +0000 (20:40 +0000)]
- link queue id to src rpm dir

Changed files:
    PLD_Builder/request.py -> 1.76

12 years ago- less brighter default links
Elan Ruusamäe [Mon, 7 Jun 2010 20:14:02 +0000 (20:14 +0000)]
- less brighter default links

Changed files:
    PLD_Builder/request_handler_server.py -> 1.17

12 years ago- link to spec in queue page
Elan Ruusamäe [Mon, 7 Jun 2010 20:09:07 +0000 (20:09 +0000)]
- link to spec in queue page

Changed files:
    PLD_Builder/request.py -> 1.75

12 years ago- python 2.3 compat
Elan Ruusamäe [Mon, 7 Jun 2010 08:52:58 +0000 (08:52 +0000)]
- python 2.3 compat

Changed files:
    PLD_Builder/acl.py -> 1.27

12 years ago- fix id vs no confusion
Elan Ruusamäe [Thu, 3 Jun 2010 17:07:16 +0000 (17:07 +0000)]
- fix id vs no confusion

Changed files:
    PLD_Builder/request.py -> 1.74

12 years ago- a bit smaller padding
Elan Ruusamäe [Thu, 3 Jun 2010 10:20:26 +0000 (10:20 +0000)]
- a bit smaller padding

Changed files:
    PLD_Builder/request_handler_server.py -> 1.16

12 years agoImport stat.
Arkadiusz Miśkiewicz [Wed, 2 Jun 2010 18:04:43 +0000 (18:04 +0000)]
Import stat.

Changed files:
    PLD_Builder/acl.py -> 1.26

12 years agoTry to reload acl.conf on change.
Arkadiusz Miśkiewicz [Wed, 2 Jun 2010 18:03:23 +0000 (18:03 +0000)]
Try to reload acl.conf on change.

Changed files:
    PLD_Builder/acl.py -> 1.25
    PLD_Builder/request_fetcher.py -> 1.29
    PLD_Builder/request_handler.py -> 1.52

12 years ago- improve html/css to be able to refer specific build in queue.html
Elan Ruusamäe [Wed, 2 Jun 2010 17:32:47 +0000 (17:32 +0000)]
- improve html/css to be able to refer specific build in queue.html

Changed files:
    PLD_Builder/request.py -> 1.73
    PLD_Builder/request_handler_server.py -> 1.15

12 years ago- add kde4-koffice-l10n to KOFFICE variable
shadzik [Mon, 17 May 2010 01:10:34 +0000 (01:10 +0000)]
- add kde4-koffice-l10n to KOFFICE variable

Changed files:
    client/kde4send2builders.sh -> 1.34

12 years ago- clean
Elan Ruusamäe [Sun, 9 May 2010 17:08:50 +0000 (17:08 +0000)]
- clean

Changed files:
    doc/README.bin-builder -> 1.2

12 years ago- default log to tail format
Elan Ruusamäe [Sun, 9 May 2010 00:59:51 +0000 (00:59 +0000)]
- default log to tail format

Changed files:
    PLD_Builder/request.py -> 1.72

12 years ago- add styles to page (minified version of www.pld-linux.org styles)
Elan Ruusamäe [Sat, 8 May 2010 18:23:00 +0000 (18:23 +0000)]
- add styles to page (minified version of www.pld-linux.org styles)

Changed files:
    PLD_Builder/bqueue.py -> 1.16
    PLD_Builder/request_handler_server.py -> 1.14

12 years ago- add favicon
Elan Ruusamäe [Fri, 7 May 2010 06:40:56 +0000 (06:40 +0000)]
- add favicon

Changed files:
    PLD_Builder/bqueue.py -> 1.15

12 years ago- kde4-kdebindings need to be build before kde4-kdeedu
shadzik [Sat, 1 May 2010 19:45:03 +0000 (19:45 +0000)]
- kde4-kdebindings need to be build before kde4-kdeedu

Changed files:
    client/kde4send2builders.sh -> 1.33

12 years ago- feformat, add --jobs alias for -j
Elan Ruusamäe [Thu, 29 Apr 2010 10:53:48 +0000 (10:53 +0000)]
- feformat, add --jobs alias for -j

Changed files:
    client/make-request.sh -> 1.76

12 years ago- simplify usage()
Elan Ruusamäe [Thu, 29 Apr 2010 10:50:45 +0000 (10:50 +0000)]
- simplify usage()

Changed files:
    client/make-request.sh -> 1.75

12 years ago- include distfiles fetch request in this simple prog via -df arg
Elan Ruusamäe [Thu, 29 Apr 2010 10:47:47 +0000 (10:47 +0000)]
- include distfiles fetch request in this simple prog via -df arg

Changed files:
    client/make-request.sh -> 1.74

12 years ago- back to old way since new doesn't work
Arkadiusz Miśkiewicz [Sun, 18 Apr 2010 05:37:05 +0000 (05:37 +0000)]
- back to old way since new doesn't work

Changed files:
    PLD_Builder/chroot.py -> 1.40

12 years ago- test yet another version
Arkadiusz Miśkiewicz [Sat, 17 Apr 2010 21:21:53 +0000 (21:21 +0000)]
- test yet another version

Changed files:
    PLD_Builder/chroot.py -> 1.39

12 years agoBetter way of forcing /dev/null as stdin.
Arkadiusz Miśkiewicz [Sat, 17 Apr 2010 20:44:42 +0000 (20:44 +0000)]
Better way of forcing /dev/null as stdin.

Changed files:
    PLD_Builder/chroot.py -> 1.38

12 years ago- reorder
Arkadiusz Miśkiewicz [Tue, 30 Mar 2010 19:29:53 +0000 (19:29 +0000)]
- reorder

Changed files:
    client/make-request.sh -> 1.73

12 years ago- ti updates
Arkadiusz Miśkiewicz [Tue, 30 Mar 2010 19:15:48 +0000 (19:15 +0000)]
- ti updates

Changed files:
    client/make-request.sh -> 1.72

12 years ago- no stdin only for run()
Arkadiusz Miśkiewicz [Mon, 29 Mar 2010 19:05:47 +0000 (19:05 +0000)]
- no stdin only for run()

Changed files:
    PLD_Builder/chroot.py -> 1.37

12 years ago- /dev/null as stdin
Arkadiusz Miśkiewicz [Mon, 29 Mar 2010 15:38:57 +0000 (15:38 +0000)]
- /dev/null as stdin

Changed files:
    PLD_Builder/chroot.py -> 1.36

12 years ago- revert
Arkadiusz Miśkiewicz [Mon, 29 Mar 2010 15:38:32 +0000 (15:38 +0000)]
- revert

Changed files:
    PLD_Builder/chroot.py -> 1.35

12 years ago- no stdin
Arkadiusz Miśkiewicz [Mon, 29 Mar 2010 15:32:01 +0000 (15:32 +0000)]
- no stdin

Changed files:
    PLD_Builder/chroot.py -> 1.34

12 years ago- define control_url for th so -s works
Arkadiusz Miśkiewicz [Mon, 29 Mar 2010 07:19:27 +0000 (07:19 +0000)]
- define control_url for th so -s works

Changed files:
    client/make-request.sh -> 1.71

12 years ago- .spec
shadzik [Sat, 27 Feb 2010 18:07:02 +0000 (18:07 +0000)]
- .spec

Changed files:
    client/kde4send2builders.sh -> 1.32

12 years ago- ignore mount errors
Elan Ruusamäe [Mon, 22 Feb 2010 10:42:46 +0000 (10:42 +0000)]
- ignore mount errors

Changed files:
    PLD_Builder/rpm_builder.py -> 1.118

12 years ago- no experimental libs anymore
shadzik [Sun, 21 Feb 2010 19:29:23 +0000 (19:29 +0000)]
- no experimental libs anymore

Changed files:
    client/kde4send2builders.sh -> 1.31

12 years ago- add kde4-kdetoys.spec
shadzik [Sun, 21 Feb 2010 18:53:12 +0000 (18:53 +0000)]
- add kde4-kdetoys.spec

Changed files:
    client/kde4send2builders.sh -> 1.30

12 years ago- fix skip touch
Elan Ruusamäe [Fri, 19 Feb 2010 14:18:24 +0000 (14:18 +0000)]
- fix skip touch

Changed files:
    PLD_Builder/build.py -> 1.17

12 years ago- add kde4-kwebkitpart before kde4-kdenetwork
shadzik [Thu, 18 Feb 2010 22:12:49 +0000 (22:12 +0000)]
- add kde4-kwebkitpart before kde4-kdenetwork

Changed files:
    client/kde4send2builders.sh -> 1.29

12 years ago- typo
Elan Ruusamäe [Sat, 13 Feb 2010 21:45:31 +0000 (21:45 +0000)]
- typo

Changed files:
    PLD_Builder/srpm_builder.py -> 1.72

12 years agoReport why signature check failed.
Arkadiusz Miśkiewicz [Sat, 13 Feb 2010 21:09:46 +0000 (21:09 +0000)]
Report why signature check failed.

Changed files:
    PLD_Builder/gpg.py -> 1.24

12 years agoEncode to utf8 when talking via communicate().
Arkadiusz Miśkiewicz [Sat, 13 Feb 2010 21:05:37 +0000 (21:05 +0000)]
Encode to utf8 when talking via communicate().

Changed files:
    PLD_Builder/gpg.py -> 1.23

12 years ago- add queue id verifier for skip
Elan Ruusamäe [Sat, 13 Feb 2010 19:31:55 +0000 (19:31 +0000)]
- add queue id verifier for skip

Changed files:
    client/make-request.sh -> 1.70

12 years ago- force topdir
Elan Ruusamäe [Sat, 13 Feb 2010 19:10:59 +0000 (19:10 +0000)]
- force topdir

Changed files:
    PLD_Builder/srpm_builder.py -> 1.71

12 years ago- do not hardcode $HOME of builder
Elan Ruusamäe [Tue, 9 Feb 2010 17:21:42 +0000 (17:21 +0000)]
- do not hardcode $HOME of builder

Changed files:
    PLD_Builder/srpm_builder.py -> 1.70

12 years ago- remove debug
Elan Ruusamäe [Mon, 8 Feb 2010 21:14:28 +0000 (21:14 +0000)]
- remove debug

Changed files:
    PLD_Builder/build.py -> 1.16

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