Changes between Version 57 and Version 58 of UpdatingBugzilla
- Timestamp:
- Feb 13, 2017, 9:07:16 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UpdatingBugzilla
v57 v58 48 48 }}} 49 49 50 * Add new `origin` remote and push the repository. NOTE: This is only a n 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! 51 51 {{{ 52 52 git remote add origin git://git.webkit.org/bugzilla.git … … 55 55 git push --tags origin 56 56 }}} 57 NOTE: For now this is internal to Apple, but we may expose it later on git.webkit.org.58 57 59 58 == Setup from git-svn Repository == #setup-from-git-svn-repo … … 61 60 Pull 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. 62 61 63 * Clone the git repository. 62 * Clone the git repository. NOTE: This is only a PLACEHOLDER. This step does not currently work! 64 63 {{{ 65 64 git clone git://git.webkit.org/bugzilla.git bugzilla.git 66 65 }}} 67 NOTE: For now this is internal to Apple, but we may expose it later on git.webkit.org.68 66 69 67 * Change directories into the git working directory.