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
72dd5227
Kaydet (Commit)
72dd5227
authored
Haz 17, 2015
tarafından
Zachary Ware
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove deprecated buildbot scripts
üst
84f6578b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
22 deletions
+0
-22
build-amd64.bat
Tools/buildbot/build-amd64.bat
+0
-5
clean-amd64.bat
Tools/buildbot/clean-amd64.bat
+0
-5
external-amd64.bat
Tools/buildbot/external-amd64.bat
+0
-3
external.bat
Tools/buildbot/external.bat
+0
-3
test-amd64.bat
Tools/buildbot/test-amd64.bat
+0
-6
No files found.
Tools/buildbot/build-amd64.bat
deleted
100644 → 0
Dosyayı görüntüle @
84f6578b
@rem Formerly used by the buildbot "compile" step.
@echo This script is no longer used and may be removed in the future.
@echo To get the same effect as this script, use
@echo PCbuild\build.bat -d -e -k -p x64
call "%~dp0build.bat" -p x64 %*
Tools/buildbot/clean-amd64.bat
deleted
100644 → 0
Dosyayı görüntüle @
84f6578b
@rem Formerly used by the buildbot "clean" step.
@echo This script is no longer used and may be removed in the future.
@echo To get the same effect as this script, use `clean.bat` from this
@echo directory and pass `-p x64` as two arguments.
call "%~dp0clean.bat" -p x64 %*
Tools/buildbot/external-amd64.bat
deleted
100644 → 0
Dosyayı görüntüle @
84f6578b
@echo This script is no longer used and may be removed in the future.
@echo Please use PCbuild\get_externals.bat instead.
@"%~dp0..\..\PCbuild\get_externals.bat" %*
Tools/buildbot/external.bat
deleted
100644 → 0
Dosyayı görüntüle @
84f6578b
@echo This script is no longer used and may be removed in the future.
@echo Please use PCbuild\get_externals.bat instead.
@"%~dp0..\..\PCbuild\get_externals.bat" %*
Tools/buildbot/test-amd64.bat
deleted
100644 → 0
Dosyayı görüntüle @
84f6578b
@rem Formerly used by the buildbot "test" step.
@echo This script is no longer used and may be removed in the future.
@echo To get the same effect as this script, use
@echo PCbuild\rt.bat -q -d -x64 -uall -rwW
@echo or use `test.bat` in this directory and pass `-x64` as an argument.
call "%~dp0test.bat" -x64 %*
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