]> git.pld-linux.org Git - projects/pld-builder.new.git/log
projects/pld-builder.new.git
11 years ago- grab filename from http post headers
Elan Ruusamäe [Mon, 25 Aug 2008 13:12:37 +0000 (13:12 +0000)]
- grab filename from http post headers

Changed files:
    PLD_Builder/request_handler.py -> 1.40
    PLD_Builder/request_handler_server.py -> 1.2

11 years ago- pass filename in http X-Filename header for debug purposes
Elan Ruusamäe [Mon, 25 Aug 2008 13:00:11 +0000 (13:00 +0000)]
- pass filename in http X-Filename header for debug purposes

Changed files:
    PLD_Builder/file_sender.py -> 1.24

11 years agoUse this regexp until someone finds a better one.
Arkadiusz Miśkiewicz [Wed, 13 Aug 2008 17:51:45 +0000 (17:51 +0000)]
Use this regexp until someone finds a better one.

Changed files:
    PLD_Builder/install.py -> 1.10

11 years ago- v0.2
Elan Ruusamäe [Wed, 13 Aug 2008 12:17:19 +0000 (12:17 +0000)]
- v0.2

Changed files:
    Makefile -> 1.3

11 years agoFix uninstall call.
Arkadiusz Miśkiewicz [Mon, 11 Aug 2008 18:03:13 +0000 (18:03 +0000)]
Fix uninstall call.

Changed files:
    PLD_Builder/install.py -> 1.9

11 years agoLog conflicing packages only.
Arkadiusz Miśkiewicz [Sun, 10 Aug 2008 21:53:24 +0000 (21:53 +0000)]
Log conflicing packages only.

Changed files:
    PLD_Builder/install.py -> 1.8

11 years agoCorrectly match conflicting package.
Arkadiusz Miśkiewicz [Sun, 10 Aug 2008 21:45:54 +0000 (21:45 +0000)]
Correctly match conflicting package.

Changed files:
    PLD_Builder/install.py -> 1.7

11 years agoFix arg.
Arkadiusz Miśkiewicz [Sun, 10 Aug 2008 21:41:10 +0000 (21:41 +0000)]
Fix arg.

Changed files:
    PLD_Builder/install.py -> 1.6

11 years agoreturn False means something failed. Issue True/False correctly.
Arkadiusz Miśkiewicz [Sun, 10 Aug 2008 21:35:00 +0000 (21:35 +0000)]
return False means something failed. Issue True/False correctly.

Changed files:
    PLD_Builder/install.py -> 1.5
    PLD_Builder/rpm_builder.py -> 1.65

11 years agoNo nice.
Arkadiusz Miśkiewicz [Sun, 10 Aug 2008 21:24:06 +0000 (21:24 +0000)]
No nice.

Changed files:
    PLD_Builder/install.py -> 1.4

11 years agoMissing tmpdir.
Arkadiusz Miśkiewicz [Sun, 10 Aug 2008 21:22:09 +0000 (21:22 +0000)]
Missing tmpdir.

Changed files:
    PLD_Builder/install.py -> 1.3

11 years agoUninstall BuildConflicting packages.
Arkadiusz Miśkiewicz [Sun, 10 Aug 2008 21:19:26 +0000 (21:19 +0000)]
Uninstall BuildConflicting packages.

Changed files:
    PLD_Builder/install.py -> 1.2
    PLD_Builder/rpm_builder.py -> 1.64

11 years agoMerged install_br and upgrade.
Arkadiusz Miśkiewicz [Sun, 10 Aug 2008 20:59:30 +0000 (20:59 +0000)]
Merged install_br and upgrade.

Changed files:
    PLD_Builder/install.py -> 1.1
    PLD_Builder/install_br.py -> 1.25
    PLD_Builder/rpm_builder.py -> 1.63
    PLD_Builder/upgrade.py -> 1.14

11 years agoLog date when the query was done.
Arkadiusz Miśkiewicz [Wed, 6 Aug 2008 10:03:03 +0000 (10:03 +0000)]
Log date when the query was done.

