Commit Graph

4682 Commits

Author SHA1 Message Date
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
Serdar Dalgıç d2760d4b27 when the release to print is found, no need to continue the iteration 2009-12-16 09:29:16 +00:00
Serdar Dalgıç 51425333b5 consider remote builds too. 2009-12-15 23:12:14 +00:00
Serdar Dalgıç 978f3e2c10 add to the ChangeLog too. 2009-12-15 22:30:26 +00:00
Serdar Dalgıç 58e8c0badf Warn if component.xml is not found in the upper directory,
Tag the source as a part of unknown component.
2009-12-15 22:27:29 +00:00
Ozan Çağlayan fbb358f965 Make LocalName, Summary and Description optional for component.xml files 2009-12-15 08:46:39 +00:00
Faik Uygur 0e6bdf6777 Let localname for Components be optional 2009-12-15 08:30:27 +00:00
Serdar Dalgıç de89e8d435 correct hardcoded read in operations/install.py too 2009-12-14 13:23:11 +00:00
Serdar Dalgıç d80b8db663 do not read hardcoded pisi/pisi.conf :) 2009-12-14 13:18:11 +00:00
Serdar Dalgıç 06c4b64b9d some enhancements for distribution and architecture check 2009-12-14 12:59:38 +00:00
Serdar Dalgıç 269dec8c6b update these too. 2009-12-14 12:04:07 +00:00
Serdar Dalgıç 5649b03ea7 Add new option to pisi ar : --ignore-check
Now, pisi checks distribution release and architecture types of pisi-index.xml files when adding the repository.
To skip this feature, use --ignore-check parameter.

To use this feature effectively for architectures; while creating distribution.xml files, Architecture tag should be added.
Otherwise, Architecture check is skipped.
2009-12-14 11:55:00 +00:00
Patrik Karlsson 89f509fbff Swedish translation. 2009-12-12 08:09:43 +00:00
Serdar Dalgıç 48179b333d Check individual packages' Distribution Release and architecture properties before installing them. 2009-12-11 21:16:09 +00:00
Klemens Häckel 348c47a00c update and minor revision of some spanish language files (kh) 2009-12-10 23:32:55 +00:00
Serdar Dalgıç 479f10265b Raise meaningful warning when translations.xml has invalid XML.
BUG:FIXED:8969
2009-12-09 12:25:29 +00:00
Bahadır Kandemir d43cb73a04 No code duplication 2009-12-09 12:15:39 +00:00
Bahadır Kandemir 26d14982c7 Add package name to needs{Restart,Reboot} list if an update requires one of these actions.
IMHO, update_databases() method in Install class is suitable for this operation, feel free to move/refactor code if I'm wrong.
2009-12-08 15:20:35 +00:00
Faik Uygur 28b9de601b will not work,revert... but close 2009-12-08 14:41:40 +00:00
Faik Uygur 0382d3d10e Fix a bug in delta package creation where permission changed files are not taken into delta package. 2009-12-08 14:35:33 +00:00
Faik Uygur dc7973ba56 Catch zero division error in fetcher 2009-12-08 13:13:13 +00:00
Bahadır Kandemir fef7786dec Don't read whole list when unnecessary 2009-12-07 21:09:09 +00:00
Bahadır Kandemir e8fa5bb1f6 Install DB changes and API methods for needs{Restart,Reboot} feature.
pisi.api.list_needs_{reboot,restart}()
pisi.api.add_needs_{reboot,restart}(package)
pisi.api.remove_needs_{reboot,restart}(package)
2009-12-07 21:05:30 +00:00
Anton Tolboom 89829d1e4e Dutch language update of /trunk/pisi/po/nl.po 2009-12-06 20:29:37 +00:00
Faik Uygur 66c7e7aac3 fix typo 2009-12-04 13:49:53 +00:00
Faik Uygur ddd1b714b5 It works!
BUG:FIXED:11406
2009-12-04 13:06:53 +00:00
Bahadır Kandemir 5018523ecd Scenario for #11406 2009-12-04 12:22:23 +00:00
Fatih Aşıcı a994178435 typo 2009-12-04 12:18:12 +00:00
Bahadır Kandemir 73db8c6b8e Reverted AnyDep changes 2009-12-04 11:55:25 +00:00
Bahadır Kandemir ffbd4526e5 Fixed repo_version_bumped() ignoring with_version() argument. 2009-12-04 10:07:59 +00:00