]> git.pld-linux.org Git - packages/rpm-build-tools.git/log
packages/rpm-build-tools.git
11 years agoRel. 4 auto/th/rpm-build-tools-4.5-4
Kacper Kornet [Wed, 11 Jul 2012 10:14:52 +0000 (11:14 +0100)]
Rel. 4

11 years agoCheck for existence of tag during tagging
Kacper Kornet [Wed, 11 Jul 2012 00:19:43 +0000 (01:19 +0100)]
Check for existence of tag during tagging

Fails only when requested tag already exists and points to a different
commit. It is to allow rebuilding of auto tags.

11 years agotag_exist accepts preexisting tag pointing to HEAD
Kacper Kornet [Tue, 10 Jul 2012 20:54:18 +0000 (21:54 +0100)]
tag_exist accepts preexisting tag pointing to HEAD

Sometimes it is necessary to rebuild once more existing auto tag.
So the tag_exist shouldn't exits with error when it finds that
the requested tag exist and points to the HEAD.

11 years agoSimplify code in tag_files as TAGVER and TAG are mutually exclusive
Kacper Kornet [Tue, 10 Jul 2012 23:54:00 +0000 (00:54 +0100)]
Simplify code in tag_files as TAGVER and TAG are mutually exclusive

11 years agoRemove obsolete code in tag_files
Kacper Kornet [Tue, 10 Jul 2012 23:42:02 +0000 (00:42 +0100)]
Remove obsolete code in tag_files

11 years agoSet push url for repos fetched with --depth option
Kacper Kornet [Tue, 10 Jul 2012 23:35:56 +0000 (00:35 +0100)]
Set push url for repos fetched with --depth option

11 years agoAdd refspec to fetch notes in initialized repos
Kacper Kornet [Tue, 10 Jul 2012 22:05:57 +0000 (23:05 +0100)]
Add refspec to fetch notes in initialized repos

11 years agoFix repository address when attempting shallow fetch
Kącper Kornet [Mon, 9 Jul 2012 22:21:06 +0000 (23:21 +0100)]
Fix repository address when attempting shallow fetch

The ':' was left from time when the syntax <user>@host was used for
server address.

11 years agokeep tmp dir/files in tmpdir auto/ac/rpm-build-tools-4.5-3
Elan Ruusamäe [Mon, 9 Jul 2012 19:36:27 +0000 (22:36 +0300)]
keep tmp dir/files in tmpdir

during package build two temp objects are created:
builder.XXXXXX for build output
and builder.XXXXXXX dir containing package.spec

it's annoying if they end up in current dir (package dir)
and if you abort the build, the temps are not even cleaned up

11 years agoFix test if build is from correct branch
Kącper Kornet [Mon, 9 Jul 2012 16:32:00 +0000 (17:32 +0100)]
Fix test if build is from correct branch

The right way is to extract SHA1 of TAG_BRANCH and CVSTAG and compare
them.

11 years ago- print out more info which version was expected and what we got
Elan Ruusamäe [Mon, 9 Jul 2012 16:10:45 +0000 (19:10 +0300)]
- print out more info which version was expected and what we got

11 years agoFix bashism in insert_gitlog
Kącper Kornet [Mon, 9 Jul 2012 14:07:53 +0000 (15:07 +0100)]
Fix bashism in insert_gitlog

When ksh is from pdksh it fixes the following problem:

Cloning into 'ftdi_eeprom'...
remote: Counting objects: 9, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 9 (delta 2), reused 9 (delta 2)
Receiving objects: 100% (9/9), done.
Resolving deltas: 100% (2/2), done.
Available branches: master
/usr/bin/builder[2682]: cannot open mirrors: No such file or directory
error: No note found for object
91306a1ca4c6e7f24369684449628be02eef0ef6.
error: No note found for object
8ed8fa91a4773cb0d7b5078b0d91a5781bb31b7b.
error: No note found for object
f4a56f57a28c4e5911bc0a4be2a75f94d00b0667.

11 years ago- rel. 3 auto/th/rpm-build-tools-4.5-3
Kacper Kornet [Mon, 9 Jul 2012 01:48:40 +0000 (02:48 +0100)]
- rel. 3

11 years agoFix changelog generation with non-english locale
Kacper Kornet [Tue, 3 Jul 2012 16:39:34 +0000 (17:39 +0100)]
Fix changelog generation with non-english locale

As rpm accepts only dates in English, the proper locale for gawk
needs to be set.

11 years agoMake _tag variable local for tag_exist()
Kacper Kornet [Tue, 3 Jul 2012 16:11:06 +0000 (17:11 +0100)]
Make _tag variable local for tag_exist()

11 years agoFix initial cloning of rpm-build-tools
Kacper Kornet [Tue, 3 Jul 2012 12:53:14 +0000 (13:53 +0100)]
Fix initial cloning of rpm-build-tools

11 years agoMerge changes from HEAD in CVS
Kacper Kornet [Sat, 30 Jun 2012 14:30:59 +0000 (15:30 +0100)]
Merge changes from HEAD in CVS

11 years agoOfficial git server
Kacper Kornet [Sat, 30 Jun 2012 14:18:31 +0000 (15:18 +0100)]
Official git server

11 years agoAccept @. in tags
Kacper Kornet [Fri, 29 Jun 2012 23:04:19 +0000 (00:04 +0100)]
Accept @. in tags

Git accepts tags with these characters. However the tags in which
they were exchanged to _# still need to be checked for presence.
Otherwise it would be possible to built the same package from two
revisions: once in CVS, once in git.

11 years agoAbstract code to check if the tag already exists
Kacper Kornet [Fri, 29 Jun 2012 22:49:53 +0000 (23:49 +0100)]
Abstract code to check if the tag already exists

11 years agoSwitch to auto/<dist>/ style for auto tags
Kacper Kornet [Fri, 29 Jun 2012 22:24:59 +0000 (23:24 +0100)]
Switch to auto/<dist>/ style for auto tags

11 years agoRemove escaping regexp characters for checking of tag presence
Kacper Kornet [Fri, 29 Jun 2012 15:49:08 +0000 (16:49 +0100)]
Remove escaping regexp characters for checking of tag presence

That change was introcued in CVS version. And merged wrongly
auto-th-rpm-build-tools-4_5-1

11 years ago- fixed typo in long option "--source-cvs" PLD
Szymon Siwek [Fri, 15 Jun 2012 12:47:14 +0000 (12:47 +0000)]
- fixed typo in long option "--source-cvs"

Changed files:
    builder.sh -> 1.676

11 years ago- -p N, -pN - set PARALLEL_DOWNLOADS
Elan Ruusamäe [Thu, 14 Jun 2012 19:54:13 +0000 (19:54 +0000)]
- -p N, -pN - set PARALLEL_DOWNLOADS

Changed files:
    builder.sh -> 1.675

11 years ago- more fedora deps
Elan Ruusamäe [Mon, 4 Jun 2012 15:00:47 +0000 (15:00 +0000)]
- more fedora deps

Changed files:
    adapter.awk -> 1.514

11 years ago- handle ./builder -Tv of NoSource packages (return md5 for NoSourceX as well)
Elan Ruusamäe [Mon, 4 Jun 2012 15:00:13 +0000 (15:00 +0000)]
- handle ./builder -Tv of NoSource packages (return md5 for NoSourceX as well)

Changed files:
    builder.sh -> 1.674

11 years ago- typo
Jakub Bogusz [Fri, 6 Apr 2012 13:48:57 +0000 (13:48 +0000)]
- typo

Changed files:
    pldnotify.awk -> 1.103

11 years ago- bugfix
Jakub Bogusz [Fri, 30 Mar 2012 18:43:58 +0000 (18:43 +0000)]
- bugfix

Changed files:
    adapter.awk -> 1.513

11 years ago- replace systemd macros before libdir, to have chance to work on 32bit libdirs
Elan Ruusamäe [Fri, 30 Mar 2012 18:43:27 +0000 (18:43 +0000)]
- replace systemd macros before libdir, to have chance to work on 32bit libdirs

Changed files:
    adapter.awk -> 1.512

11 years ago- update
Elan Ruusamäe [Fri, 30 Mar 2012 18:41:32 +0000 (18:41 +0000)]
- update

Changed files:
    adapter.awk -> 1.511

11 years agoCheck for name/CVS dir when looking for sticky name. Old test failed if under name...
Arkadiusz Miśkiewicz [Thu, 8 Mar 2012 21:03:42 +0000 (21:03 +0000)]
Check for name/CVS dir when looking for sticky name. Old test failed if under name we had subdir with the same name.

Changed files:
    builder.sh -> 1.673

11 years ago- give hint how to fix missing CVS access
Elan Ruusamäe [Tue, 28 Feb 2012 11:41:33 +0000 (11:41 +0000)]
- give hint how to fix missing CVS access

