Bug 534459 - Readme for 4.8
Summary: Readme for 4.8
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 4.8   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 4.8 RC4   Edit
Assignee: Platform-Releng-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: readme
: 518872 (view as bug list)
Depends on:
Blocks:
 
Reported: 2018-05-08 03:04 EDT by Jay Arthanareeswaran CLA
Modified: 2018-06-21 03:56 EDT (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jay Arthanareeswaran CLA 2018-05-08 03:04:09 EDT
Readme file needs to be added for 4.8.

For more details on the readme see bug 493368.
Comment 1 Jay Arthanareeswaran CLA 2018-05-10 02:02:32 EDT
Readme is already present. All teams to go through the existing items and look for removal as well as new items if any.
Comment 2 Stephan Herrmann CLA 2018-05-10 08:38:01 EDT
Under "Compatibility of Release 4.8 with 4.7" the link "Eclipse 4.7 Plug-in Migration Guide" is wrongly named, whereas the link target is correct.

Should updates to the migration guide be covered via this bug, too?
Comment 3 Noopur Gupta CLA 2018-05-14 05:26:26 EDT
Reviewed for JDT/UI. No change required.
Comment 4 Dani Megert CLA 2018-05-14 05:46:13 EDT
(In reply to Stephan Herrmann from comment #2)
> Under "Compatibility of Release 4.8 with 4.7" the link "Eclipse 4.7 Plug-in
> Migration Guide" is wrongly named, whereas the link target is correct.
> 
> Should updates to the migration guide be covered via this bug, too?

No. Please add a separate bug report.

Please also have a look at bug 521249 comment 13. Thanks.
Comment 5 Sravan Kumar Lakkimsetti CLA 2018-05-18 05:13:25 EDT
Moving to RC2 as the document is not yet fully ready
Comment 6 Sarika Sinha CLA 2018-05-18 06:28:24 EDT
Reviewed for Platform Debug, Ant and JDT Debug.
No changes required.
Comment 7 Niraj Modi CLA 2018-05-23 04:41:39 EDT
Updated Readme for SWT via below git commit:
https://git.eclipse.org/c/www.eclipse.org/eclipse.git/commit/?id=7cbcb8318b9f3ddc017475a50f611e880a6ff19a
Comment 8 Eclipse Genie CLA 2018-05-23 07:24:13 EDT
New Gerrit change created: https://git.eclipse.org/r/123156
Comment 10 Lars Vogel CLA 2018-05-24 05:14:45 EDT
I'm going to update combine the acks for the sub-project and update the platform ackknowledgements. For the following users I could not find their real name:

"fingerl"
"initialflame"
"ncazottes"

If anyone knows their real name, please let me know

As for platform, I plan to use the following script to determine the contributors:

----
#!/bin/bash

function addContributorsFromRepo {
    cd $1
    echo "Working on $1"
 #   git checkout master
 #   git pull
    git log R4_7..master --pretty=format:"%an" | sort -u  >>  ../contributors.txt
    cd ..
}

function removeName {
    sed -i -- "s/$1//" contributors.txt
} 

> contributors.txt
addContributorsFromRepo eclipse.platform.ui
addContributorsFromRepo eclipse.platform.ua
addContributorsFromRepo eclipse.platform.ui.tools
addContributorsFromRepo eclipse.platform.text
addContributorsFromRepo eclipse.platform.releng
addContributorsFromRepo eclipse.platform.team
#addContributorsFromRepo eclipse.platform.images
addContributorsFromRepo eclipse.platform.swt
addContributorsFromRepo eclipse.platform.swt.binaries
addContributorsFromRepo eclipse.platform.debug





# Add names for certain users, which are only using short names or strange writting
sed -i -- 's/nbros/Nicolas Bros/' contributors.txt
sed -i -- 's/zakgof/Oleksandr Zakusylo/' contributors.txt
sed -i -- 's/drgler/Daniel Kruegler/' contributors.txt
sed -i -- 's/utsavoza/Utsav Oza/' contributors.txt
sed -i -- 's/jkaesser/Joachim Kaesser/' contributors.txt
sed -i -- 's/kalyan prasad/Kalyan Prasad/' contributors.txt
sed -i -- 's/Martin SCHREIBER/Martin Schreiber/' contributors.txt
sed -i -- 's/angelozerr/Angelo Zerr/' contributors.txt
sed -i -- 's/sprieschl/Stefan Prieschl/' contributors.txt
sed -i -- 's/laeubi/Christoph Läubrich/' contributors.txt





# Users already present with different name
removeName "Lothar L."
removeName "Ralf M Petter"
removeName "psuzzi"
removeName "minnist"
removeName "azerr"
removeName "Eclipse Platform RelEng Bot"
removeName "genie.releng"

# could not find out who this is:
removeName "fingerl"
removeName "initialflame"
removeName "ncazottes"


sort -u  contributors.txt -o contributors.txt
sed ':a;N;$!ba;s/\n/, /g' contributors.txt  > result.txt



----------
Comment 11 Eclipse Genie CLA 2018-05-24 05:21:13 EDT
New Gerrit change created: https://git.eclipse.org/r/123240
Comment 13 Lars Vogel CLA 2018-05-24 05:34:52 EDT
(In reply to Eclipse Genie from comment #12)
> Gerrit change https://git.eclipse.org/r/123240 was merged to [master].
> Commit:
> http://git.eclipse.org/c/www.eclipse.org/eclipse.git/commit/
> ?id=7b93328999c85ff64e1f99908b00973099fd26b5

This updates the acks for Eclipse Platform using infos from the following repos:

eclipse.platform.ui
eclipse.platform.ua
eclipse.platform.ui.tools
eclipse.platform.text
eclipse.platform.releng
eclipse.platform.team
eclipse.platform.images
eclipse.platform.swt
eclipse.platform.swt.binaries
eclipse.platform.debug
eclipse.platform -> added that later after posting the script

I also added a special thanks to Holger for his Eclipse promotion videos.
Comment 14 Dani Megert CLA 2018-05-24 05:42:48 EDT
(In reply to Lars Vogel from comment #13)
> (In reply to Eclipse Genie from comment #12)
> > Gerrit change https://git.eclipse.org/r/123240 was merged to [master].
> > Commit:
> > http://git.eclipse.org/c/www.eclipse.org/eclipse.git/commit/
> > ?id=7b93328999c85ff64e1f99908b00973099fd26b5
> 
> This updates the acks for Eclipse Platform using infos from the following
> repos:
> 
> eclipse.platform.ui
> eclipse.platform.ua
> eclipse.platform.ui.tools
> eclipse.platform.text
> eclipse.platform.releng
> eclipse.platform.team
> eclipse.platform.images
> eclipse.platform.swt
> eclipse.platform.swt.binaries
> eclipse.platform.debug
> eclipse.platform -> added that later after posting the script
> 
> I also added a special thanks to Holger for his Eclipse promotion videos.

This should go into bug 534432.
Comment 15 Dani Megert CLA 2018-05-24 13:03:22 EDT
*** Bug 518872 has been marked as a duplicate of this bug. ***
Comment 16 Vikas Chandra CLA 2018-06-05 08:18:28 EDT
I will update readme for PDE later today.
Comment 17 Vikas Chandra CLA 2018-06-05 13:42:10 EDT
>>I will update readme for PDE later today.

I will do this tomorrow.
Comment 18 Eclipse Genie CLA 2018-06-06 06:44:16 EDT
New Gerrit change created: https://git.eclipse.org/r/124089
Comment 20 Sravan Kumar Lakkimsetti CLA 2018-06-06 06:57:01 EDT
Did a sync up to rcp feature as well.Resolving this
Comment 21 Eclipse Genie CLA 2018-06-21 03:47:27 EDT
New Gerrit change created: https://git.eclipse.org/r/124813