Changed files:
    PLD_Builder/maintainer.py -> 1.9

11 years agoAdd pdksh and coreutils to hold packages. Try to remove deps when for example new...
Arkadiusz Miśkiewicz [Sat, 26 Jul 2008 18:25:46 +0000 (18:25 +0000)]
Add pdksh and coreutils to hold packages. Try to remove deps when for example new lib with new soname was built.

Changed files:
    PLD_Builder/upgrade.py -> 1.13

11 years agoIgnore internal rpm dependencies.
Arkadiusz Miśkiewicz [Tue, 22 Jul 2008 14:42:05 +0000 (14:42 +0000)]
Ignore internal rpm dependencies.

Changed files:
    PLD_Builder/install_br.py -> 1.24

11 years ago- use exec
Elan Ruusamäe [Sat, 19 Jul 2008 14:36:43 +0000 (14:36 +0000)]
- use exec

Changed files:
    etc/pld-builder.sysconfig -> 1.8

11 years ago- use exec
Elan Ruusamäe [Fri, 18 Jul 2008 17:00:41 +0000 (17:00 +0000)]
- use exec

Changed files:
    bin/file-sender.sh -> 1.4
    bin/load-balancer.sh -> 1.4
    bin/maintainer.sh -> 1.2
    bin/request-fetcher.sh -> 1.4
    bin/rpm-builder.sh -> 1.4
    bin/src-builder.sh -> 1.4

11 years agoString exceptions are deprecated. Fix that.
Arkadiusz Miśkiewicz [Fri, 18 Jul 2008 11:46:13 +0000 (11:46 +0000)]
String exceptions are deprecated. Fix that.

Changed files:
    PLD_Builder/log.py -> 1.10
    PLD_Builder/request_fetcher.py -> 1.23
    PLD_Builder/rpm_builder.py -> 1.62
    PLD_Builder/srpm_builder.py -> 1.51
    PLD_Builder/util.py -> 1.10

11 years ago- leave -p out from scp, so the timestamps are from remote server, not from bin build...
Elan Ruusamäe [Fri, 18 Jul 2008 07:10:41 +0000 (07:10 +0000)]
- leave -p out from scp, so the timestamps are from remote server, not from bin builder (bin builders clocks are usually not synchronized and ftp scripts depend on timestamps)

Changed files:
    PLD_Builder/file_sender.py -> 1.23

11 years ago- small optimize if logstdout is None
Elan Ruusamäe [Thu, 17 Jul 2008 22:22:06 +0000 (22:22 +0000)]
- small optimize if logstdout is None

Changed files:
    PLD_Builder/chroot.py -> 1.32

11 years ago- --noask for conflicting package check
Elan Ruusamäe [Thu, 17 Jul 2008 17:15:49 +0000 (17:15 +0000)]
- --noask for conflicting package check

Changed files:
    PLD_Builder/install_br.py -> 1.23

11 years ago- make rpm_cache_dir=/spools/ready configurable
Elan Ruusamäe [Thu, 17 Jul 2008 16:03:27 +0000 (16:03 +0000)]
- make rpm_cache_dir=/spools/ready configurable

Changed files:
    PLD_Builder/config.py -> 1.36
    PLD_Builder/rpm_builder.py -> 1.61
    config/builder.conf -> 1.36

11 years ago- add make dist target to export clean code from cvs
Elan Ruusamäe [Thu, 17 Jul 2008 13:43:53 +0000 (13:43 +0000)]
- add make dist target to export clean code from cvs

Changed files:
    Makefile -> 1.2

11 years ago- print out exception if url can't be retrieved
Elan Ruusamäe [Thu, 17 Jul 2008 10:50:32 +0000 (10:50 +0000)]
- print out exception if url can't be retrieved

Changed files:
    PLD_Builder/request_fetcher.py -> 1.22

