Closed Bug 639681 Opened 13 years ago Closed 13 years ago

Github repo for Mozilla Reps website

Categories

(mozilla.org Graveyard :: Server Operations: Projects, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: pierros, Unassigned)

References

Details

It would be nice if we can have our own repo within mozilla.org SVN named "reps" so we can use this for the staging server, on building ReMo Phase one landing page.

Access on that should have David Boswell, Austin King and me (Pierros Papadeas)
Summary: SVN repo for Mozilla Reps website → SVN Tree for Mozilla Reps website
Instead of adding this within the mozilla.org repository, could I suggest having a separate reps.mozilla.org repository at

http://svn.mozilla.org/projects/reps.mozilla.org

The mozilla.org repository is specifically for the www.mozilla.org site rather than any site on the mozilla.org domain.
OK David :) Sounds like the proper thing to do
Don't know how feasible this is in practice but another idea is to have the project running under Git at Mozilla.
(In reply to comment #3)
> have the project running under Git at Mozilla.

+1

If you give me the following, I'll set you up under the mozilla organization on github.
* github user names
* repo name (remo or reps_mozilla_org)
If we are moving faster on that then I suggest we should go for it.

my github name is ppapadeas

Austin: shall we close this ticket after that? And let IT know that they should link staging with this github repo.

The repo name could be reps_mozilla_org
https://github.com/mozilla/reps_mozilla_org created.

Global setup:

 Download and install Git
  git config --global user.name "Your Name"
  git config --global user.email you@home.com
        

Next steps:

  mkdir reps_mozilla_org
  cd reps_mozilla_org
  git init
  touch README
  git add README
  git commit -m 'first commit'
  git remote add origin git@github.com:mozilla/reps_mozilla_org.git
  git push -u origin master
      

Existing Git Repo?

  cd existing_git_repo
  git remote add origin git@github.com:mozilla/reps_mozilla_org.git
  git push -u origin master
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Summary: SVN Tree for Mozilla Reps website → Github repo for Mozilla Reps website
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.