d64f21793c
If file could not be downloaded, raise an error about it. And if it is cached delete it before starting a new operation. It is not deleted after download because it may be checked to see what the problem is.
Faik Uygur
2009-01-26 13:11:04 +00:00
8c935c70cb
German transl. updated
Mustafa Ölçerman
2009-01-24 12:40:57 +00:00
893200de23
Remove the trailing / when returning for retaining older console output format.
Ozan Çağlayan
2009-01-21 19:50:33 +00:00
bdc9b354a5
update service script style, add translations.xml
Onur Küçük
2009-01-21 17:49:00 +00:00
b659c008b9
By default, filecmp.cmp() compares two files by looking file sizes. shallow=False tells cmp() to look file content.
Bahadır Kandemir
2009-01-20 12:46:56 +00:00
9a17fe0ec0
new_path should be deleted. If it is a regular file copy works on it, but if it is a symlink as seen on virtualbox delta package, it becomes a problem.
Faik Uygur
2009-01-20 07:42:47 +00:00
ad98eef38e
no need for reinit hack
Faik Uygur
2009-01-16 08:26:46 +00:00
db12695bd7
Keep repo updates in history... add, remove will come
Faik Uygur
2009-01-16 08:03:22 +00:00
4b04c261bb
Dutch translations bij Willem Gielen
Willem Gielen
2009-01-14 17:39:59 +00:00
e7576a76de
* pisi/cli/listavailable.py (print_packages): Resize the first column dynamically according to the longest package name (#9021) and fix some other displaying issues concerning 'listavailable' command.
Ozan Çağlayan
2009-01-14 13:23:42 +00:00
cdd84da6e5
Fix typo in Turkish translation
Fatih Aşıcı
2009-01-11 16:23:11 +00:00
ca43cb15f3
new license: OSGPLv0.0
Murat Şenel
2009-01-11 15:37:31 +00:00
0e267f1627
pisi/actionsapi/cmaketools.py: If both -v and -d parameters are + given, pass VERBOSE=1 parameter to make command. This results printing commands in make to the screen in addition to the colorful cmake progress lines.
Gökçen Eraslan
2009-01-09 13:12:24 +00:00
5f243861f3
Raise exception, if dosed does not change anything in given file.
Gökçen Eraslan
2009-01-04 10:45:25 +00:00
00c143ce34
Check return value of the given command of shelltools.system, raise exception if it is not equal to zero. This also effects methods using system, like domo, dobin, doman etc.
Gökçen Eraslan
2009-01-04 10:43:14 +00:00
779760f1af
Check glob methods. This means, if any action in actions.py, operates on files that do not exist, pisi raises an exception about that.
Gökçen Eraslan
2009-01-04 10:37:24 +00:00
973200bf08
If dosed couldn't find any file, it should raise exception. How did we miss that for that much time?
Gökçen Eraslan
2008-12-29 18:37:35 +00:00
86dd5ec402
change here too, for fallback to en
Faik Uygur
2008-12-29 13:10:36 +00:00
9febed83a5
Search also in "en" locale if not found in local translated description or when there is no local translation.
Faik Uygur
2008-12-29 13:04:00 +00:00
4b106ffee5
Trivial cosmetic patch by Ömer Fadıl Usta to fix the layout issue of 'pisi help' (#8907).
Ozan Çağlayan
2008-12-27 11:30:23 +00:00
6d5a0dfbb2
* Also check if file isEmpty ..
Gökmen Göksel
2008-12-23 21:31:07 +00:00
ac2ae47d03
* Auto dodoc doesnt work because its python and u need to use split.. * AUTHORS file added to automatic dodoc list.
Gökmen Göksel
2008-12-23 20:24:06 +00:00
11fe68eea3
* Fix optional and mandatory problem of <Requires> <Action> tags when pisi.spec.SpecFile is used. Actually code was wrong..
Faik Uygur
2008-12-23 13:08:02 +00:00
46760bcd29
- Add get_config_files helper method to installdb. - create pisi.operations.check, move and cleanup check code - pisi.api.check now returns a dictionary that has 'missing' and 'corrupted' lists - Added --config parameter to pisi check that now checks and finds any changed config file (#8436)
Faik Uygur
2008-12-05 12:45:10 +00:00
cc037860d1
the action name
Faik Uygur
2008-12-04 15:05:18 +00:00
f7a2672a81
Add <Requires> support to PiSi
Ozan Çağlayan
2008-12-04 14:51:23 +00:00
a43c00a863
If a full path is given to "pisi sf" we can get it from filesdb which gives a huge time benefit.
Faik Uygur
2008-12-02 12:15:40 +00:00
b25a4fecf3
Willem Gielen
2008-12-01 17:13:08 +00:00
c37155d5ed
When PiSi CLI asks you a question, it doesn't flush its input buffer, causing characters typed before the question prompt to be handled like the answer.
Ozan Çağlayan
2008-11-27 11:27:29 +00:00
9742745f28
Check versioning of the package while building and installing
Faik Uygur
2008-11-26 14:08:38 +00:00
c83f49c0bb
Make warning message color brightyellow instead of brightred.. Red indicates a fatal error..
Faik Uygur
2008-11-26 08:53:08 +00:00
06c9f39b9e
Use lexist to return True for broken links. We check the existence of the file (here symlink file) only. And then check the sha1sum of the file. For symlinks this is the path string's sha1sum.
Faik Uygur
2008-11-21 13:00:43 +00:00
c6c57cf372
Ask removal confirmation of conflicting packages before upgrading but not before if fetch-only operation finished. (#4539)
Faik Uygur
2008-11-10 08:33:44 +00:00
67ab443529
Force upgrading of replaced but installed packages.
Faik Uygur
2008-11-05 09:48:37 +00:00
860844cf8d
replaced packages are also obsoleted packages, they will already be removed in remove_obsoleted_packages
Faik Uygur
2008-11-05 09:30:21 +00:00
9661a234b8
may be needed
Faik Uygur
2008-11-05 09:13:32 +00:00
2258433ff7
Debug packages may be moved to somewhere else by buildfarm For build no calculation pisi has to look there also
Faik Uygur
2008-11-03 09:47:25 +00:00
2ce79b504a
sources directory on our ftp server was moved, look for the correct place..
Ekin Meroğlu
2008-11-01 22:49:52 +00:00
efdb2ee099
no_install da gitsin
Faik Uygur
2008-10-31 13:25:31 +00:00
3cc6ae5c87
pisi.api.install is locked... build calls it
Faik Uygur
2008-10-31 09:19:03 +00:00
d69b09937f
Now, default build type for CMake is 'release'. Difference between the build type release and RelWithDebInfo (this is the build type when you do not specify any parameter about the build type):
Gökçen Eraslan
2008-10-26 17:55:25 +00:00
58d591c4b8
- Correct word for "Package" is "Paket" (Fixes#8501)
Ozan Çağlayan
2008-10-25 12:05:33 +00:00
5477c6bd01
If a symbolic link file of a package is linked to a directory and is in your current working directory and you search that link file with sf, pisi sf returns wrong results...
Faik Uygur
2008-10-24 11:29:17 +00:00