]> git.pld-linux.org Git - packages/rpm-build-tools.git/log
packages/rpm-build-tools.git
11 years agoAllow to rebuld auto/XX tag even if it is not on XX-branch tag_checking
Kacper Kornet [Tue, 28 Aug 2012 16:14:34 +0000 (17:14 +0100)]
Allow to rebuld auto/XX tag even if it is not on XX-branch

11 years agoAllow to rebuild tag only with explicit -r option
Kacper Kornet [Fri, 20 Jul 2012 07:37:51 +0000 (08:37 +0100)]
Allow to rebuild tag only with explicit -r option

11 years agoX11 in group not tracked, remove it
Elan Ruusamäe [Tue, 17 Jul 2012 11:52:48 +0000 (14:52 +0300)]
X11 in group not tracked, remove it

11 years agorestore execute bits
Elan Ruusamäe [Tue, 17 Jul 2012 11:47:53 +0000 (14:47 +0300)]
restore execute bits

11 years agomerged rest of the files from CVS packages/ dir
Elan Ruusamäe [Tue, 17 Jul 2012 11:46:29 +0000 (14:46 +0300)]
merged rest of the files from CVS packages/ dir

Merge remote-tracking branch 'origin/rpm_files/master'

11 years agoUse git-show-ref -s to get SHA1 of tag
Kacper Kornet [Sun, 15 Jul 2012 20:17:06 +0000 (21:17 +0100)]
Use git-show-ref -s to get SHA1 of tag

11 years agoAvoid showing parents before children in generated changelogs
Kacper Kornet [Thu, 12 Jul 2012 20:08:21 +0000 (21:08 +0100)]
Avoid showing parents before children in generated changelogs

11 years agorevert f3dcc3e7
Elan Ruusamäe [Thu, 12 Jul 2012 12:08:42 +0000 (15:08 +0300)]
revert f3dcc3e7

rsync.sh can be local script, if it exist, do link it

11 years agoAdd help message explaining how to push branch for the first time
Kacper Kornet [Wed, 11 Jul 2012 20:43:13 +0000 (21:43 +0100)]
Add help message explaining how to push branch for the first time

11 years agoDon't try to to commit or push during builder -a
Kacper Kornet [Wed, 11 Jul 2012 20:40:49 +0000 (21:40 +0100)]
Don't try to to commit or push during builder -a

11 years agoCreate place for package on server during builder -a
Kacper Kornet [Wed, 11 Jul 2012 20:39:21 +0000 (21:39 +0100)]
Create place for package on server during builder -a

11 years ago- remove cvs leftover: changelog formatting
Elan Ruusamäe [Wed, 11 Jul 2012 15:17:05 +0000 (18:17 +0300)]
- remove cvs leftover: changelog formatting

11 years ago- remove cvs leftover: $id in at line 1
Elan Ruusamäe [Wed, 11 Jul 2012 15:13:49 +0000 (18:13 +0300)]
- remove cvs leftover: $id in at line 1

11 years agoMerge branch 'master' of ssh://git.pld-linux.org/packages/rpm-build-tools
Elan Ruusamäe [Wed, 11 Jul 2012 11:07:27 +0000 (14:07 +0300)]
Merge branch 'master' of ssh://git.pld-linux.org/packages/rpm-build-tools

11 years agoadd last known REVISION so adapter internals could work
Elan Ruusamäe [Wed, 11 Jul 2012 11:07:16 +0000 (14:07 +0300)]
add last known REVISION so adapter internals could work

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- old change: check files from CVS rpm_files/master
Elan Ruusamäe [Tue, 10 Jul 2012 08:31:13 +0000 (08:31 +0000)]
- old change: check files from CVS

Changed files:
    check-unused-files.py -> 1.15

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- keep parallel downloads to 1; reset release to 1
Elan Ruusamäe [Wed, 4 Jul 2012 20:40:39 +0000 (20:40 +0000)]
- keep parallel downloads to 1; reset release to 1

Changed files:
    update-geoip.sh -> 1.2

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- tool to update geoip packages
Elan Ruusamäe [Wed, 4 Jul 2012 20:37:31 +0000 (20:37 +0000)]
- tool to update geoip packages

Changed files:
    update-geoip.sh -> 1.1

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- msg before newline
Arkadiusz Miśkiewicz [Tue, 5 Jun 2012 09:44:58 +0000 (09:44 +0000)]
- msg before newline

Changed files:
    relup.sh -> 1.30

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- mention relup was used in release bump
Arkadiusz Miśkiewicz [Mon, 4 Jun 2012 17:28:22 +0000 (17:28 +0000)]
- mention relup was used in release bump

Changed files:
    relup.sh -> 1.29

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- multigl bcond dropped
Jan Rękorajski [Mon, 6 Feb 2012 22:27:35 +0000 (22:27 +0000)]
- multigl bcond dropped

Changed files:
    bconds.txt -> 1.22

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- CITASK mirror is ok, kernel.org silently discarded all the national
Paweł Gołaszewski [Mon, 2 Jan 2012 10:48:13 +0000 (10:48 +0000)]
- CITASK mirror is ok, kernel.org silently discarded all the national
  mirrors names.

Changed files:
    mirrors -> 1.65

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- disable ftp.pl.kernel.org mirror (nxdomain)
Adam Gołębiowski [Sat, 31 Dec 2011 11:39:02 +0000 (11:39 +0000)]
- disable ftp.pl.kernel.org mirror (nxdomain)

