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
07503b88
Kaydet (Commit)
07503b88
authored
Tem 02, 2012
tarafından
Andre Fischer
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Temporary hack to "convince" build.pl to produce usefull log files (no html) on the
buildbot.
üst
7de1caa8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
build.pl
solenv/bin/build.pl
+10
-1
No files found.
solenv/bin/build.pl
Dosyayı görüntüle @
07503b88
...
@@ -1558,7 +1558,16 @@ sub get_options {
...
@@ -1558,7 +1558,16 @@ sub get_options {
if
(
!
$html
)
{
if
(
!
$html
)
{
print_error
(
"\"--html_path\" switch is used only with \"--html\""
)
if
(
$html_path
);
print_error
(
"\"--html_path\" switch is used only with \"--html\""
)
if
(
$html_path
);
print_error
(
"\"--dontgraboutput\" switch is used only with \"--html\""
)
if
(
$dont_grab_output
);
print_error
(
"\"--dontgraboutput\" switch is used only with \"--html\""
)
if
(
$dont_grab_output
);
};
}
else
{
# Desperate HACK to get readable output from buildbot when built is terminated by buildbot
# due to timeout.
if
(
defined
$ENV
{
"BUILD_TYPE"
}
&&
(
$ENV
{
"BUILD_TYPE"
}
=~
/\bSWEXT\b/
))
{
$html
=
0
;
}
}
if
((
scalar
keys
%
exclude_branches
)
&&
!
$build_all_parents
)
{
if
((
scalar
keys
%
exclude_branches
)
&&
!
$build_all_parents
)
{
print_error
(
"\"--exclude_branch_from\" is not applicable for one module builds!!"
);
print_error
(
"\"--exclude_branch_from\" is not applicable for one module builds!!"
);
};
};
...
...
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