Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
I
inary
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
1
Konular (issue)
1
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
SulinOS
inary
Commits
94f85db8
Kaydet (Commit)
94f85db8
authored
Eki 15, 2009
tarafından
Ozan Çağlayan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Don't append dbginfo to the debug packages' partOf data
üst
7aa5b72a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
ChangeLog
ChangeLog
+4
-0
build.py
pisi/operations/build.py
+2
-2
No files found.
ChangeLog
Dosyayı görüntüle @
94f85db8
2009-10-15 Ozan Çağlayan <ozan@pardus.org.tr>
* pisi/operations/build.py (Builder.generate_debug_package_object):
Don't append dbginfo to the debug packages' component.
2009-09-25 Gökçen Eraslan <gokcen@pardus.org.tr>
* pisi/actionsapi/pisitools.py: In dosym method, file that already exists is the
destination file, not the source file. Print the correct error message
...
...
pisi/operations/build.py
Dosyayı görüntüle @
94f85db8
...
...
@@ -497,7 +497,7 @@ class Builder:
self
.
actionLocals
[
func
]()
else
:
import
catbox
ctx
.
ui
.
info
(
_
(
"Sandbox enabled build..."
))
# Configure allowed paths from sandbox.conf
...
...
@@ -653,7 +653,7 @@ class Builder:
# FIXME: find a better way to deal with the summary and description constants.
debug_package_obj
.
summary
[
'en'
]
=
u'Debug files for
%
s'
%
(
self
.
spec
.
source
.
name
)
debug_package_obj
.
description
[
'en'
]
=
u'Debug files for
%
s'
%
(
self
.
spec
.
source
.
name
)
debug_package_obj
.
partOf
=
self
.
spec
.
source
.
partOf
+
ctx
.
const
.
debug_name_suffix
debug_package_obj
.
partOf
=
self
.
spec
.
source
.
partOf
for
f
in
debug_files
:
debug_package_obj
.
files
.
append
(
pisi
.
specfile
.
Path
(
path
=
f
[
len
(
self
.
pkg_debug_dir
()):],
fileType
=
"debug"
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment