Commit Graph

  • e34ffcadd9 some spanish language additions (kh) Klemens Häckel 2009-12-18 00:42:55 +00:00
  • bf2e2c0f00 Correct some translation mistakes. Serdar Dalgıç 2009-12-17 10:28:24 +00:00
  • 35f417d679 pisi-2.2.16 Faik Uygur 2009-12-17 07:57:58 +00:00
  • d7123543ab update translations Faik Uygur 2009-12-17 07:56:13 +00:00
  • dfb12a619d Fix pisi delta's not carrying file permission changes Faik Uygur 2009-12-16 14:36:30 +00:00
  • b4b9574285 print-all is ambigious, all is better. Serdar Dalgıç 2009-12-16 13:39:46 +00:00
  • dc960b4d2b change the ChangeLog Serdar Dalgıç 2009-12-16 13:28:55 +00:00
  • e0b7d1188f add -a, --print-all option to pisi blame: Blame for all of the releases. Serdar Dalgıç 2009-12-16 13:23:59 +00:00
  • 27e8a704c5 do not directly print, use ctx.ui.info. Otherwise it gives error with LC_ALL=C Serdar Dalgıç 2009-12-16 09:37:28 +00:00
  • d2760d4b27 when the release to print is found, no need to continue the iteration Serdar Dalgıç 2009-12-16 09:29:16 +00:00
  • 51425333b5 consider remote builds too. Serdar Dalgıç 2009-12-15 23:12:14 +00:00
  • 978f3e2c10 add to the ChangeLog too. Serdar Dalgıç 2009-12-15 22:30:26 +00:00
  • 58e8c0badf Warn if component.xml is not found in the upper directory, Tag the source as a part of unknown component. Serdar Dalgıç 2009-12-15 22:27:29 +00:00
  • fbb358f965 Make LocalName, Summary and Description optional for component.xml files Ozan Çağlayan 2009-12-15 08:46:39 +00:00
  • 0e6bdf6777 Let localname for Components be optional Faik Uygur 2009-12-15 08:30:27 +00:00
  • de89e8d435 correct hardcoded read in operations/install.py too Serdar Dalgıç 2009-12-14 13:23:11 +00:00
  • d80b8db663 do not read hardcoded pisi/pisi.conf :) Serdar Dalgıç 2009-12-14 13:18:11 +00:00
  • 06c4b64b9d some enhancements for distribution and architecture check Serdar Dalgıç 2009-12-14 12:59:38 +00:00
  • 269dec8c6b update these too. Serdar Dalgıç 2009-12-14 12:04:07 +00:00
  • 5649b03ea7 Add new option to pisi ar : --ignore-check Serdar Dalgıç 2009-12-14 11:55:00 +00:00
  • 89f509fbff Swedish translation. Patrik Karlsson 2009-12-12 08:09:43 +00:00
  • 48179b333d Check individual packages' Distribution Release and architecture properties before installing them. Serdar Dalgıç 2009-12-11 21:16:09 +00:00
  • 348c47a00c update and minor revision of some spanish language files (kh) Klemens Häckel 2009-12-10 23:32:55 +00:00
  • 479f10265b Raise meaningful warning when translations.xml has invalid XML. Serdar Dalgıç 2009-12-09 12:25:29 +00:00
  • d43cb73a04 No code duplication Bahadır Kandemir 2009-12-09 12:15:39 +00:00
  • 26d14982c7 Add package name to needs{Restart,Reboot} list if an update requires one of these actions. Bahadır Kandemir 2009-12-08 15:20:35 +00:00
  • 28b9de601b will not work,revert... but close Faik Uygur 2009-12-08 14:41:40 +00:00
  • 0382d3d10e Fix a bug in delta package creation where permission changed files are not taken into delta package. Faik Uygur 2009-12-08 14:35:33 +00:00
  • dc7973ba56 Catch zero division error in fetcher Faik Uygur 2009-12-08 13:13:13 +00:00
  • fef7786dec Don't read whole list when unnecessary Bahadır Kandemir 2009-12-07 21:09:09 +00:00
  • e8fa5bb1f6 Install DB changes and API methods for needs{Restart,Reboot} feature. Bahadır Kandemir 2009-12-07 21:05:30 +00:00
  • 89829d1e4e Dutch language update of /trunk/pisi/po/nl.po Anton Tolboom 2009-12-06 20:29:37 +00:00
  • 66c7e7aac3 fix typo Faik Uygur 2009-12-04 13:49:53 +00:00
  • ddd1b714b5 It works! Faik Uygur 2009-12-04 13:06:53 +00:00
  • 5018523ecd Scenario for #11406 Bahadır Kandemir 2009-12-04 12:22:23 +00:00
  • a994178435 typo Fatih Aşıcı 2009-12-04 12:18:12 +00:00
  • 73db8c6b8e Reverted AnyDep changes Bahadır Kandemir 2009-12-04 11:55:25 +00:00
  • ffbd4526e5 Fixed repo_version_bumped() ignoring with_version() argument. Bahadır Kandemir 2009-12-04 10:07:59 +00:00
  • 915d16cdec AnyDependency support added to with_dependencies() method. Simply give AnyDependency list as an argument. Bahadır Kandemir 2009-12-04 09:21:42 +00:00
  • bb2a4c9d69 Add <Requires><Action> ... support to scenario api Faik Uygur 2009-12-04 09:16:04 +00:00
  • c87edb7184 installed release is needed Faik Uygur 2009-12-04 09:11:32 +00:00
  • e8fe0e11c8 This should fix the recursive reverseDependencyUpdate problem. revDepUpdated package can also need revDepUpdate. This should also be carefully tested. Faik Uygur 2009-12-03 14:33:15 +00:00
  • b1d8132048 The calculated dependencies were not considered for rev_dep checks. This was an old bug. This should fix the bug but careful testing needed. Faik Uygur 2009-12-03 14:32:10 +00:00
  • 1d4a3b9beb Simplify patch, make preprocess support optional Ozan Çağlayan 2009-12-03 09:50:42 +00:00
  • 0e698b903d Add preprocess support patch Ozan Çağlayan 2009-12-03 09:38:10 +00:00
  • 04e74f42e2 Replaces now supports divided packages also. Here are three scenarios where Replaces can be used: Faik Uygur 2009-12-03 08:21:53 +00:00
  • becea2b413 fix comment Faik Uygur 2009-12-02 13:46:59 +00:00
  • d4455a2802 * dont do anything special for replaced packages in find_upgrades. Replaced packages are obsoleted and so they are forced to upgrade. * replaces.values is now array of arrays Faik Uygur 2009-12-02 13:42:11 +00:00
  • 8640c4ac00 Return all the replacing packages as an array Faik Uygur 2009-12-02 12:42:55 +00:00
  • 710bfd1b2e will be a short lived branch, but the changes are too critical for the stable branch. Faik Uygur 2009-12-02 12:42:05 +00:00
  • 4bfefb0235 translation updates Faik Uygur 2009-12-01 12:53:41 +00:00
  • 66fb74996a pisi-2.2.15 Faik Uygur 2009-12-01 12:53:17 +00:00
  • b81a4e90d3 Remove emptied dir also after removing special files empties dir. This solves the empty dir problem of perl modules after their pod files are removed. Faik Uygur 2009-11-23 13:36:58 +00:00
  • d2e28e0bd5 *Size variables should be long. Bahadır Kandemir 2009-11-22 14:56:51 +00:00
  • 175b3ce19c old and new package versions exist for DOWNGRADE also Faik Uygur 2009-11-10 09:41:42 +00:00
  • 692e7b043d update changelog Faik Uygur 2009-11-09 10:04:59 +00:00
  • c3aa79310a * KeepSpecial should control pod file removal, not actionapi's perl install * Remove .packlist files Faik Uygur 2009-11-09 10:02:33 +00:00
  • c349b9c11a Correction of some fuzzy french translations Philippe Svetoslavsky 2009-11-06 19:12:35 +00:00
  • af144f4af4 Revert replace for <Path> as it's not well tested, save the differences into a patch Ozan Çağlayan 2009-11-05 11:50:59 +00:00
  • 9b8c188caa french translation Philippe Svetoslavsky 2009-10-27 19:08:54 +00:00
  • 312e9d0150 Move pisi trunk Fatih Aşıcı 2009-10-27 10:20:03 +00:00
  • 570913056f Rename for now Fatih Aşıcı 2009-10-27 10:19:46 +00:00
  • c8a99e2ca4 Move pisi-2.2.14 tag Fatih Aşıcı 2009-10-27 10:13:59 +00:00
  • 590c0b5195 Move pisi-2.0_alpha1 tag Fatih Aşıcı 2009-10-27 10:13:58 +00:00
  • f20d5b5820 Move pisi-1.1_rc9 tag Fatih Aşıcı 2009-10-27 10:13:57 +00:00
  • 886d795d0a Move pisi-1.1_rc8 tag Fatih Aşıcı 2009-10-27 10:13:55 +00:00
  • 2e9a5fc3a3 Move pisi-1.1_rc7 tag Fatih Aşıcı 2009-10-27 10:13:54 +00:00
  • 3f37401914 Move pisi-1.1_rc6 tag Fatih Aşıcı 2009-10-27 10:13:49 +00:00
  • a2cde790b5 Move pisi-1.1_rc5 tag Fatih Aşıcı 2009-10-27 10:13:47 +00:00
  • c9c68b1fa7 Move pisi-1.1_rc4 tag Fatih Aşıcı 2009-10-27 10:13:46 +00:00
  • 3133576b88 Move pisi-1.1_rc3 tag Fatih Aşıcı 2009-10-27 10:13:44 +00:00
  • ccd519e72b Move pisi-1.1_rc2 tag Fatih Aşıcı 2009-10-27 10:13:43 +00:00
  • ea0faae450 Move pisi-1.1_rc10 tag Fatih Aşıcı 2009-10-27 10:13:41 +00:00
  • 965b614e10 Move pisi-1.1_rc1 tag Fatih Aşıcı 2009-10-27 10:13:40 +00:00
  • 7c739aab23 Move pisi-1.1_beta9 tag Fatih Aşıcı 2009-10-27 10:13:39 +00:00
  • 3e15fc55e3 Move pisi-1.1_beta8 tag Fatih Aşıcı 2009-10-27 10:13:37 +00:00
  • 19e7f60913 Move pisi-1.1_beta6 tag Fatih Aşıcı 2009-10-27 10:13:36 +00:00
  • 6ee0f2a91e Move pisi-1.1_beta5 tag Fatih Aşıcı 2009-10-27 10:13:31 +00:00
  • c8763a2eac Move pisi-1.1_beta4 tag Fatih Aşıcı 2009-10-27 10:13:30 +00:00
  • 07ea077113 Move pisi-1.1_beta3 tag Fatih Aşıcı 2009-10-27 10:13:29 +00:00
  • 6d7ec2f6a5 Move pisi-1.1_beta2 tag Fatih Aşıcı 2009-10-27 10:13:27 +00:00
  • c45abd8186 Move pisi-1.1_beta15 tag Fatih Aşıcı 2009-10-27 10:13:26 +00:00
  • 8d6a32a65e Move pisi-1.1_beta13 tag Fatih Aşıcı 2009-10-27 10:13:25 +00:00
  • 7e89071fc1 Move pisi-1.1_beta12 tag Fatih Aşıcı 2009-10-27 10:13:23 +00:00
  • 2fd59d4015 Move pisi-1.1_beta11 tag Fatih Aşıcı 2009-10-27 10:13:20 +00:00
  • adf825d8c6 Move pisi-1.1_beta10 tag Fatih Aşıcı 2009-10-27 10:13:19 +00:00
  • cf2fb971af Move pisi-1.1_beta1 tag Fatih Aşıcı 2009-10-27 10:13:17 +00:00
  • 8f6ff59de3 Move pisi-1.1.5 tag Fatih Aşıcı 2009-10-27 10:13:16 +00:00
  • be7ccbc6a1 Move pisi-1.1.4 tag Fatih Aşıcı 2009-10-27 10:13:15 +00:00
  • 3eed623642 Move pisi-1.1.3 tag Fatih Aşıcı 2009-10-27 10:13:13 +00:00
  • d942258825 Move pisi-1.1.2 tag Fatih Aşıcı 2009-10-27 10:13:09 +00:00
  • 3b48a9b75e Move pisi-1.1 tag Fatih Aşıcı 2009-10-27 10:13:08 +00:00
  • ba660d25ea Move pisi-1.0_rc5 tag Fatih Aşıcı 2009-10-27 10:13:06 +00:00
  • c7cc406df7 Move pisi-1.0_rc2 tag Fatih Aşıcı 2009-10-27 10:13:04 +00:00
  • 0a52071cff Move pisi-1.0_rc1 tag Fatih Aşıcı 2009-10-27 10:13:03 +00:00
  • 9e887b873e Move pisi-1.0_beta3 tag Fatih Aşıcı 2009-10-27 10:13:02 +00:00
  • 89aed71bed Move pisi-1.0_beta2 tag Fatih Aşıcı 2009-10-27 10:13:00 +00:00
  • 9c0e81ba95 Move pisi-1.0_beta1 tag Fatih Aşıcı 2009-10-27 10:12:59 +00:00
  • 57eaa331cb Move pisi-1.0_alpha9 tag Fatih Aşıcı 2009-10-27 10:12:57 +00:00
  • 912e3fb6d5 Move pisi-1.0_alpha8 tag Fatih Aşıcı 2009-10-27 10:12:56 +00:00