-
-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
Update the version: | ||
|
||
cd /d X:\liclipsews\liclipsews\Pydev | ||
python update_version.py 10.2.1 | ||
python update_version.py 11.0.0 | ||
|
||
x:\liclipsews\liclipsews\Pydev\builders\org.python.pydev.build\build_cmd.bat | ||
|
||
|
@@ -12,7 +12,7 @@ x:\liclipsews\liclipsews\Pydev\builders\org.python.pydev.build\build_cmd.bat | |
|
||
x: | ||
cd x:\liclipsews\liclipsews\Pydev | ||
python update_version.py 10.2.1 | ||
python update_version.py 11.0.0 | ||
|
||
|
||
# TODO: Get debugger binaries from modules in pypi (either during build or when | ||
|
@@ -62,9 +62,9 @@ copy X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\rep | |
|
||
x: | ||
cd X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable | ||
"C:\Program Files\7-Zip\7z" a -tzip -r "PyDev 10.2.1.zip" features plugins | ||
"C:\Program Files\7-Zip\7z" a -tzip -r "PyDev 11.0.0.zip" features plugins | ||
cd X:\pydev_build\build_dir\pydev | ||
git archive -o "X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable\PyDev 10.2.1-sources.zip" origin/master | ||
git archive -o "X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable\PyDev 11.0.0-sources.zip" origin/master | ||
|
||
** Submit feature and sources .zip in folder X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable to: | ||
|
||
|
@@ -73,51 +73,51 @@ git archive -o "X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo | |
Note: check pageant if it does not connect. | ||
|
||
Check if the main download button points to the proper place (not to the sources) -- | ||
https://sourceforge.net/projects/pydev/files/pydev/PyDev 10.2.1/ -- choose file > file info > set default. | ||
https://sourceforge.net/projects/pydev/files/pydev/PyDev 11.0.0/ -- choose file > file info > set default. | ||
|
||
|
||
** Add contents to the update site | ||
|
||
|
||
cd /D X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\ | ||
|
||
mkdir org.python.pydev.p2-repo-10.2.1-SNAPSHOT | ||
mkdir org.python.pydev.p2-repo-11.0.0-SNAPSHOT | ||
|
||
cd org.python.pydev.p2-repo-10.2.1-SNAPSHOT | ||
cd org.python.pydev.p2-repo-11.0.0-SNAPSHOT | ||
|
||
"C:\Program Files\7-Zip\7z" x ..\org.python.pydev.p2-repo-10.2.1-SNAPSHOT.zip | ||
"C:\Program Files\7-Zip\7z" x ..\org.python.pydev.p2-repo-11.0.0-SNAPSHOT.zip | ||
|
||
cdd X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-10.2.1-SNAPSHOT | ||
C:\Users\fabio\AppData\Roaming\npm\surge.cmd --domain pydev-10-2-1.surge.sh | ||
"C:\Program Files\FileZilla FTP Client\filezilla.exe" sftp://fabioz,[email protected]/home/project-web/pydev/htdocs/pydev_update_site --local="X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-10.2.1-SNAPSHOT" | ||
cdd X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-11.0.0-SNAPSHOT | ||
C:\Users\fabio\AppData\Roaming\npm\surge.cmd --domain pydev-11-0-0.surge.sh | ||
"C:\Program Files\FileZilla FTP Client\filezilla.exe" sftp://fabioz,[email protected]/home/project-web/pydev/htdocs/pydev_update_site --local="X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-11.0.0-SNAPSHOT" | ||
|
||
|
||
** Tag repository: | ||
git tag pydev_10_2_1 -a -m "PyDev 10.2.1" | ||
git tag pydev_11_0_0 -a -m "PyDev 11.0.0" | ||
git push --tags | ||
|
||
SET CONVERT_SOURCE=X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-10.2.1-SNAPSHOT | ||
SET CONVERT_FINAL_ZIP=X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable\PyDev 10.2.1.zip | ||
SET CONVERT_SOURCE=X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-11.0.0-SNAPSHOT | ||
SET CONVERT_FINAL_ZIP=X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable\PyDev 11.0.0.zip | ||
SET CONVERT_TARGET_DIR=X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\github | ||
python X:\release_tools\convert_to_github.py 10.2.1 | ||
python X:\release_tools\convert_to_github.py 11.0.0 | ||
Do GH release in: | ||
https://github.com/fabioz/Pydev/releases/new?tag=pydev_10_2_1 | ||
https://github.com/fabioz/Pydev/releases/new?tag=pydev_11_0_0 | ||
Contents in: X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\github | ||
|
||
Title: | ||
PyDev 10.2.1 | ||
PyDev 11.0.0 | ||
|
||
Message: | ||
|
||
This release contains PyDev 10.2.1 | ||
This release contains PyDev 11.0.0 | ||
|
||
It's possible to add it as an Eclipse update site using the url: | ||
|
||
https://github.com/fabioz/Pydev/releases/download/pydev_10_2_1/ | ||
https://github.com/fabioz/Pydev/releases/download/pydev_11_0_0/ | ||
|
||
Or get a .zip to install manually by unzipping it in the dropins: | ||
|
||
https://github.com/fabioz/Pydev/releases/download/pydev_10_2_1/PyDev.10.2.1.zip | ||
https://github.com/fabioz/Pydev/releases/download/pydev_11_0_0/PyDev.11.0.0.zip | ||
|
||
|
||
** Update homepage: | ||
|