Commit Graph

4711 Commits

Author SHA1 Message Date
Ozan Çağlayan c315948a21 Avoid NoneType excepsions 2010-01-23 13:39:11 +00:00
Ozan Çağlayan efb97cc392 Add support for reverse applying a patch with <Patch reverse="[tT]rue">.. 2010-01-23 13:22:07 +00:00
Gökçen Eraslan 2eb8943986 Do not ignore parameter in make method (eg. perl Build test). Tests of some perl modules have never run before this commit. 2010-01-22 12:37:45 +00:00
Faik Uygur 4539137d6a When the last dependency package of <AnyDependency> is removed. the reverse dep should also be removed. This was
working, but missed the attributes part.. So it was working for the Dependency tag without attributes like versionFrom, 
versionTo, ...
2010-01-20 07:44:52 +00:00
Ozan Çağlayan 8f5aa7e6ab Don't wait until packaging for borking about invalid version strings
- Current pisi borks about invalid version string just before creating .pisi file.
Move that check to __init__ in Builder to fail as early as possible.

- Also handle unknown keywords in version strings to not fail with unhandled
exceptions.
2010-01-19 13:14:11 +00:00
Ozan Çağlayan 186bfada9f Pisi error message sanitization
* pisi/specfile.py (_set_i18n): Handle parsing errors during
translations.xml reading.
* pisi/specfile.py (read_translations): Ignore source package
translations if <Name> is empty in translations.xml.
2010-01-19 12:08:10 +00:00
Faik Uygur d39c4c82a0 pisi-2.2.18 2010-01-14 10:23:12 +00:00
Klemens Häckel c85071858f some last minute language fixes for german release note and some spanish details 2010-01-13 23:02:45 +00:00
Patrik Karlsson e9f5bb3329 Swedish translation. 2010-01-13 11:26:36 +00:00
Faik Uygur 79dfa18e7c remove later note 2010-01-13 09:21:27 +00:00
Faik Uygur 80a5b1dee2 Do not force replaced package upgrades for system.base upgrade planning 2010-01-13 09:05:47 +00:00
Ozan Çağlayan 3b8250b8bf Implement get.ARCH()
* pisi/actionsapi/get.py: Add ARCH() for getting host architecture.
Thanks to 64-bit team for pointing out this requirement.
2010-01-12 10:32:55 +00:00
Faik Uygur b9521c6a2d Add get_package_requirements method to pisi api 2010-01-11 13:57:47 +00:00
Patrik Karlsson 3c0942d73c Swedish translations. 2010-01-10 14:04:11 +00:00
Patrik Karlsson ad48c23c32 Swedish translations 2010-01-09 19:17:38 +00:00
Ozan Çağlayan e5641826e5 A scenario for #9991 2010-01-09 10:26:49 +00:00
Faik Uygur b0ccf0185f remove unused exceptions 2010-01-08 08:19:43 +00:00
Serdar Dalgıç bbecc6e9fa remove obsolete exceptions too 2010-01-08 08:14:35 +00:00
Faik Uygur 9db5417a30 pisi-2.2.17 2010-01-08 07:46:43 +00:00
Faik Uygur aeb3095788 Update translations 2010-01-08 07:46:35 +00:00
Faik Uygur 2f2d9bd1e0 Remove repo architecture and distribution check for now 2010-01-08 07:45:24 +00:00
Ozan Çağlayan a13e2a7e10 A little better 2010-01-05 09:42:03 +00:00
Ozan Çağlayan 528ba418cc Support glob patterns in shelltools.unlink() 2010-01-04 08:00:20 +00:00
Faik Uygur 4a533ca0bd Revert change. pisi can not decide which operation to return. 2010-01-04 06:40:57 +00:00
Philippe Svetoslavsky 0e2a8cc9d0 minor correction 2010-01-01 21:24:59 +00:00
Serdar Dalgıç f580227ec7 Do not give permission to takeback system to the initial state which is always pardus-cd repository is updated. . 2009-12-31 12:34:46 +00:00
Anton Tolboom fef4b041dc Dutch language update of /trunk/pisi/po/nl.po 2009-12-30 15:05:25 +00:00
Philippe Svetoslavsky b0422ac719 french translations added 2009-12-28 20:12:37 +00:00
Patrik Karlsson 0283bcb57f Swedish translation. 2009-12-28 17:23:27 +00:00
Ozan Çağlayan cd4486e1d9 Add possibility to clean-up firmwares 2009-12-24 19:36:36 +00:00
Ozan Çağlayan e60595bd86 add new method updateKConfig() 2009-12-24 18:30:32 +00:00
Anton Tolboom 80c78e6632 Dutch language update of /trunk/pisi/po/nl.po 2009-12-23 16:24:59 +00:00
Serdar Dalgıç 60978f55d4 add --ignore-check to pisi install command too, to get rid of architecture and distribution checks 2009-12-23 12:42:43 +00:00
Gökçen Eraslan 810b318612 Apply commit r23485 (sort the files according to their path names before adding them to the tarfile.) for delta packages. 2009-12-23 12:30:20 +00:00
Anton Tolboom 86446b2d15 Dutch language update of /trunk/pisi/po/nl.po 2009-12-22 14:13:03 +00:00
Anton Tolboom 747a3def15 Dutch language update of /trunk/pisi/po/nl.po 2009-12-22 13:59:49 +00:00
Anton Tolboom 6daf64a9c4 Dutch language update of /trunk/pisi/po/nl.po 2009-12-22 13:35:36 +00:00
Gökçen Eraslan 3bfa18848f Add changelog for CMake build type change. 2009-12-21 14:06:11 +00:00
Gökçen Eraslan 586e1ec7c6 Change CMAKE_BUILD_TYPE to RelWithDebInfo, this also adds -DNDEBUG and -DQT_NO_DEBUG in KDE packages. I'll also add QT_NO_DEBUG to Qt package. 2009-12-21 14:02:11 +00:00
Faik Uygur 246aaa3e66 This saves it all for broken packages by hand (deleted files on purpose) or changed config files 2009-12-21 09:08:06 +00:00
Fatih Aşıcı fc877b2687 Fix exceptions raise after quitting history view. 2009-12-21 09:07:32 +00:00
Klemens Häckel e34ffcadd9 some spanish language additions (kh) 2009-12-18 00:42:55 +00:00
Serdar Dalgıç bf2e2c0f00 Correct some translation mistakes. 2009-12-17 10:28:24 +00:00
Faik Uygur 35f417d679 pisi-2.2.16 2009-12-17 07:57:58 +00:00
Faik Uygur d7123543ab update translations 2009-12-17 07:56:13 +00:00
Faik Uygur dfb12a619d Fix pisi delta's not carrying file permission changes 2009-12-16 14:36:30 +00:00
Serdar Dalgıç b4b9574285 print-all is ambigious, all is better. 2009-12-16 13:39:46 +00:00
Serdar Dalgıç dc960b4d2b change the ChangeLog 2009-12-16 13:28:55 +00:00
Serdar Dalgıç e0b7d1188f add -a, --print-all option to pisi blame: Blame for all of the releases. 2009-12-16 13:23:59 +00:00
Serdar Dalgıç 27e8a704c5 do not directly print, use ctx.ui.info. Otherwise it gives error with LC_ALL=C 2009-12-16 09:37:28 +00:00