11 years ago- improved error handling when gpg signature check failed
Elan Ruusamäe [Thu, 17 Jul 2008 10:02:49 +0000 (10:02 +0000)]
- improved error handling when gpg signature check failed

Changed files:
    PLD_Builder/gpg.py -> 1.19
    PLD_Builder/request_handler.py -> 1.39

11 years ago- add --noask to poldek when installing BR
Elan Ruusamäe [Wed, 16 Jul 2008 19:30:16 +0000 (19:30 +0000)]
- add --noask to poldek when installing BR

Changed files:
    PLD_Builder/install_br.py -> 1.22

11 years ago- run poldek once to update cache
Elan Ruusamäe [Wed, 16 Jul 2008 19:29:17 +0000 (19:29 +0000)]
- run poldek once to update cache

Changed files:
    PLD_Builder/install_br.py -> 1.21

11 years ago- catch missing gpg binary error early
Elan Ruusamäe [Tue, 15 Jul 2008 11:26:03 +0000 (11:26 +0000)]
- catch missing gpg binary error early

Changed files:
    PLD_Builder/gpg.py -> 1.18

11 years ago- fix missing globals
Elan Ruusamäe [Tue, 15 Jul 2008 11:12:00 +0000 (11:12 +0000)]
- fix missing globals

Changed files:
    PLD_Builder/gpg.py -> 1.17

11 years ago- notify_email sample (from ac-ppc)
Elan Ruusamäe [Tue, 15 Jul 2008 06:47:30 +0000 (06:47 +0000)]
- notify_email sample (from ac-ppc)

Changed files:
    config/builder.conf -> 1.35

11 years agoDon't limit priorities (don't see a point).
Arkadiusz Miśkiewicz [Fri, 27 Jun 2008 18:04:53 +0000 (18:04 +0000)]
Don't limit priorities (don't see a point).

Changed files:
    PLD_Builder/acl.py -> 1.24

11 years agoBugfix.
Arkadiusz Miśkiewicz [Fri, 27 Jun 2008 17:33:35 +0000 (17:33 +0000)]
Bugfix.

Changed files:
    PLD_Builder/rpm_builder.py -> 1.60

11 years agoBack to old style (lower priority means more important). High priority tasks are...
Arkadiusz Miśkiewicz [Fri, 27 Jun 2008 17:21:35 +0000 (17:21 +0000)]
Back to old style (lower priority means more important). High priority tasks are now tasks with priority < 0.

Changed files:
    PLD_Builder/rpm_builder.py -> 1.59
    PLD_Builder/srpm_builder.py -> 1.50
    doc/jak-to-dziala.txt -> 1.5

11 years agoTasks with priority >= 1000 are run regardless of free slots availability.
Arkadiusz Miśkiewicz [Fri, 27 Jun 2008 16:59:05 +0000 (16:59 +0000)]
Tasks with priority >= 1000 are run regardless of free slots availability.

Changed files:
    PLD_Builder/rpm_builder.py -> 1.58

11 years agoClarify priority meaning.
Arkadiusz Miśkiewicz [Fri, 27 Jun 2008 16:42:53 +0000 (16:42 +0000)]
Clarify priority meaning.

Changed files:
    PLD_Builder/rpm_builder.py -> 1.57
    PLD_Builder/srpm_builder.py -> 1.49
    doc/jak-to-dziala.txt -> 1.4

11 years ago- allow empty file to start queue counter from zero (clean installs)
Elan Ruusamäe [Wed, 25 Jun 2008 23:26:06 +0000 (23:26 +0000)]
- allow empty file to start queue counter from zero (clean installs)

Changed files:
    PLD_Builder/request_fetcher.py -> 1.21

11 years ago- add autogenerated warning
Elan Ruusamäe [Wed, 25 Jun 2008 22:21:06 +0000 (22:21 +0000)]
- add autogenerated warning

Changed files:
    etc/pld-builder.sysconfig -> 1.7

