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
74e4aee5
Unverified
Kaydet (Commit)
74e4aee5
authored
Haz 27, 2018
tarafından
Steve Dower
Kaydeden (comit)
GitHub
Haz 27, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Prevent upload script uploading from the wrong directory (GH-7953)
üst
4a8b037d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
uploadrelease.ps1
Tools/msi/uploadrelease.ps1
+7
-1
No files found.
Tools/msi/uploadrelease.ps1
Dosyayı görüntüle @
74e4aee5
...
...
@@ -39,6 +39,10 @@ param(
if
(
-not
$build
)
{
throw
"-build option is required"
}
if
(
-not
$user
)
{
throw
"-user option is required"
}
if
(
-not
((
Test-Path
"
$build
\win32\python-*.exe"
)
-or
(
Test-Path
"
$build
\amd64\python-*.exe"
)))
{
throw
"-build argument does not look like a 'build' directory"
}
function
find-putty-tool
{
param
([
string
]
$n
)
$t
=
gcm
$n
-EA 0
...
...
@@ -57,7 +61,6 @@ $p = gci -r "$build\python-*.exe" | `
"Uploading version
$(
$p
[
0]
)
$(
$p
[
1]
)
"
" from:
$build
"
" to:
$(
$server
)
:
$target
/
$(
$p
[
0]
)
"
" using:
$plink
and
$pscp
"
""
if
(
-not
$skipupload
)
{
...
...
@@ -65,6 +68,9 @@ if (-not $skipupload) {
$pscp
=
find-putty-tool
"pscp"
$plink
=
find-putty-tool
"plink"
"Upload using
$pscp
and
$plink
"
""
pushd
$build
$doc
=
gci
python
*
.chm, python
*
.chm.asc
popd
...
...
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