Changed files:
    builder.sh -> 1.672

11 years ago- updating poldek indexes makes only sense when building binary rpms
Adam Gołębiowski [Sun, 26 Feb 2012 14:34:13 +0000 (14:34 +0000)]
- updating poldek indexes makes only sense when building binary rpms

Changed files:
    builder.sh -> 1.671

11 years ago- pass user-specified opts when updateding poldek indexes
Adam Gołębiowski [Sun, 26 Feb 2012 14:27:09 +0000 (14:27 +0000)]
- pass user-specified opts when updateding poldek indexes

Changed files:
    builder.sh -> 1.670

11 years ago- adapter %{_localedir}
Elan Ruusamäe [Sun, 5 Feb 2012 20:16:47 +0000 (20:16 +0000)]
- adapter %{_localedir}

Changed files:
    adapter.awk -> 1.510
    adapter.sh -> 1.49

11 years ago- added systemd directories macros
Jan Rękorajski [Sun, 5 Feb 2012 12:15:53 +0000 (12:15 +0000)]
- added systemd directories macros

Changed files:
    adapter.awk -> 1.509
    adapter.sh -> 1.48

11 years ago- don't be greedy, xerces-j, xerces-j2 transforms are still valid
Elan Ruusamäe [Wed, 28 Dec 2011 23:08:22 +0000 (23:08 +0000)]
- don't be greedy, xerces-j, xerces-j2 transforms are still valid

Changed files:
    adapter.awk -> 1.508

11 years ago- disable rules which change java-xerces to java(jaxp_parser_impl) because jaxp!...
lisu [Wed, 28 Dec 2011 22:45:45 +0000 (22:45 +0000)]
- disable rules which change java-xerces to java(jaxp_parser_impl) because jaxp!=xerces even if xerces contains jaxp

Changed files:
    adapter.awk -> 1.507

11 years ago- export $TARGET. so could be used for log file naming
Elan Ruusamäe [Sat, 10 Dec 2011 16:18:35 +0000 (16:18 +0000)]
- export $TARGET. so could be used for log file naming

Changed files:
    builder.sh -> 1.669

11 years ago- x11 deps
Elan Ruusamäe [Sat, 10 Dec 2011 16:18:23 +0000 (16:18 +0000)]
- x11 deps

Changed files:
    adapter.awk -> 1.506

11 years ago- don't verify certs in lftp (just as it is done for wget)
Arkadiusz Miśkiewicz [Mon, 5 Dec 2011 19:58:04 +0000 (19:58 +0000)]
- don't verify certs in lftp (just as it is done for wget)

Changed files:
    builder.sh -> 1.668

11 years ago- %systemdunitdir macro
Artur Frysiak [Sun, 4 Dec 2011 18:04:52 +0000 (18:04 +0000)]
- %systemdunitdir macro

Changed files:
    adapter.awk -> 1.505

11 years ago- new map
Elan Ruusamäe [Thu, 10 Nov 2011 16:42:12 +0000 (16:42 +0000)]
- new map

Changed files:
    adapter.awk -> 1.504

11 years ago- don't change TAG in is_tag_a_branch
Kacper Kornet [Mon, 7 Nov 2011 22:38:11 +0000 (22:38 +0000)]
- don't change TAG in is_tag_a_branch

Changed files:
    builder.sh -> 1.667

11 years ago- add altlinux pkg name changes
Elan Ruusamäe [Tue, 1 Nov 2011 21:26:03 +0000 (21:26 +0000)]
- add altlinux pkg name changes

Changed files:
    adapter.awk -> 1.503

11 years ago- lftp debug 5 when debug enabled
Arkadiusz Miśkiewicz [Sun, 30 Oct 2011 06:39:44 +0000 (06:39 +0000)]
- lftp debug 5 when debug enabled

Changed files:
    builder.sh -> 1.666

11 years ago- fix for double NoSourceSource0-md5: introduced by patch-md5 commit
Kacper Kornet [Fri, 28 Oct 2011 13:46:02 +0000 (13:46 +0000)]
- fix for double NoSourceSource0-md5: introduced by patch-md5 commit

Changed files:
    builder.sh -> 1.665

11 years ago- no extra subshells
Elan Ruusamäe [Fri, 28 Oct 2011 09:48:30 +0000 (09:48 +0000)]
- no extra subshells

