Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Update HACKING #58

Closed
wants to merge 10 commits into from
Closed

Update HACKING #58

wants to merge 10 commits into from

Conversation

lbazan
Copy link
Contributor

@lbazan lbazan commented Apr 8, 2014

Update HACKING #23

MAKING A RELEASE :-)
clean blank space
1) Make sure that any feature branches you want have been merged.
git clone git@github.com:fedora-infra/fas.git
cd fas
git flow init
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also redundant as people already did flow init before start working on their new features, hotfixes, etc.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure that any feature branches you want have been merged.
git clone git@github.com:fedora-infra/fas.git
cd fas/

It looks good this way?

Any features, hotfixes, etc go to branches before being merged
   to develop then master.
2. If time allows, read and do the :id:`Getting Translated` section below.
3. Pull in new translations using tx pull -a -f. Add any new translations to
1) Any features, hotfixes, etc go to branches before being merged
to develop then master.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, let's rework step 1 better as my comment is really not a step.
Here's what I think should be helpful.

  1. Release has to be done from branch "develop". Make sure you have a working and up-to-date develop's branch (your local branch must not be behind any remote-server's commits)
  • if you have no local copy of fas's repository
    git clone [...]
  • if you have a local copy of fas's repository already
    git pull develop
    /!\ WARNING: this will overwrite any uncommited changes.

@lbazan
Copy link
Contributor Author

lbazan commented Apr 14, 2014

I Working in this!

When finish I sent the new pull request.

@lbazan lbazan closed this Apr 14, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants