[JBoss JIRA] (JBIDE-15375) File permissions for OpenShift actions hooks are sometimes incorrect when cloning repo
by Andy Goldstein (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15375?page=com.atlassian.jira.plugi... ]
Andy Goldstein commented on JBIDE-15375:
----------------------------------------
The workflow I think they've been using is:
1) Clone repository into the Git Repositories view
2) Import existing Maven project from the cloned repository (note: *not* OpenShift)
3) Work on the code locally and deploy to a local JBoss server (again, not OpenShift)
4) Eventually, create a new OpenShift app using Eclipse, and have it use the project from above instead of the template from the cartridge (force push)
When looking at the cloned repository in cygwin, the permissions appear to be 700 (rwx------). When looking at the cloned repository in the Windows "git shell", they appear to be 755 (rwxr-xr-x) I believe. So it could just be that cygwin is reporting incorrectly.
At this point we need step-by-step steps to be able to reproduce the issue 100% of the time.
> File permissions for OpenShift actions hooks are sometimes incorrect when cloning repo
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-15375
> URL: https://issues.jboss.org/browse/JBIDE-15375
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.0.Final
> Environment: Windows, cygwin
> Reporter: Andy Goldstein
> Assignee: Andre Dietisheim
> Attachments: resource-properties.png, set-x-permissions.png
>
>
> (filing on behalf of another user who is having login issues)
> When I clone a git repo (git@...:user/myapp.git) using the Eclipse plugins, the file permissions for my action_hooks are set as:
> {code}
> /cygdrive/c/Users/user/git/myapp/.openshift/action_hooks
> $ ls -l
> total 45
> -rwx------+ 1 Administrators Domain Users 265 Aug 22 14:38 build
> -rwx------+ 1 Administrators Domain Users 264 Aug 22 14:38 deploy
> -rwx------+ 1 Administrators Domain Users 186 Aug 22 14:38 post_deploy
> -rwx------+ 1 Administrators Domain Users 645 Aug 22 14:38 post_start_jbossas-7
> -rwx------+ 1 Administrators Domain Users 645 Aug 22 14:38 post_stop_jbossas-7
> -rwx------+ 1 Administrators Domain Users 640 Aug 22 14:38 pre_build
> -rwx------+ 1 Administrators Domain Users 272 Aug 22 14:38 pre_build_jbossas-7
> -rwx------+ 1 Administrators Domain Users 645 Aug 22 14:38 pre_start_jbossas-7
> -rwx------+ 1 Administrators Domain Users 645 Aug 22 14:38 pre_stop_jbossas-7
> {code}
> When they are pushed to OpenShift, they can't be executed.
> {code}
> /var/lib/openshift/5216951d76c3b22b77000362/app-root/runtime/repo/.openshift/action_hooks/post_stop_jbossjsw-1.0: Permission denied
> remote: Failed to stop jbossjsw-1.0
> To
> ssh://5216951d76c3b22b77000362@ppon-tsujarit.qa02.shift.paypal.com/~/git/pp
> on.git/
> ! [remote rejected] master -> master (pre-receive hook declined)
> error: failed to push some refs to
> {code}
> On a different machine, when I clone using Eclipse, the file permission are set as expected:
> {code}
> -rwxr-xr-x 1 Administrators Domain Users 270 Aug 22 11:25 build
> -rwxr-xr-x 1 Administrators Domain Users 271 Aug 22 11:25 deploy
> -rwxr-xr-x 1 Administrators Domain Users 189 Aug 22 11:25 post_deploy
> -rwxr-xr-x 1 Administrators Domain Users 659 Aug 22 11:25 post_start_jbossas-7
> -rwxr-xr-x 1 Administrators Domain Users 659 Aug 22 11:25 post_stop_jbossas-7
> -rwxr-xr-x 1 Administrators Domain Users 650 Aug 22 11:25 pre_build
> -rwxr-xr-x 1 Administrators Domain Users 277 Aug 22 11:25 pre_build_jbossas-7
> -rwxr-xr-x 1 Administrators Domain Users 659 Aug 22 11:25 pre_start_jbossas-7
> -rwxr-xr-x 1 Administrators Domain Users 659 Aug 22 11:25 pre_stop_jbossas-7
> {code}
> Is it possible to set the file perms to +x on the action_hooks?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (JBDS-2722) Include Kepler SR1 by default
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2722?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-2722:
-----------------------------
Description:
Kepler SR1 has bugfixes - we should include it in upcoming release.
* Affects JBT TP, JBDS TP, and JBDS installer.
* Verification by comparing old TPs and installer contents to newer one, eg., using vwatch tool [1] or by scheduled job [2].
[1] https://github.com/jbdevstudio/jbdevstudio-qa/tree/master/vwatch
[2] https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
was:
Kepler SR1 has bugfixes - we should include it in upcoming release.
* Affects JBT TP, JBDS TP, and JBDS installer.
> Include Kepler SR1 by default
> ------------------------------
>
> Key: JBDS-2722
> URL: https://issues.jboss.org/browse/JBDS-2722
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Max Rydahl Andersen
> Assignee: Nick Boldt
>
> Kepler SR1 has bugfixes - we should include it in upcoming release.
> * Affects JBT TP, JBDS TP, and JBDS installer.
> * Verification by comparing old TPs and installer contents to newer one, eg., using vwatch tool [1] or by scheduled job [2].
> [1] https://github.com/jbdevstudio/jbdevstudio-qa/tree/master/vwatch
> [2] https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (JBDS-2722) Include Kepler SR1 by default
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2722?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-2722:
-----------------------------
Description:
Kepler SR1 has bugfixes - we should include it in upcoming release.
* Affects JBT TP, JBDS TP, and JBDS installer.
was:Kepler SR1 has bugfixes - we should include it in upcoming release.
> Include Kepler SR1 by default
> ------------------------------
>
> Key: JBDS-2722
> URL: https://issues.jboss.org/browse/JBDS-2722
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Max Rydahl Andersen
> Assignee: Nick Boldt
>
> Kepler SR1 has bugfixes - we should include it in upcoming release.
> * Affects JBT TP, JBDS TP, and JBDS installer.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (JBDS-2709) Investigate use of Subclipse 1.10 / SVNKit 1.8 in Central
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2709?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-2709:
----------------------------------
As of Aug 29, latest Svnkit is still 1.8.0 Alpha (Jul 16 2013).
> Investigate use of Subclipse 1.10 / SVNKit 1.8 in Central
> ----------------------------------------------------------
>
> Key: JBDS-2709
> URL: https://issues.jboss.org/browse/JBDS-2709
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: 3rdPartyCertification, 3rdPartyDependencies, Central, updatesite
> Affects Versions: 7.0.0.GA
> Reporter: Nick Boldt
>
> As reported here:
> https://issues.jboss.org/browse/JBDS-2485?focusedCommentId=12791354&page=...
> {quote}
> Subclipse 1.10 has support for the new 1.8 working copy format, which is the format used by the current stable versions of Windows tools like TortoiseSVN and SlikSVN.
> http://subclipse.tigris.org/update_1.10.x
> Local repository compatibility between these tools and JBDS is very nice to have.
> Unfortunately, this version of SubClipse supports only JavaHL, not SVNKit, because version 1.8.0 of the latter is still in alpha. And since we can't reliably use JavaHL (see JBIDE-14795), using 1.8.0 is out of the question.
> {quote}
> http://www.svnkit.com/download.php
> Once there's a more stable version of SVNKit 1.8 that works with Subclipse 1.10, we can explore updating Central to include the newer version.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (JBDS-2710) 3rd party certification for JBDS 7.1.0.GA
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2710?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-2710:
-----------------------------
Summary: 3rd party certification for JBDS 7.1.0.GA (was: 3rd party certification for JBDS 7.0.x/7.1.x/8.0.x (next release TBD))
> 3rd party certification for JBDS 7.1.0.GA
> -----------------------------------------
>
> Key: JBDS-2710
> URL: https://issues.jboss.org/browse/JBDS-2710
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: 3rdPartyCertification, 3rdPartyDependencies, Requirements
> Affects Versions: 7.0.0.GA
> Reporter: Max Rydahl Andersen
> Assignee: Len DiMaggio
> Priority: Blocker
> Labels: respin-a
>
> For JBDS 7, we need to ensure this list is as current and up to date as possible.
> The current list of Extras/Central connectors that we mirror are:
> * atlassian/3.2.1.v20130402 - JBIDE-13682
> * gwt/3.2.3.v201304260926-rel-r42/ - JBDS-2486
> * pmd/4.0.0.v20130510-1000 - JBIDE-14902
> * SpringSource's Quick Search - JBDS-2686 *TBD*
> * springide/3.3.0.201307091516-RELEASE - JBDS-2690¥, JBDS-2691¥
> * subclipse/1.8.20_1.7.9.1 --> 1.10_1.8 - JBDS-2485, JBDS-2709
> * testng/6.8.1.20130330_0839/ - JBDS-2415
> * VJET 0.10 - JBIDE-14764
> These are currently unchanged since December when we released JBDS 6.0.0:
> * *[REMOVED]* eclipsecs/5.6.0.201209221626 - no new releases as of 2013.06.27, only some 5.6.1 milestones, so [~maxandersen] has requested we remove this from Central (JBIDE-14799).
> * findbugs/2.0.2.20121210 - nothing new as of 2013.06.21
> Additionally (Target Platform):
> * swtbot 2.1 / junit4 - JBIDE-13843 (included in JBT TP; needed for running UI tests)
> JBoss Tools Locus (for use with Teiid in JBT-IS/JBDS-IS only):
> * mockito/1.9.5 - JBIDE-12971¥ (to be included in JBT Locus 1.0.0 [1,2,3])
> * fest-assert/1.4 & fest-util/1.1.6 - JBIDE-12972¥ (to be included in JBT Locus 1.0.1 [1,2,3])
> See comments below for latest site URLs.
> [1] https://github.com/jbosstools/jbosstools-locus/
> [2] https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.sit...
> [3] http://download.jboss.org/jbosstools/updates/nightly/locus/trunk/
> ¥ - These issues do not block the release of JBDS 7.0.1.GA.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (JBDS-2710) 3rd party certification for JBDS 7.1.0.GA
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2710?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-2710:
-----------------------------
Description:
For JBDS 7.1.0.GA, we need to ensure this list is as current and up to date as possible.
The current list of Extras/Central connectors that we mirror are:
* atlassian/3.2.1.v20130402 - JBIDE-13682
* gwt/3.2.3.v201304260926-rel-r42/ - JBDS-2486
* pmd/4.0.0.v20130510-1000 - JBIDE-14902
* SpringSource's Quick Search - JBDS-2686 *TBD*
* springide/3.3.0.201307091516-RELEASE - JBDS-2690¥, JBDS-2691¥
* subclipse/1.8.20_1.7.9.1 --> 1.10_1.8 - JBDS-2485, JBDS-2709
* testng/6.8.1.20130330_0839/ - JBDS-2415
* VJET 0.10 - JBIDE-14764
These are currently unchanged since December when we released JBDS 6.0.0:
* *[REMOVED]* eclipsecs/5.6.0.201209221626 - no new releases as of 2013.06.27, only some 5.6.1 milestones, so [~maxandersen] has requested we remove this from Central (JBIDE-14799).
* findbugs/2.0.2.20121210 - nothing new as of 2013.06.21
Additionally (Target Platform):
* swtbot 2.1 / junit4 - JBIDE-13843 (included in JBT TP; needed for running UI tests)
JBoss Tools Locus (for use with Teiid in JBT-IS/JBDS-IS only):
* mockito/1.9.5 - JBIDE-12971¥ (to be included in JBT Locus 1.0.0 [1,2,3])
* fest-assert/1.4 & fest-util/1.1.6 - JBIDE-12972¥ (to be included in JBT Locus 1.0.1 [1,2,3])
See comments below for latest site URLs.
[1] https://github.com/jbosstools/jbosstools-locus/
[2] https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.sit...
[3] http://download.jboss.org/jbosstools/updates/nightly/locus/trunk/
¥ - These issues do not block the release of JBDS 7.0.1.GA.
was:
For JBDS 7, we need to ensure this list is as current and up to date as possible.
The current list of Extras/Central connectors that we mirror are:
* atlassian/3.2.1.v20130402 - JBIDE-13682
* gwt/3.2.3.v201304260926-rel-r42/ - JBDS-2486
* pmd/4.0.0.v20130510-1000 - JBIDE-14902
* SpringSource's Quick Search - JBDS-2686 *TBD*
* springide/3.3.0.201307091516-RELEASE - JBDS-2690¥, JBDS-2691¥
* subclipse/1.8.20_1.7.9.1 --> 1.10_1.8 - JBDS-2485, JBDS-2709
* testng/6.8.1.20130330_0839/ - JBDS-2415
* VJET 0.10 - JBIDE-14764
These are currently unchanged since December when we released JBDS 6.0.0:
* *[REMOVED]* eclipsecs/5.6.0.201209221626 - no new releases as of 2013.06.27, only some 5.6.1 milestones, so [~maxandersen] has requested we remove this from Central (JBIDE-14799).
* findbugs/2.0.2.20121210 - nothing new as of 2013.06.21
Additionally (Target Platform):
* swtbot 2.1 / junit4 - JBIDE-13843 (included in JBT TP; needed for running UI tests)
JBoss Tools Locus (for use with Teiid in JBT-IS/JBDS-IS only):
* mockito/1.9.5 - JBIDE-12971¥ (to be included in JBT Locus 1.0.0 [1,2,3])
* fest-assert/1.4 & fest-util/1.1.6 - JBIDE-12972¥ (to be included in JBT Locus 1.0.1 [1,2,3])
See comments below for latest site URLs.
[1] https://github.com/jbosstools/jbosstools-locus/
[2] https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.sit...
[3] http://download.jboss.org/jbosstools/updates/nightly/locus/trunk/
¥ - These issues do not block the release of JBDS 7.0.1.GA.
> 3rd party certification for JBDS 7.1.0.GA
> -----------------------------------------
>
> Key: JBDS-2710
> URL: https://issues.jboss.org/browse/JBDS-2710
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: 3rdPartyCertification, 3rdPartyDependencies, Requirements
> Affects Versions: 7.0.0.GA
> Reporter: Max Rydahl Andersen
> Assignee: Len DiMaggio
> Priority: Blocker
> Labels: respin-a
>
> For JBDS 7.1.0.GA, we need to ensure this list is as current and up to date as possible.
> The current list of Extras/Central connectors that we mirror are:
> * atlassian/3.2.1.v20130402 - JBIDE-13682
> * gwt/3.2.3.v201304260926-rel-r42/ - JBDS-2486
> * pmd/4.0.0.v20130510-1000 - JBIDE-14902
> * SpringSource's Quick Search - JBDS-2686 *TBD*
> * springide/3.3.0.201307091516-RELEASE - JBDS-2690¥, JBDS-2691¥
> * subclipse/1.8.20_1.7.9.1 --> 1.10_1.8 - JBDS-2485, JBDS-2709
> * testng/6.8.1.20130330_0839/ - JBDS-2415
> * VJET 0.10 - JBIDE-14764
> These are currently unchanged since December when we released JBDS 6.0.0:
> * *[REMOVED]* eclipsecs/5.6.0.201209221626 - no new releases as of 2013.06.27, only some 5.6.1 milestones, so [~maxandersen] has requested we remove this from Central (JBIDE-14799).
> * findbugs/2.0.2.20121210 - nothing new as of 2013.06.21
> Additionally (Target Platform):
> * swtbot 2.1 / junit4 - JBIDE-13843 (included in JBT TP; needed for running UI tests)
> JBoss Tools Locus (for use with Teiid in JBT-IS/JBDS-IS only):
> * mockito/1.9.5 - JBIDE-12971¥ (to be included in JBT Locus 1.0.0 [1,2,3])
> * fest-assert/1.4 & fest-util/1.1.6 - JBIDE-12972¥ (to be included in JBT Locus 1.0.1 [1,2,3])
> See comments below for latest site URLs.
> [1] https://github.com/jbosstools/jbosstools-locus/
> [2] https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.sit...
> [3] http://download.jboss.org/jbosstools/updates/nightly/locus/trunk/
> ¥ - These issues do not block the release of JBDS 7.0.1.GA.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months