Skip to content

Commit ea482c1

Browse files
committedJan 21, 2016
Doing 4.5.3.
1 parent d109f91 commit ea482c1

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed
 

Diff for: ‎builders/org.python.pydev.build/build_cmd.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ set PYTHONPATH=%BUILD_DIR%/Pydev/plugins/org.python.pydev/pysrc
6565
C:\tools\Miniconda32\envs\py27_32\python %BUILD_DIR%/Pydev/plugins/org.python.pydev/pysrc/build_tools/build_binaries_windows.py
6666

6767
@echo to clean after the build: -DcleanAfter.set=true
68-
mvn -o install
68+
mvn install
6969

7070

7171

Diff for: ‎plugins/com.python.pydev.docs/release_process.txt

+14-14
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ C:\bin\Python27\python.exe X:\release_tools\pydev_uploader_bintray.py -s X:\pyde
3030

3131
throws an exception (it cannot be installed in the environment)
3232

33-
Execute in cmd.exe: X:\pydev\builders\org.python.pydev.build\build_cmd.bat
33+
Create tab in cmdermini: X:\pydev\builders\org.python.pydev.build\build_cmd.bat
3434

3535
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
3636

@@ -62,9 +62,9 @@ copy X:\pydev_build\update_site_dir\updates\content.jar X:\pydev_build\build_dir
6262

6363
x:\
6464
cd X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable
65-
"C:\Program Files\7-Zip\7z" a -tzip -r "PyDev 4.5.2.zip" features plugins
65+
"C:\Program Files\7-Zip\7z" a -tzip -r "PyDev 4.5.3.zip" features plugins
6666
cd X:\pydev_build\build_dir\pydev
67-
git archive -o "X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable\PyDev 4.5.2-sources.zip" origin/development
67+
git archive -o "X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable\PyDev 4.5.3-sources.zip" origin/development
6868

6969
** Copy zips from X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable to sourceforge:
7070

@@ -76,40 +76,40 @@ p:\FileZilla\filezilla.exe sftp://fabioz,pydev@frs.sourceforge.net/home/pfs/proj
7676
Note: check pageant if it does not connect.
7777

7878
Check if the main download button points to the proper place (not to the sources) --
79-
https://sourceforge.net/projects/pydev/files/pydev/PyDev 4.5.2/ -- choose file > file info > set default and give better name.
79+
https://sourceforge.net/projects/pydev/files/pydev/PyDev 4.5.3/ -- choose file > file info > set default and give better name.
8080

8181

8282
** Add contents to the update site
8383

8484

8585
cd X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\
8686

87-
mkdir org.python.pydev.p2-repo-4.5.2-SNAPSHOT
87+
mkdir org.python.pydev.p2-repo-4.5.3-SNAPSHOT
8888

89-
cd org.python.pydev.p2-repo-4.5.2-SNAPSHOT
89+
cd org.python.pydev.p2-repo-4.5.3-SNAPSHOT
9090

91-
"C:\Program Files\7-Zip\7z" x ..\org.python.pydev.p2-repo-4.5.2-SNAPSHOT.zip
91+
"C:\Program Files\7-Zip\7z" x ..\org.python.pydev.p2-repo-4.5.3-SNAPSHOT.zip
9292

93-
c:\bin\Python27\python.exe X:\release_tools\pydev_uploader_bintray.py -s X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-4.5.2-SNAPSHOT -d https://api.bintray.com/content/fabioz/pydev/nightly/
93+
c:\bin\Python27\python.exe X:\release_tools\pydev_uploader_bintray.py -s X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-4.5.3-SNAPSHOT -d https://api.bintray.com/content/fabioz/pydev/nightly/
9494
Note: if unable to send: remove at https://bintray.com/fabioz/pydev/pydev/nightly/edit add back at https://bintray.com/fabioz/pydev/pydev/new/version
9595

96-
Create "4.5.2" version in "https://bintray.com/fabioz/pydev/pydev/new/version"
97-
Add "4.5.2" in X:\release_tools\pydev_uploader_bintray.py
98-
c:\bin\Python27\python.exe X:\release_tools\pydev_uploader_bintray.py -s X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-4.5.2-SNAPSHOT -d https://api.bintray.com/content/fabioz/pydev/4.5.2/
96+
Create "4.5.3" version in "https://bintray.com/fabioz/pydev/pydev/new/version"
97+
Add "4.5.3" in X:\release_tools\pydev_uploader_bintray.py
98+
c:\bin\Python27\python.exe X:\release_tools\pydev_uploader_bintray.py -s X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-4.5.3-SNAPSHOT -d https://api.bintray.com/content/fabioz/pydev/4.5.3/
9999

100100

101101
** Update homepage:
102102

103103
robocopy X:\pydev\plugins\com.python.pydev.docs\merged_homepage\final X:\openshift\pydev.page2\ /xd .git /xd .openshift /s
104104
cd /D X:\openshift\pydev.page2\
105105
mu st
106-
mu acp "Updated to 4.5.2"
106+
mu acp "Updated to 4.5.3"
107107

108108
p:\FileZilla\filezilla.exe sftp://fabioz,pydev@frs.sourceforge.net/home/project-web/pydev/htdocs --local="x:\pydev\plugins\com.python.pydev.docs\merged_homepage\final"
109109

110110

111111
** Tag repository:
112-
git tag pydev_4_5_2 -a -m "PyDev 4.5.2"
112+
git tag pydev_4_5_3 -a -m "PyDev 4.5.3"
113113
git push --tags
114114

115115

@@ -128,4 +128,4 @@ p:\FileZilla\filezilla.exe sftp://fabioz,pydev@frs.sourceforge.net/home/project-
128128
** Update the versions:
129129
x:
130130
cd x:\pydev
131-
python update_version.py 4.5.2
131+
python update_version.py 4.5.3

0 commit comments

Comments
 (0)
Please sign in to comment.