You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oodt.apache.org by Christian Alan Mattmann <ma...@usc.edu> on 2014/11/06 03:39:13 UTC

Re: Pull Request

Dear Imran,

Thank you!

Here¹s a way to do it:

0. Download and install hub.github.com
1. File JIRA issue for your fix at
https://issues.apache.org/jira/browse/OODT
(you will get issue id OODT-xxx where xxx is the issue ID)
2. git clone http://github.com/apache/oodt.git
3. cd oodt
4. git checkout -b OODT-xxx
5. edit files
6. git status (make sure it shows what files you expected to edit)
7. git add <files>
8. git commit -m ³fix for OODT-xxx contributed by <your username>²
9. git fork
10. git push -u <your git username> OODT-xxx
11. git pull-request

Done!

I¹ve added these instructions to README.md here:

http://github.com/apache/oodt/

Cheers,
Chris

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Adjunct Associate Professor, Computer Science Department
University of Southern California
Los Angeles, CA 90089 USA
Email: mattmann@usc.edu
WWW: http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++




-----Original Message-----
From: "mammadli@usc.edu" <ma...@usc.edu>
Date: Wednesday, November 5, 2014 at 6:45 PM
To: Chris Mattmann <ma...@usc.edu>
Subject: Pull Request

>Hello professor Mattmann,
>I want to create a pull request regarding
>$WORKFLOW_HOME/etc/workflow.properties (resource manager port number must
>be compatible with the one used in workflow.properties). In what branch
>should I commit my changes? I have no permission to create and push a new
>branch to github oodt.
>Thank you.
>
>
>Best Regards, 
>Imran Mammadli
>
>
>