Changed files:
    mirrors -> 1.64

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 ago- do_upgrade bool
Elan Ruusamäe [Sat, 10 Dec 2011 16:17:40 +0000 (16:17 +0000)]
- do_upgrade bool

Changed files:
    pear-autoup.sh -> 1.16

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- skip dirs
Arkadiusz Miśkiewicz [Sun, 6 Nov 2011 10:52:53 +0000 (10:52 +0000)]
- skip dirs

Changed files:
    check-unused-files.py -> 1.14

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- match _status and status macros
Elan Ruusamäe [Thu, 3 Nov 2011 06:42:55 +0000 (06:42 +0000)]
- match _status and status macros

Changed files:
    pearize.sh -> 1.58

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- clean also pdf
Elan Ruusamäe [Sun, 14 Aug 2011 12:13:30 +0000 (12:13 +0000)]
- clean also pdf

Changed files:
    clean-distfiles.sh -> 1.3

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- updated
Elan Ruusamäe [Wed, 20 Jul 2011 10:23:12 +0000 (10:23 +0000)]
- updated

Changed files:
    bconds.txt -> 1.21

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- fix subdir usage
Elan Ruusamäe [Sun, 27 Feb 2011 16:16:34 +0000 (16:16 +0000)]
- fix subdir usage

Changed files:
    relup.sh -> 1.28

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- search pear packages using php-pear dep to match other "pear" channels too
Elan Ruusamäe [Sun, 27 Feb 2011 12:47:16 +0000 (12:47 +0000)]
- search pear packages using php-pear dep to match other "pear" channels too

Changed files:
    pear-autoup.sh -> 1.15

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- validate spec via rpm macro expand, can now checkout package: ./relup.sh -ui <PKG...
Elan Ruusamäe [Mon, 14 Feb 2011 08:03:51 +0000 (08:03 +0000)]
- validate spec via rpm macro expand, can now checkout package: ./relup.sh -ui <PKG> works

Changed files:
    relup.sh -> 1.27

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- updated
Elan Ruusamäe [Thu, 27 Jan 2011 07:55:17 +0000 (07:55 +0000)]
- updated

Changed files:
    bconds.txt -> 1.20

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 ago4.6.0
Arkadiusz Miśkiewicz [Wed, 26 Jan 2011 14:34:39 +0000 (14:34 +0000)]
4.6.0

Changed files:
    kde4diff.sh -> 1.23

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 ago4.5.5
Arkadiusz Miśkiewicz [Tue, 4 Jan 2011 16:33:53 +0000 (16:33 +0000)]
4.5.5

Changed files:
    kde4diff.sh -> 1.22

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- last bashism dropped
Elan Ruusamäe [Mon, 3 Jan 2011 11:16:45 +0000 (11:16 +0000)]
- last bashism dropped

Changed files:
    kde4finddescs.sh -> 1.5

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- ja olgu seal cat
Elan Ruusamäe [Mon, 3 Jan 2011 11:16:20 +0000 (11:16 +0000)]
- ja olgu seal cat

Changed files:
    kde4finddescs.sh -> 1.4

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- niech bedzie z shiftem
shadzik [Sat, 1 Jan 2011 19:58:33 +0000 (19:58 +0000)]
- niech bedzie z shiftem

Changed files:
    kde4finddescs.sh -> 1.3

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- remove the begining name from desc
shadzik [Sat, 1 Jan 2011 14:32:31 +0000 (14:32 +0000)]
- remove the begining name from desc

Changed files:
    kde4finddescs.sh -> 1.2

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- lays on my disk since forever
shadzik [Sat, 1 Jan 2011 14:28:00 +0000 (14:28 +0000)]
- lays on my disk since forever
- maybe someone finds it helpful, should work not only for kde4 apps

Changed files:
    kde4finddescs.sh -> 1.1

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- 4.5.4
Arkadiusz Miśkiewicz [Thu, 30 Dec 2010 19:17:39 +0000 (19:17 +0000)]
- 4.5.4

Changed files:
    kde4diff.sh -> 1.21

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- depend on fixed poldek src info
Elan Ruusamäe [Tue, 16 Nov 2010 14:34:04 +0000 (14:34 +0000)]
- depend on fixed poldek src info
- workaround another poldek sillyness

Changed files:
    pear-autoup.sh -> 1.14

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- make it less annoying
sparky [Tue, 16 Nov 2010 14:02:50 +0000 (14:02 +0000)]
- make it less annoying

Changed files:
    ci -> 1.6

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- php-pear-PEAR_Command_Packaging
Elan Ruusamäe [Tue, 16 Nov 2010 08:50:27 +0000 (08:50 +0000)]
- php-pear-PEAR_Command_Packaging

Changed files:
    pear-autoup.sh -> 1.13

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- remove macro cruft from commit message
Jan Rękorajski [Mon, 15 Nov 2010 19:04:08 +0000 (19:04 +0000)]
- remove macro cruft from commit message

Changed files:
    relup.sh -> 1.26

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- more pkgs check early
Elan Ruusamäe [Mon, 15 Nov 2010 14:53:54 +0000 (14:53 +0000)]
- more pkgs check early

Changed files:
    pear-autoup.sh -> 1.12

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- check tools early (php, pear)
Elan Ruusamäe [Mon, 15 Nov 2010 14:52:11 +0000 (14:52 +0000)]
- check tools early (php, pear)

Changed files:
    pear-autoup.sh -> 1.11

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- typo
Elan Ruusamäe [Mon, 1 Nov 2010 07:51:03 +0000 (07:51 +0000)]
- typo

Changed files:
    repackage.sh -> 1.33

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