Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
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)
0
Konular (issue)
0
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ç
LibreOffice
core
Commits
f94d98db
Kaydet (Commit)
f94d98db
authored
Kas 16, 2017
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
updater: improve message for failed update generation
Change-Id: Iadfcdd58ca77d0906583c63ff81170f54c8c0ecd
üst
05fc30e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
create_partial_update.py
bin/update/create_partial_update.py
+2
-2
No files found.
bin/update/create_partial_update.py
Dosyayı görüntüle @
f94d98db
...
...
@@ -18,7 +18,7 @@ from path import UpdaterPath, mkdir_p, convert_to_unix, convert_to_native
BUF_SIZE
=
1024
current_dir_path
=
os
.
path
.
dirname
(
os
.
path
.
realpath
(
convert_to_unix
(
__file__
)))
def
InvalidFileException
(
Exception
):
class
InvalidFileException
(
Exception
):
def
__init__
(
self
,
*
args
,
**
kwargs
):
super
()
.
__init__
(
self
,
*
args
,
**
kwargs
)
...
...
@@ -36,7 +36,7 @@ def download_file(filepath, url, hash_string):
file_hash
=
get_hash
(
filepath
)
if
file_hash
!=
hash_string
:
raise
InvalidFileException
()
raise
InvalidFileException
(
"file hash does not match for file
%
s: Expected
%
s, Got:
%
s"
%
(
url
,
hash_string
,
file_hash
)
)
def
handle_language
(
lang_entries
,
filedir
):
mar
=
os
.
environ
.
get
(
'MAR'
,
'mar'
)
...
...
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