11 years ago- MAILTO is the mail line in crontab
Elan Ruusamäe [Wed, 25 Jun 2008 21:58:46 +0000 (21:58 +0000)]
- MAILTO is the mail line in crontab

Changed files:
    etc/pld-builder.sysconfig -> 1.6

11 years ago- LSB, add try-restart
Elan Ruusamäe [Wed, 25 Jun 2008 21:09:35 +0000 (21:09 +0000)]
- LSB, add try-restart

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

11 years ago- use functions
Elan Ruusamäe [Wed, 25 Jun 2008 21:06:04 +0000 (21:06 +0000)]
- use functions

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

11 years agoConvert uuid to string.
Arkadiusz Miśkiewicz [Sun, 22 Jun 2008 12:30:28 +0000 (12:30 +0000)]
Convert uuid to string.

Changed files:
    PLD_Builder/util.py -> 1.9

11 years agoCorrectly overwrite uuid value.
Arkadiusz Miśkiewicz [Sun, 22 Jun 2008 12:26:32 +0000 (12:26 +0000)]
Correctly overwrite uuid value.

Changed files:
    PLD_Builder/util.py -> 1.8

11 years agoUse internal python uuid module if available. Fallback to external uuidgen binary.
Arkadiusz Miśkiewicz [Sun, 22 Jun 2008 12:20:43 +0000 (12:20 +0000)]
Use internal python uuid module if available. Fallback to external uuidgen binary.

Changed files:
    PLD_Builder/util.py -> 1.7

11 years agoHold dev package, too.
Arkadiusz Miśkiewicz [Wed, 28 May 2008 18:25:30 +0000 (18:25 +0000)]
Hold dev package, too.

Changed files:
    PLD_Builder/upgrade.py -> 1.12

11 years ago- target string bust be very first (at least before bconds) for rpmbuild
Elan Ruusamäe [Thu, 15 May 2008 09:58:43 +0000 (09:58 +0000)]
- target string bust be very first (at least before bconds) for rpmbuild

Changed files:
    PLD_Builder/rpm_builder.py -> 1.56

11 years agoFix rsync_ssh_file parameters.
Arkadiusz Miśkiewicz [Wed, 23 Apr 2008 18:56:58 +0000 (18:56 +0000)]
Fix rsync_ssh_file parameters.

Changed files:
    PLD_Builder/file_sender.py -> 1.22

11 years agoSupport rsync over ssh.
Arkadiusz Miśkiewicz [Wed, 23 Apr 2008 18:52:08 +0000 (18:52 +0000)]
Support rsync over ssh.

Changed files:
    PLD_Builder/file_sender.py -> 1.21

11 years agoTry to create base /dev files.
Arkadiusz Miśkiewicz [Wed, 9 Apr 2008 18:01:25 +0000 (18:01 +0000)]
Try to create base /dev files.

Changed files:
    PLD_Builder/rpm_builder.py -> 1.55

11 years agoTypo.
Arkadiusz Miśkiewicz [Tue, 18 Mar 2008 21:40:41 +0000 (21:40 +0000)]
Typo.

Changed files:
    PLD_Builder/install_br.py -> 1.20

11 years agoclose_killset() doesn't actually remove packages. Remove packages on our own.
Arkadiusz Miśkiewicz [Tue, 18 Mar 2008 21:37:03 +0000 (21:37 +0000)]
close_killset() doesn't actually remove packages. Remove packages on our own.

Changed files:
    PLD_Builder/install_br.py -> 1.19

11 years agorstrip lines. New line is added later in log_line.
Arkadiusz Miśkiewicz [Tue, 18 Mar 2008 20:55:49 +0000 (20:55 +0000)]
rstrip lines. New line is added later in log_line.

Changed files:
    PLD_Builder/install_br.py -> 1.18

11 years ago- prefix logs correctly - poldek instead of rpm
Arkadiusz Miśkiewicz [Sun, 16 Mar 2008 20:31:16 +0000 (20:31 +0000)]
- prefix logs correctly - poldek instead of rpm

Changed files:
    PLD_Builder/install_br.py -> 1.17

11 years agoTypo.
Arkadiusz Miśkiewicz [Sun, 16 Mar 2008 20:29:14 +0000 (20:29 +0000)]
Typo.

Changed files:
    PLD_Builder/install_br.py -> 1.16

11 years agoUninstall packages via upgrade.close_killset() helper.
Arkadiusz Miśkiewicz [Sun, 16 Mar 2008 20:19:50 +0000 (20:19 +0000)]
Uninstall packages via upgrade.close_killset() helper.

Changed files:
    PLD_Builder/install_br.py -> 1.15

11 years agoUninstall packages that are conflicting with packages in BuildRequires list.
Arkadiusz Miśkiewicz [Sun, 16 Mar 2008 20:04:44 +0000 (20:04 +0000)]
Uninstall packages that are conflicting with packages in BuildRequires list.

Changed files:
    PLD_Builder/install_br.py -> 1.14

11 years agoTypo fixed.
Arkadiusz Miśkiewicz [Sun, 9 Mar 2008 14:17:51 +0000 (14:17 +0000)]
Typo fixed.

Changed files:
    PLD_Builder/rpm_builder.py -> 1.54

11 years ago- just arch not option
Elan Ruusamäe [Sun, 24 Feb 2008 14:05:59 +0000 (14:05 +0000)]
- just arch not option

Changed files:
    PLD_Builder/request.py -> 1.46

11 years ago- typo
Elan Ruusamäe [Sun, 24 Feb 2008 14:00:47 +0000 (14:00 +0000)]
- typo

Changed files:
    PLD_Builder/request.py -> 1.45

11 years ago- target hacking
Elan Ruusamäe [Sun, 24 Feb 2008 13:57:31 +0000 (13:57 +0000)]
- target hacking

Changed files:
    PLD_Builder/request.py -> 1.44
    PLD_Builder/rpm_builder.py -> 1.53
    client/make-request.sh -> 1.48

11 years ago- valid xml
Elan Ruusamäe [Fri, 1 Feb 2008 15:29:28 +0000 (15:29 +0000)]
- valid xml

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

11 years ago- reverted, schema is out of sync with LibCIA.Formatters.Builder source
Jakub Bogusz [Thu, 24 Jan 2008 22:31:36 +0000 (22:31 +0000)]
- reverted, schema is out of sync with LibCIA.Formatters.Builder source

Changed files:
    PLD_Builder/report.py -> 1.34

11 years ago- really existing URL
Jakub Bogusz [Thu, 24 Jan 2008 20:49:36 +0000 (20:49 +0000)]
- really existing URL

Changed files:
    PLD_Builder/cia-head.xml -> 1.3

11 years ago- it seems that package expects elements not attributes
Jakub Bogusz [Thu, 24 Jan 2008 20:30:53 +0000 (20:30 +0000)]
- it seems that package expects elements not attributes

Changed files:
    PLD_Builder/report.py -> 1.33

11 years ago- some existing URL
Jakub Bogusz [Thu, 24 Jan 2008 20:24:02 +0000 (20:24 +0000)]
- some existing URL

Changed files:
    PLD_Builder/cia-head.xml -> 1.2

11 years ago- dead last: XML Schema file; same usage as DTD, just more accurate
Mariusz Mazur [Thu, 24 Jan 2008 04:09:38 +0000 (04:09 +0000)]
- dead last: XML Schema file; same usage as DTD, just more accurate

Changed files:
    xml/queue.xsd -> 1.1

11 years ago- DTD allows verification of src.builders' xml req_queues
Mariusz Mazur [Thu, 24 Jan 2008 03:12:21 +0000 (03:12 +0000)]
- DTD allows verification of src.builders' xml req_queues

Changed files:
    xml/queue.dtd -> 1.1

11 years ago- exercise in futility; this xslt generates an xsl-fo which in turn
Mariusz Mazur [Thu, 24 Jan 2008 01:45:56 +0000 (01:45 +0000)]
- exercise in futility; this xslt generates an xsl-fo which in turn
  allows generation of, for example, pdf files...

