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
e54acfd8
Kaydet (Commit)
e54acfd8
authored
Agu 08, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add option to push the development docs to SF without announcing, for
when the changes are just too small.
üst
ecab0017
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
push-docs.sh
Doc/tools/push-docs.sh
+9
-2
No files found.
Doc/tools/push-docs.sh
Dosyayı görüntüle @
e54acfd8
...
...
@@ -18,6 +18,7 @@ else
fi
EXPLANATION
=
''
ANNOUNCE
=
true
while
[
"$#"
-gt
0
]
;
do
case
"
$1
"
in
...
...
@@ -25,6 +26,10 @@ while [ "$#" -gt 0 ] ; do
EXPLANATION
=
"
$2
"
shift
2
;;
-q
)
ANNOUNCE
=
false
shift
1
;;
-t
)
DOCTYPE
=
"
$2
"
shift
2
...
...
@@ -66,7 +71,8 @@ PACKAGE="html-$RELEASE.tar.bz2"
scp
"
$PACKAGE
"
tools/update-docs.sh
$TARGET
/
||
exit
$?
ssh python.sourceforge.net tmp/update-docs.sh
$DOCTYPE
$PACKAGE
'&&'
rm
tmp/update-docs.sh
||
exit
$?
sendmail
$ADDRESSES
<<
EOF
if
$ANNOUNCE
;
then
sendmail
$ADDRESSES
<<
EOF
To:
$ADDRESSES
From: "Fred L. Drake" <fdrake@acm.org>
Subject: [
$DOCLABEL
doc updates]
...
...
@@ -77,4 +83,5 @@ The $DOCLABEL version of the documentation has been updated:
$EXPLANATION
EOF
exit
$?
exit
$?
fi
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