Transifex SVN Submitter
5a08a1f5f5
l10n: Updated Italian (it) translation to 82% (Ali Işıngör)
...
New status: 525 messages complete with 38 fuzzies and 75 untranslated.
Transmitted-via: Transifex (translate.pardus.org.tr).
2011-05-30 12:11:11 +00:00
Transifex SVN Submitter
8639c5d991
l10n: Updated Italian (it) translation to 82% (Ali Işıngör)
...
New status: 525 messages complete with 39 fuzzies and 74 untranslated.
Transmitted-via: Transifex (translate.pardus.org.tr).
2011-05-30 12:09:45 +00:00
Transifex SVN Submitter
1cfc12a19e
l10n: Updated German (de) translation to 100% (Stefan Wilhelm)
...
New status: 638 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translate.pardus.org.tr).
2011-05-30 09:21:48 +00:00
Transifex SVN Submitter
16d2c39edf
l10n: Updated Dutch (Flemish) (nl) translation to 100% (Antoon Tolboom)
...
New status: 510 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translate.pardus.org.tr).
2011-05-30 08:20:45 +00:00
Fatih Aşıcı
a77338ec8d
pisi 2.4_beta1
...
This is the first beta for the upcoming 2.4.x releases. This release
includes enhancements, important bug fixes, and translation updates.
The most notable change is the parallelization of index module. This
reduces the time spent when indexing large repositories. Another
important change is the fix for failure when a directory in a package
becomes a symlink.
There are also behavioural changes introduced in this release:
* delta: If all files in a package have changed, delta is not created
unless requested explicitly.
* build: Additional source files are now copied before applying
patches.
* cli: add-repo command now fails when a repo name/uri is not given.
2011-05-30 07:26:47 +00:00
Fatih Aşıcı
532575dd05
l10n: Update messages
2011-05-30 07:08:13 +00:00
Fatih Aşıcı
d7ddf1946f
l10n/it: Do not break the line in translation
2011-05-30 07:03:42 +00:00
Gökçen Eraslan
8e1a4704c1
index: Do not traverse hidden directories during index.
2011-05-27 05:54:52 +00:00
Transifex SVN Submitter
6e31124b6d
l10n: Updated Russian (ru) translation to 100% (Nikolay Semenov)
...
New status: 637 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translate.pardus.org.tr).
2011-05-26 19:52:52 +00:00
Transifex SVN Submitter
59daaafed7
l10n: Updated Spanish (Castilian) (es) translation to 99% (Klemens Häckel)
...
New status: 631 messages complete with 0 fuzzies and 6 untranslated.
Transmitted-via: Transifex (translate.pardus.org.tr).
2011-05-26 01:28:29 +00:00
Ozan Çağlayan
d1a3b77609
patches: Drop useless hunk
2011-05-24 12:07:15 +00:00
Ozan Çağlayan
ebf49a60fe
build: Put source additional files before applying patches.
...
This way, we can apply a patch on top of an additional
source file.
2011-05-24 11:14:09 +00:00
Ozan Çağlayan
c433669caa
rng: Add AVASYSPL license for Epson scanner stuff
2011-05-23 19:36:56 +00:00
Gökçen Eraslan
21896fb32c
index: Make sure that pool is safely closed and joined.
...
Make sure we call close and join methods of Pool object
properly in any case. This fixes hundreds of processes
appeard in buildfarm.
2011-05-23 11:52:49 +00:00
Gökçen Eraslan
40e0f6617c
index: Parallelize indexing procedure using Python's multiprocessing module.
...
Create a pool of worker processes to make indexing in a parallel fashion.
Normally, all metadata parsing and SHA1 calculation process are done
sequentially per package.
This commits distributes all package-based parsing, SHA1 calculation process
to worker processes to make it faster in multiprocessor/multicore systems.
2011-05-13 11:50:02 +00:00
Ozan Çağlayan
03d95dd78c
scripts/pisi-sandbox: Update dates, versions
2011-05-11 07:50:00 +00:00
Gökçen Eraslan
65a5d119ed
rng: Add ZPLv2.0 license to RNG.
2011-05-07 19:26:13 +00:00
Transifex SVN Submitter
8103c42ff2
l10n: Updated Italian (it) translation to 82% (Hudaverdi Sarialtin)
...
New status: 523 messages complete with 38 fuzzies and 76 untranslated.
Transmitted-via: Transifex (translate.pardus.org.tr).
2011-04-27 17:36:11 +00:00
Mehmet Emre Atasever
b560a8436a
revert <ExcludeArch> regex support, add armv7l to the <ExcludeArch> values
2011-04-27 16:01:54 +00:00
Mehmet Emre Atasever
f291d21fb6
pisi should manage <ExcludeArch> tags with regex
2011-04-27 07:35:10 +00:00
Transifex SVN Submitter
e76942903b
l10n: Updated Italian (it) translation to 81% (Hudaverdi Sarialtin)
...
New status: 519 messages complete with 38 fuzzies and 80 untranslated.
Transmitted-via: Transifex (translate.pardus.org.tr).
2011-04-26 17:47:55 +00:00
Transifex SVN Submitter
cfa03c0d94
l10n: Updated German (de) translation to 100% (Stefan Wilhelm)
...
New status: 637 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translate.pardus.org.tr).
2011-04-25 12:43:28 +00:00
Ozan Çağlayan
97b371034b
l10n: Update messages
2011-04-12 07:10:57 +00:00
Ozan Çağlayan
0f0bd02ae8
operations/build: Fix CCache name to reflect upstream name ccache (pb#17713)
...
Use ccache instead of CCache which doesn't reflect upstream name
BUG:FIXED:17713
2011-04-12 07:10:45 +00:00
Ozan Çağlayan
2148554f39
cli/listavailable: Fix inconsistent coloring (pb#17716)
...
Simplify code to fix the wrong coloring behaviour of pisi list-available
command.
Reported by: Anıl Özbek
BUG:COMMENT:17716
2011-04-12 06:43:05 +00:00
Transifex SVN Submitter
8334fc6f13
l10n: Updated French (fr) translation to 100% (Philippe Svetoslavsky)
...
New status: 637 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translate.pardus.org.tr).
2011-04-06 10:51:42 +00:00
Transifex SVN Submitter
1b50e242cc
l10n: Updated Dutch (Flemish) (nl) translation to 100% (Antoon Tolboom)
...
New status: 637 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translate.pardus.org.tr).
2011-04-06 06:39:53 +00:00
Fatih Aşıcı
c89befaea7
l10n: Update messages
2011-04-05 21:30:04 +00:00
Fatih Aşıcı
94f1dcd6a7
cli/addrepo: Make name and URI parameters mandatory
...
Previously it was adding a default repo if those parameters were not
given.
BUG:FIXED:15196
2011-04-05 21:29:54 +00:00
Transifex SVN Submitter
ec3d972b41
l10n: Updated German (de) translation to 100% (Stefan Wilhelm)
...
New status: 637 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translate.pardus.org.tr).
2011-04-05 20:44:30 +00:00
Transifex SVN Submitter
b95a706f5c
l10n: Updated German (de) translation to 100% (Stefan Wilhelm)
...
New status: 637 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translate.pardus.org.tr).
2011-04-05 20:40:35 +00:00
Transifex SVN Submitter
0c4266b87b
l10n: Updated Dutch (Flemish) (nl) translation to 100% (Antoon Tolboom)
...
New status: 637 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translate.pardus.org.tr).
2011-04-05 06:41:40 +00:00
Fatih Aşıcı
1a541ba8c2
l10n: Update messages
2011-04-04 22:36:43 +00:00
Fatih Aşıcı
d8a42a8d35
cli/info: Format the info output of source packages
...
Thanks to Anıl Özbek for his patch.
BUG:FIXED:17595
2011-04-04 22:35:01 +00:00
Fatih Aşıcı
5774561b7f
specfile: Show licenses in package info
...
A modified version of the patch provided by Anıl Özbek.
BUG:FIXED:17596
2011-04-04 22:34:55 +00:00
Fatih Aşıcı
f08fd0f1d2
delta: Reduce code duplication
2011-04-04 22:11:08 +00:00
Transifex SVN Submitter
f16c6ffdb8
l10n: Updated Turkish (tr) translation to 100% (Fatih Aşıcı)
...
New status: 636 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translate.pardus.org.tr).
2011-04-04 21:41:16 +00:00
Transifex SVN Submitter
7d41988da7
l10n: Updated Russian (ru) translation to 99% (Alexey Ivanes)
...
New status: 632 messages complete with 0 fuzzies and 4 untranslated.
Transmitted-via: Transifex (translate.pardus.org.tr).
2011-04-03 17:23:45 +00:00
Transifex SVN Submitter
39793b8d49
l10n: Updated Dutch (Flemish) (nl) translation to 100% (Antoon Tolboom)
...
New status: 636 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translate.pardus.org.tr).
2011-04-03 15:25:09 +00:00
Fatih Aşıcı
47564fe82f
l10n: Update messages
2011-04-03 14:21:31 +00:00
Fatih Aşıcı
7ff6f25ede
delta: Change the way in previous commit
...
No need to use an exception. Comparing the size of changed files and the
new files is enough.
2011-04-03 14:21:24 +00:00
Fatih Aşıcı
11de3a06c2
delta: Do not create delta if all files are different
2011-04-03 13:55:40 +00:00
Fatih Aşıcı
27a437c650
delta: Minor refactoring in find_delta
...
Use better variable names and reduce lambda usage.
2011-04-03 13:30:34 +00:00
Fatih Aşıcı
fdd0d38cdd
build: Check max_count value
2011-03-31 11:37:57 +00:00
Fatih Aşıcı
6f1c2dd6c1
archive: Fix failure when a directory is changed with a symlink
2011-03-31 11:37:55 +00:00
Fatih Aşıcı
3357b987ad
build: Fix copy/paste error
2011-03-30 11:49:43 +00:00
Fatih Aşıcı
f13a697a18
rng: Add FDL-1.3 to the list of licenses
...
BUG:FIXED:17528
2011-03-29 06:16:58 +00:00
Gökçen Eraslan
9c5d34df28
index: Fix usage of remove_suffix.
2011-03-26 10:33:01 +00:00
Fatih Aşıcı
85908e1707
pisi 2.4_alpha4
...
This is the forth alpha for the upcoming 2.4.x releases. This release
introduces two features as well as bug fixes and translation updates.
The first feature which is added in this release is an API addition for
use in buildfarm. With a new method, it is now possible to determine
the old packages that will be used to create delta packages from.
"Build flags" is another feature introduced in this release. Build flags
can be used to enable/disable some operations/packages at build time.
Currently, two flags are accepted: noDebug and noDelta.
Changes since 2.4_alpha3
------------------------
fatih (11):
build: Reload actions script for each build type
installdb: Parse directory names correctly
l10n: Update messages
build: Do not allow duplicate path values in spec file
build: Fail if a path does not start with a slash
build: Add a method to determine delta packages to be created
l10n: Update messages
index: Ignore debug packages of obsoleted packages
build,specfile: Implement support for build flags
dtd,rng: Accept BuildFlags tag inside Package tags
l10n: Update Turkish translations
igungor (1):
l10n: Revert the latest Italian translation which breaks pisi.
transifex (5):
l10n: Updated Italian (it) translation to 81% (Hudaverdi Sarialtin)
l10n: Updated French (fr) translation to 100% (Philippe Svetoslavsky)
l10n: Updated Dutch (Flemish) (nl) translation to 100% (Antoon Tolboom)
l10n: Updated Dutch (Flemish) (nl) translation to 100% (Antoon Tolboom)
l10n: Updated French (fr) translation to 100% (Philippe Svetoslavsky)
2011-03-25 16:18:10 +00:00
Fatih Aşıcı
842a6e6fa4
l10n: Update Turkish translations
2011-03-25 13:59:55 +00:00