Changed files:
    xml/queue2pdf.xslt -> 1.1

11 years ago- xslt for converting src.builder's req quees to html
Mariusz Mazur [Tue, 22 Jan 2008 23:09:17 +0000 (23:09 +0000)]
- xslt for converting src.builder's req quees to html

Changed files:
    xml/queue.xslt -> 1.1

11 years ago- typo
Jakub Bogusz [Thu, 3 Jan 2008 14:26:00 +0000 (14:26 +0000)]
- typo

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

11 years ago- fix
Elan Ruusamäe [Tue, 1 Jan 2008 23:37:59 +0000 (23:37 +0000)]
- fix

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

11 years ago- th-java distro
Elan Ruusamäe [Mon, 31 Dec 2007 16:33:43 +0000 (16:33 +0000)]
- th-java distro

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

11 years ago- access to a log by name, not by hash (It saves a few seconds per click.)
witekfl [Wed, 26 Dec 2007 17:41:42 +0000 (17:41 +0000)]
- access to a log by name, not by hash (It saves a few seconds per click.)

Changed files:
    PLD_Builder/request.py -> 1.43

11 years agoHandle I/O failure in email sending.
Arkadiusz Miśkiewicz [Mon, 24 Dec 2007 09:56:04 +0000 (09:56 +0000)]
Handle I/O failure in email sending.

Changed files:
    PLD_Builder/mailer.py -> 1.21

11 years agoDo retries more often (5 hour delay wasn't something cool).
Arkadiusz Miśkiewicz [Mon, 24 Dec 2007 09:38:08 +0000 (09:38 +0000)]
Do retries more often (5 hour delay wasn't something cool).

Changed files:
    PLD_Builder/file_sender.py -> 1.20

11 years ago- be builder like, cvs tag is lowercase -r
Elan Ruusamäe [Thu, 20 Dec 2007 22:46:47 +0000 (22:46 +0000)]
- be builder like, cvs tag is lowercase -r

Changed files:
    PLD_Builder/request.py -> 1.42

11 years ago- display alt kernel in terminal
Elan Ruusamäe [Thu, 20 Dec 2007 21:51:06 +0000 (21:51 +0000)]
- display alt kernel in terminal

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

11 years ago- display builders once for multiple specs
Elan Ruusamäe [Fri, 14 Dec 2007 17:02:05 +0000 (17:02 +0000)]
- display builders once for multiple specs

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

11 years ago- tabs, keep default tabstop
Elan Ruusamäe [Tue, 11 Dec 2007 23:01:27 +0000 (23:01 +0000)]
- tabs, keep default tabstop

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

11 years ago- yet another "fake" distro - ac-xen
Adam Gołębiowski [Tue, 11 Dec 2007 21:15:22 +0000 (21:15 +0000)]
- yet another "fake" distro - ac-xen

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

11 years ago- display builder info too
Elan Ruusamäe [Tue, 11 Dec 2007 20:22:08 +0000 (20:22 +0000)]
- display builder info too

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

11 years ago- verbose on what command will be sent
Elan Ruusamäe [Tue, 27 Nov 2007 23:53:12 +0000 (23:53 +0000)]
- verbose on what command will be sent

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

11 years agoUse Popen3 so we won't have zombies.
Arkadiusz Miśkiewicz [Tue, 20 Nov 2007 22:04:57 +0000 (22:04 +0000)]
Use Popen3 so we won't have zombies.

Changed files:
    PLD_Builder/gpg.py -> 1.16

11 years agoClose in order described by http://docs.python.org/lib/popen2-flow-control.html
Arkadiusz Miśkiewicz [Tue, 20 Nov 2007 21:15:24 +0000 (21:15 +0000)]
Close in order described by http://docs.python.org/lib/popen2-flow-control.html

Changed files:
    PLD_Builder/gpg.py -> 1.15

11 years agoReindent.
Arkadiusz Miśkiewicz [Tue, 20 Nov 2007 20:56:50 +0000 (20:56 +0000)]
Reindent.

Changed files:
    PLD_Builder/pipeutil.py -> 1.3

11 years agoClose in sing(), too.
Arkadiusz Miśkiewicz [Tue, 20 Nov 2007 20:56:26 +0000 (20:56 +0000)]
Close in sing(), too.

Changed files:
    PLD_Builder/gpg.py -> 1.14

11 years agoTry to close all descriptors.
Arkadiusz Miśkiewicz [Tue, 20 Nov 2007 20:48:04 +0000 (20:48 +0000)]
Try to close all descriptors.

Changed files:
    PLD_Builder/gpg.py -> 1.13

11 years agonotify_email no longer supported. Use notify_url.
Arkadiusz Miśkiewicz [Tue, 20 Nov 2007 20:03:06 +0000 (20:03 +0000)]
notify_email no longer supported. Use notify_url.

Changed files:
    PLD_Builder/config.py -> 1.35
    config/builder.conf -> 1.34

11 years ago- turn of upgrade for --cvsup command
Elan Ruusamäe [Tue, 20 Nov 2007 19:51:33 +0000 (19:51 +0000)]
- turn of upgrade for --cvsup command

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

11 years ago- tabs and et
Elan Ruusamäe [Tue, 20 Nov 2007 01:07:02 +0000 (01:07 +0000)]
- tabs and et

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

11 years ago- add ac-java "distribution"
Elan Ruusamäe [Tue, 20 Nov 2007 01:04:18 +0000 (01:04 +0000)]
- add ac-java "distribution"

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

11 years ago- reverted link to spec in html queue, works only partially,
hawk [Mon, 19 Nov 2007 20:34:39 +0000 (20:34 +0000)]
- reverted link to spec in html queue, works only partially,
  sorry wolvverine

Changed files:
    PLD_Builder/request.py -> 1.41

11 years ago- damn typos
hawk [Sun, 18 Nov 2007 20:10:36 +0000 (20:10 +0000)]
- damn typos

Changed files:
    PLD_Builder/request.py -> 1.40

11 years ago- don't add kernel info to request if --kernel wasn't specified
hawk [Sun, 18 Nov 2007 19:58:06 +0000 (19:58 +0000)]
- don't add kernel info to request if --kernel wasn't specified

Changed files:
    PLD_Builder/request.py -> 1.39

11 years ago- add link to spec history on web
Michał 'Wolvverine' Panasiewicz [Sun, 18 Nov 2007 18:23:08 +0000 (18:23 +0000)]
- add link to spec history on web

Changed files:
    PLD_Builder/request.py -> 1.38

11 years ago- fixed default config for PLD Titanium
hawk [Sat, 17 Nov 2007 07:40:53 +0000 (07:40 +0000)]
- fixed default config for PLD Titanium

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

11 years ago- skip sending <kernel> if it is not set
Elan Ruusamäe [Sun, 11 Nov 2007 19:13:17 +0000 (19:13 +0000)]
- skip sending <kernel> if it is not set

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

11 years ago- update from WORKING branch
Elan Ruusamäe [Sun, 11 Nov 2007 18:38:50 +0000 (18:38 +0000)]
- update from WORKING branch

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

11 years ago- added --kernel option that allows setting alt_kernel value
hawk [Sun, 11 Nov 2007 17:47:52 +0000 (17:47 +0000)]
- added --kernel option that allows setting alt_kernel value

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

11 years ago- added kernel_string() to rpm options, if request had specified
hawk [Sun, 11 Nov 2007 17:39:11 +0000 (17:39 +0000)]
- added kernel_string() to rpm options, if request had specified
  kernel name it will contain --define alt_kernel kernel_name

Changed files:
    PLD_Builder/rpm_builder.py -> 1.52
    PLD_Builder/srpm_builder.py -> 1.48

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