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
Bahadır Kandemir
915d16cdec
AnyDependency support added to with_dependencies() method. Simply give AnyDependency list as an argument.
2009-12-04 09:21:42 +00:00
Faik Uygur
bb2a4c9d69
Add <Requires><Action> ... support to scenario api
2009-12-04 09:16:04 +00:00
Faik Uygur
c87edb7184
installed release is needed
2009-12-04 09:11:32 +00:00
Faik Uygur
e8fe0e11c8
This should fix the recursive reverseDependencyUpdate problem. revDepUpdated package can also need revDepUpdate.
...
This should also be carefully tested.
2009-12-03 14:33:15 +00:00
Faik Uygur
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.
BUG:COMMENT:11406
2009-12-03 14:32:10 +00:00
Ozan Çağlayan
1d4a3b9beb
Simplify patch, make preprocess support optional
2009-12-03 09:50:42 +00:00
Ozan Çağlayan
0e698b903d
Add preprocess support patch
2009-12-03 09:38:10 +00:00
Faik Uygur
04e74f42e2
Replaces now supports divided packages also. Here are three scenarios where Replaces can be used:
...
1) A package is replaced by another: actioncube -> assaultcube
2) A package is divided into multiple packages: gimp-i18n -> (gimp-i18n-de, gimp-i18n-tr, ...)
All the sub packages should include <Replaces><Package>gimp-i18n</Package></Replaces>
3) Multiple packages became one package: [nvidia-drivers177, nvidia-drivers180] -> module-nvidia-current
module-nvidia-current should have <Replaces><Package>nvidia-drivers177</Package><Package>nvidia-drivers180</Package></Replaces>
BUG:FIXED:8561
2009-12-03 08:21:53 +00:00
Faik Uygur
becea2b413
fix comment
2009-12-02 13:46:59 +00:00
Faik Uygur
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
2009-12-02 13:42:11 +00:00
Faik Uygur
8640c4ac00
Return all the replacing packages as an array
2009-12-02 12:42:55 +00:00
Faik Uygur
710bfd1b2e
will be a short lived branch, but the changes are too critical for the stable branch.
2009-12-02 12:42:05 +00:00
Faik Uygur
4bfefb0235
translation updates
2009-12-01 12:53:41 +00:00
Faik Uygur
66fb74996a
pisi-2.2.15
2009-12-01 12:53:17 +00:00
Faik Uygur
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.
BUG:FIXED:11588
2009-11-23 13:36:58 +00:00
Bahadır Kandemir
d2e28e0bd5
*Size variables should be long.
2009-11-22 14:56:51 +00:00
Faik Uygur
175b3ce19c
old and new package versions exist for DOWNGRADE also
2009-11-10 09:41:42 +00:00
Faik Uygur
692e7b043d
update changelog
2009-11-09 10:04:59 +00:00
Faik Uygur
c3aa79310a
* KeepSpecial should control pod file removal, not actionapi's perl install
...
* Remove .packlist files
2009-11-09 10:02:33 +00:00
Philippe Svetoslavsky
c349b9c11a
Correction of some fuzzy french translations
2009-11-06 19:12:35 +00:00
Ozan Çağlayan
af144f4af4
Revert replace for <Path> as it's not well tested, save the differences into a patch
2009-11-05 11:50:59 +00:00
Philippe Svetoslavsky
9b8c188caa
french translation
2009-10-27 19:08:54 +00:00
Fatih Aşıcı
312e9d0150
Move pisi trunk
2009-10-27 10:20:03 +00:00
Fatih Aşıcı
570913056f
Rename for now
2009-10-27 10:19:46 +00:00
Fatih Aşıcı
c8a99e2ca4
Move pisi-2.2.14 tag
2009-10-27 10:13:59 +00:00