Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • M memopol
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 32
    • Issues 32
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Political MemoryPolitical Memory
  • memopol
  • Merge requests
  • !183

Change git URL and cloning text/repository name after project rename

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Porkepix requested to merge Porkepix/memopol:master into master Dec 18, 2016
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 3

As someone highlighted it on the IRC channel, repository and issue URLs were not updated after past repository and group renaming, as it resulted in broken URLs (404, it doesn't seem like Gitlab handle any form of redirect)

This commit change part of the doc as well to reflect the change.

However, grep did match other parts:

clement@mbp:~/repositories/memopol$ grep -irnI political_memory . ./.travis.yml:36: repo: political-memory/political_memory ./docs/deploy-openshift.rst:15: Cloning into 'political_memory'... ./docs/deploy-openshift.rst:23: $ cd political_memory/ ./docs/development.rst:23: $ cd political_memory ./docs/development.rst:59: Cloning into 'political_memory'... ./docs/development.rst:67: $ cd political_memory/ ./docs/development.rst:81: Obtaining file:///tmp/political_memory ./docs/hacker.rst:19: $ cd political_memory/ ./setup.py:12: url='http://github.com/political-memory/political_memory/', ./src/memopol/templates/home.html:129: <a class="btn btn-default" target="_blank" href="https://git.laquadrature.net/political-memory/political_memory"> ./src/memopol/templates/home.html:133: <a class="btn btn-default" target="_blank" href="https://git.laquadrature.net/political-memory/political_memory/issues/new">

Should Travis stay there if nothing remains on Github?

I didn't touched matches for the pip package. Should it be updated as well? (development.rst:81 and setup.py). Is the pip package to be renamed too?

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: master