Skip to content

Commit

Permalink
Preparing to release PyDev 10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Jan 7, 2023
1 parent cb77e78 commit fab00f3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
12 changes: 5 additions & 7 deletions builders/org.python.pydev.build/build_cmd.bat
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@echo Execute:

@echo X:\pydev\builders\org.python.pydev.build\build_cmd.bat
@echo X:\liclipsews\liclipsews\Pydev\builders\org.python.pydev.build\build_cmd.bat

@echo If needed to update version:
@echo x:
@echo cd x:\pydev
@echo cd X:\liclipsews\liclipsews\Pydev
@echo python update_version.py 3.6.0

@echo Note: instructions for properly updating the variables are in the end of the file
Expand All @@ -14,11 +14,11 @@
set BRANCH=master

set DRIVE=x:
set BASE_LOCAL_PYDEV_GIT=x:\pydev
set BASE_LOCAL_PYDEV_GIT=X:\liclipsews\liclipsews\Pydev
set BUILD_DIR=X:\pydev_build\build_dir
set DEPLOY_DIR=X:\pydev_build\deploy_dir
set JAVA_HOME=C:\bin\jdk-11.0.9
set MAVEN_BIN=C:\bin\apache-maven-3.5.3\bin
set JAVA_HOME=D:\bin\jdk-11.0.17+8
set MAVEN_BIN=X:\liclipsews\maven\apache-maven-3.8.6\bin
set GIT_EXECUTABLE="C:\Program Files\Git\bin\git.exe"
@echo Expected in env var: SIGN_KEYPASS
@echo Expected in env var: SIGN_STOREPASS
Expand All @@ -33,13 +33,11 @@ set BASEOS=win32
set BASEWS=win32
set BASEARCH=x86

set PATH=
set PATH=C:\bin\FastCopy211;%PATH%
set PATH=C:\Windows\system32;%PATH%
set PATH=%MAVEN_BIN%;%PATH%
set PATH=%JAVA_HOME%\bin;%PATH%
set PATH="C:\Program Files\Git\bin\";%PATH%
set PATH=%ECLIPSE_CLEAN%\plugins\org.apache.ant_1.10.5.v20180808-0324\bin;%PATH%


@echo actual build command
Expand Down
11 changes: 3 additions & 8 deletions plugins/com.python.pydev.docs/release_process.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Update the version:
cd /d X:\liclipsews\liclipsews\Pydev
python update_version.py 10.1.0

X:\pydev\builders\org.python.pydev.build\build_cmd.bat
x:\liclipsews\liclipsews\Pydev\builders\org.python.pydev.build\build_cmd.bat


--------- For full build ---------
Update the version:

x:
cd x:\pydev
cd x:\liclipsews\liclipsews\Pydev
python update_version.py 10.1.0


Expand Down Expand Up @@ -50,7 +50,7 @@ X:\pydev\builders\org.python.pydev.build\build_cmd.bat

Create tab in cmdermini:
set FORCE_PYDEVD_VC_VARS=C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvars64.bat
X:\pydev\builders\org.python.pydev.build\build_cmd.bat
X:\liclipsews\liclipsews\Pydev\builders\org.python.pydev.build\build_cmd.bat

Copy features and plugins folders from X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\repository to X:\pydev_build\update_site_dir\updates

Expand Down Expand Up @@ -134,8 +134,3 @@ python deploy.py

** Twitter

** Update the versions:
x:
cd x:\pydev
python update_version.py 10.1.0

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import subprocess
import sys

miniconda_envs = os.getenv('MINICONDA_ENVS', r'C:\bin\Miniconda3\envs')
miniconda_envs = os.getenv('MINICONDA_ENVS', r'D:\bin\miniconda\envs')

python_installations = [
r'%s\py36_64\python.exe' % miniconda_envs,
Expand Down

0 comments on commit fab00f3

Please sign in to comment.