Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
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ç
Batuhan Osman TASKAYA
cpython
Commits
5ebb3beb
Kaydet (Commit)
5ebb3beb
authored
Agu 03, 2010
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update dailybuild script to newest version from dinsdale.
üst
10c78a78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
dailybuild.py
Doc/tools/dailybuild.py
+3
-4
No files found.
Doc/tools/dailybuild.py
Dosyayı görüntüle @
5ebb3beb
...
@@ -33,10 +33,9 @@ WWWROOT = '/data/ftp.python.org/pub/docs.python.org'
...
@@ -33,10 +33,9 @@ WWWROOT = '/data/ftp.python.org/pub/docs.python.org'
BRANCHES
=
[
BRANCHES
=
[
# checkout, target, isdev
# checkout, target, isdev
(
BUILDROOT
+
'/python26'
,
WWWROOT
,
False
),
(
BUILDROOT
+
'/python32'
,
WWWROOT
+
'/dev'
,
True
),
(
BUILDROOT
+
'/python27'
,
WWWROOT
,
False
),
(
BUILDROOT
+
'/python31'
,
WWWROOT
+
'/py3k'
,
False
),
(
BUILDROOT
+
'/python31'
,
WWWROOT
+
'/py3k'
,
False
),
(
BUILDROOT
+
'/python27'
,
WWWROOT
+
'/dev'
,
True
),
(
BUILDROOT
+
'/python32'
,
WWWROOT
+
'/dev/py3k'
,
True
),
]
]
...
@@ -53,7 +52,7 @@ def build_one(checkout, target, isdev):
...
@@ -53,7 +52,7 @@ def build_one(checkout, target, isdev):
print
'Copying HTML files'
print
'Copying HTML files'
os
.
system
(
'cp -a Doc/build/html/*
%
s'
%
target
)
os
.
system
(
'cp -a Doc/build/html/*
%
s'
%
target
)
print
'Copying dist files'
print
'Copying dist files'
os
.
system
(
'mkdir
%
s/archives'
%
target
)
os
.
system
(
'mkdir
-p
%
s/archives'
%
target
)
os
.
system
(
'cp -a Doc/dist/*
%
s/archives'
%
target
)
os
.
system
(
'cp -a Doc/dist/*
%
s/archives'
%
target
)
print
'Finished'
print
'Finished'
print
'='
*
80
print
'='
*
80
...
...
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