Changed files:
    builder.sh -> 1.664

11 years ago- use the same 'file url' order across whole builder script (since for example downlo...
Arkadiusz Miśkiewicz [Tue, 25 Oct 2011 09:42:01 +0000 (09:42 +0000)]
- use the same 'file url' order across whole builder script (since for example download_lftp needs specific order)

Changed files:
    builder.sh -> 1.663

11 years ago- fix opts order for download_lftp
Elan Ruusamäe [Mon, 24 Oct 2011 18:33:20 +0000 (18:33 +0000)]
- fix opts order for download_lftp

Changed files:
    builder.sh -> 1.662

11 years ago- tmpfile todo for lftp
Elan Ruusamäe [Mon, 24 Oct 2011 08:53:08 +0000 (08:53 +0000)]
- tmpfile todo for lftp

Changed files:
    builder.sh -> 1.661

11 years ago- update java deps
Elan Ruusamäe [Sun, 23 Oct 2011 19:01:39 +0000 (19:01 +0000)]
- update java deps

Changed files:
    adapter.awk -> 1.502

11 years ago- use lftp by default when available
Arkadiusz Miśkiewicz [Sun, 23 Oct 2011 10:41:40 +0000 (10:41 +0000)]
- use lftp by default when available

Changed files:
    builder.sh -> 1.660

11 years ago- use retval
Arkadiusz Miśkiewicz [Sun, 23 Oct 2011 10:35:49 +0000 (10:35 +0000)]
- use retval

Changed files:
    builder.sh -> 1.659

11 years ago- move tmpfile handling outside of lftp
Arkadiusz Miśkiewicz [Sun, 23 Oct 2011 10:34:03 +0000 (10:34 +0000)]
- move tmpfile handling outside of lftp

Changed files:
    builder.sh -> 1.658

11 years ago- support lftp for downloading
Arkadiusz Miśkiewicz [Sat, 22 Oct 2011 19:47:30 +0000 (19:47 +0000)]
- support lftp for downloading

Changed files:
    builder.sh -> 1.657

11 years ago- update
Elan Ruusamäe [Sat, 22 Oct 2011 14:27:02 +0000 (14:27 +0000)]
- update

Changed files:
    adapter.awk -> 1.501

11 years ago- update
Elan Ruusamäe [Sat, 22 Oct 2011 14:26:30 +0000 (14:26 +0000)]
- update

Changed files:
    adapter.awk -> 1.500

11 years ago- spaces must be used for horizontal formatting
Elan Ruusamäe [Tue, 18 Oct 2011 11:32:36 +0000 (11:32 +0000)]
- spaces must be used for horizontal formatting

Changed files:
    builder.sh -> 1.656

11 years ago- fix tabs in help
Bartłomiej Zimoń [Tue, 18 Oct 2011 10:24:45 +0000 (10:24 +0000)]
- fix tabs in help

Changed files:
    builder.sh -> 1.655

11 years ago- release 2 auto/ac/rpm-build-tools-4_5-2 auto/th/rpm-build-tools-4_5-2
Elan Ruusamäe [Sun, 16 Oct 2011 13:53:33 +0000 (13:53 +0000)]
- release 2

Changed files:
    rpm-build-tools.spec -> 1.36

11 years ago- files are here in CVS, no need fancy scripting
Elan Ruusamäe [Sun, 16 Oct 2011 13:53:28 +0000 (13:53 +0000)]
- files are here in CVS, no need fancy scripting

Changed files:
    update.sh -> 1.9

11 years ago- 2011
Elan Ruusamäe [Sun, 16 Oct 2011 13:53:08 +0000 (13:53 +0000)]
- 2011

Changed files:
    pldnotify.awk -> 1.102

11 years ago- moved files to be in this package, at cvs side
Elan Ruusamäe [Sun, 16 Oct 2011 13:51:23 +0000 (13:51 +0000)]
- moved files to be in this package, at cvs side

Changed files:
    rpm-build-tools.spec -> 1.35

11 years ago- use non-conflicting filenames auto/th/rpm-build-tools-4_5-1
Elan Ruusamäe [Sat, 15 Oct 2011 14:35:57 +0000 (14:35 +0000)]
- use non-conflicting filenames

Changed files:
    rpm-build-tools.spec -> 1.34

11 years ago- take all scripts from cvsweb. not local copies
Elan Ruusamäe [Sat, 15 Oct 2011 14:28:10 +0000 (14:28 +0000)]
- take all scripts from cvsweb. not local copies

Changed files:
    adapter_.awk -> 1.14
    adapter_.sh -> 1.10
    builder_.sh -> 1.33
    pldnotify_.awk -> 1.13
    rpm-build-tools.spec -> 1.33

11 years ago- ldb deps
Elan Ruusamäe [Sat, 15 Oct 2011 14:20:15 +0000 (14:20 +0000)]
- ldb deps

Changed files:
    adapter.awk -> 1.499

11 years agoaquamaniac.de url (aqbanking.spec and friends)
Arkadiusz Miśkiewicz [Sun, 2 Oct 2011 15:02:31 +0000 (15:02 +0000)]
aquamaniac.de url (aqbanking.spec and friends)

Changed files:
    pldnotify.awk -> 1.101

11 years ago- let --mr-proper respect builddir
Bartłomiej Zimoń [Sat, 1 Oct 2011 16:46:49 +0000 (16:46 +0000)]
- let --mr-proper respect builddir

Changed files:
    builder.sh -> 1.654

11 years ago- escape more characters (for fpdf.spec)
Arkadiusz Miśkiewicz [Thu, 29 Sep 2011 19:32:48 +0000 (19:32 +0000)]
- escape more characters (for fpdf.spec)

Changed files:
    builder.sh -> 1.653

11 years ago- avoid ln error introduced in 1.650 by revert of r1.628
Elan Ruusamäe [Wed, 7 Sep 2011 05:34:08 +0000 (05:34 +0000)]
- avoid ln error introduced in 1.650 by revert of r1.628

Changed files:
    builder.sh -> 1.652

11 years ago- updated
Elan Ruusamäe [Tue, 6 Sep 2011 10:56:59 +0000 (10:56 +0000)]
- updated

Changed files:
    adapter.awk -> 1.498

11 years ago- escape special characters when looking for a tag
Arkadiusz Miśkiewicz [Mon, 5 Sep 2011 13:46:01 +0000 (13:46 +0000)]
- escape special characters when looking for a tag

Changed files:
    builder.sh -> 1.651

11 years agowget 1.13.3 returns exit status 3 for --help; allow that
Arkadiusz Miśkiewicz [Sun, 4 Sep 2011 18:38:00 +0000 (18:38 +0000)]
wget 1.13.3 returns exit status 3 for --help; allow that

Changed files:
    pldnotify.awk -> 1.100

11 years ago- do not overwrite existing tools files, if it were required for rev. 1.628
Tomasz Pala [Wed, 24 Aug 2011 09:42:04 +0000 (09:42 +0000)]
- do not overwrite existing tools files, if it were required for rev. 1.628
  to work, find another way

Changed files:
    builder.sh -> 1.650

11 years ago- more fedoraish
Elan Ruusamäe [Sat, 13 Aug 2011 06:21:11 +0000 (06:21 +0000)]
- more fedoraish

Changed files:
    adapter.awk -> 1.497

11 years ago- some fedora extras addons
Elan Ruusamäe [Sat, 13 Aug 2011 06:08:52 +0000 (06:08 +0000)]
- some fedora extras addons

Changed files:
    adapter.awk -> 1.496

11 years ago- use mktemp instead of hardcoded tmp path
Elan Ruusamäe [Sat, 13 Aug 2011 04:58:54 +0000 (04:58 +0000)]
- use mktemp instead of hardcoded tmp path

Changed files:
    adapter.awk -> 1.495

11 years ago- we have 2011
Paweł Gołaszewski [Fri, 22 Jul 2011 14:58:06 +0000 (14:58 +0000)]
- we have 2011

Changed files:
    adapter.awk -> 1.494

11 years ago- escape some regexp characters in file name, so grep has a chance to find line with...
Arkadiusz Miśkiewicz [Thu, 14 Jul 2011 07:31:59 +0000 (07:31 +0000)]
- escape some regexp characters in file name, so grep has a chance to find line with that file name

Changed files:
    builder.sh -> 1.649

11 years ago- merge PATCH_MD5 branch; Patch-md5: syntax
Kacper Kornet [Sat, 25 Jun 2011 13:20:19 +0000 (13:20 +0000)]
- merge PATCH_MD5 branch; Patch-md5: syntax

Changed files:
    builder.sh -> 1.648

11 years ago- allow forcing ipv4/ipv6
Elan Ruusamäe [Wed, 18 May 2011 07:05:19 +0000 (07:05 +0000)]
- allow forcing ipv4/ipv6

Changed files:
    builder.sh -> 1.647

11 years ago- don't touch /etc/init
Elan Ruusamäe [Fri, 8 Apr 2011 20:51:42 +0000 (20:51 +0000)]
- don't touch /etc/init

Changed files:
    adapter.awk -> 1.493

11 years ago- up
Elan Ruusamäe [Fri, 8 Apr 2011 18:54:17 +0000 (18:54 +0000)]
- up

Changed files:
    adapter.awk -> 1.492

11 years ago- fix rpm definitions in mr_proper
Kacper Kornet [Tue, 29 Mar 2011 15:32:19 +0000 (15:32 +0000)]
- fix rpm definitions in mr_proper

Changed files:
    builder.sh -> 1.646

11 years ago- some python fc deps
Elan Ruusamäe [Thu, 17 Feb 2011 17:34:43 +0000 (17:34 +0000)]
- some python fc deps

Changed files:
    adapter.awk -> 1.491

11 years ago- move more popular section (for me) to the bottom of file
Elan Ruusamäe [Thu, 17 Feb 2011 06:46:58 +0000 (06:46 +0000)]
- move more popular section (for me) to the bottom of file

Changed files:
    adapter.awk -> 1.490

11 years ago- add generic tempfile()
Elan Ruusamäe [Sun, 13 Feb 2011 17:54:10 +0000 (17:54 +0000)]
- add generic tempfile()

Changed files:
    builder.sh -> 1.645

11 years ago- fix --source-xx commands
Elan Ruusamäe [Sun, 13 Feb 2011 17:53:03 +0000 (17:53 +0000)]
- fix --source-xx commands

Changed files:
    builder.sh -> 1.644

11 years ago- use java(jaxp_parser_impl) virtual dep instead of direct java-xerces so java-sun...
Elan Ruusamäe [Wed, 9 Feb 2011 17:32:12 +0000 (17:32 +0000)]
- use java(jaxp_parser_impl) virtual dep instead of direct java-xerces so java-sun can satisfy too

Changed files:
    adapter.awk -> 1.489

11 years ago- sf url unify
Elan Ruusamäe [Wed, 9 Feb 2011 14:38:13 +0000 (14:38 +0000)]
- sf url unify

Changed files:
    adapter.awk -> 1.488

11 years ago- 2011
Elan Ruusamäe [Wed, 2 Feb 2011 08:33:52 +0000 (08:33 +0000)]
- 2011

Changed files:
    builder.sh -> 1.643

11 years ago- updated
Elan Ruusamäe [Mon, 31 Jan 2011 07:44:39 +0000 (07:44 +0000)]
- updated

Changed files:
    adapter.awk -> 1.487

11 years ago- remove trailing whitespace before trying to split %configure options
sparky [Sun, 30 Jan 2011 15:47:55 +0000 (15:47 +0000)]
- remove trailing whitespace before trying to split %configure options

Changed files:
    adapter.awk -> 1.486

11 years ago- make "first line" regular expression compatible with mawk
sparky [Fri, 28 Jan 2011 14:11:17 +0000 (14:11 +0000)]
- make "first line" regular expression compatible with mawk

Changed files:
    adapter.awk -> 1.485

11 years ago- try to fix first line if it is broken
sparky [Fri, 28 Jan 2011 13:39:37 +0000 (13:39 +0000)]
- try to fix first line if it is broken

Changed files:
    adapter.awk -> 1.484

11 years ago- wget timeout/retries everywhere not to linger around forever
Elan Ruusamäe [Tue, 18 Jan 2011 18:14:37 +0000 (18:14 +0000)]
- wget timeout/retries everywhere not to linger around forever

Changed files:
    pldnotify.awk -> 1.99

11 years ago- subst py3 macros
Elan Ruusamäe [Tue, 18 Jan 2011 07:17:21 +0000 (07:17 +0000)]
- subst py3 macros

Changed files:
    adapter.awk -> 1.483

11 years ago- add py3 macros
Elan Ruusamäe [Tue, 18 Jan 2011 07:16:38 +0000 (07:16 +0000)]
- add py3 macros

Changed files:
    adapter.awk -> 1.482
    adapter.sh -> 1.47

11 years ago- update fn map
Elan Ruusamäe [Tue, 18 Jan 2011 07:12:44 +0000 (07:12 +0000)]
- update fn map

Changed files:
    adapter.awk -> 1.481

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