Changes between Version 57 and Version 58 of UpdatingBugzilla


Ignore:
Timestamp:
Feb 13, 2017 9:07:16 AM (7 years ago)
Author:
ddkilzer@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UpdatingBugzilla

    v57 v58  
    4848}}}
    4949
    50 * Add new `origin` remote and push the repository.  NOTE: This is only an example; it doesn't work in practice.
     50* Add new `origin` remote and push the repository.  NOTE: This is only a PLACEHOLDER.  This step does not currently work!
    5151{{{
    5252    git remote add origin git://git.webkit.org/bugzilla.git
     
    5555    git push --tags origin
    5656}}}
    57   NOTE: For now this is internal to Apple, but we may expose it later on git.webkit.org.
    5857
    5958== Setup from git-svn Repository == #setup-from-git-svn-repo
     
    6160Pull the repo from a central git server and set it up to do a merge.  In theory, this should be faster than the [#setup-from-scratch Setup from Scratch] section.
    6261
    63  * Clone the git repository.
     62 * Clone the git repository.  NOTE: This is only a PLACEHOLDER.  This step does not currently work!
    6463{{{
    6564    git clone git://git.webkit.org/bugzilla.git bugzilla.git
    6665}}}
    67   NOTE: For now this is internal to Apple, but we may expose it later on git.webkit.org.
    6866
    6967 * Change directories into the git working directory.