Skip to content
GitLab
Projets Groupes Sujets Extraits de code
  • /
  • Aide
    • Aide
    • Support
    • Forum de la communauté
    • Proposer une rétroaction
    • Contribuer à GitLab
  • Connexion
  • M memopol
  • Informations du projet
    • Informations du projet
    • Activité
    • Étiquettes
    • Membres
  • Dépôt
    • Dépôt
    • Fichiers
    • Commits
    • Branches
    • Étiquettes
    • Statistiques sur les contributeurs
    • Graphe
    • Comparer les révisions
  • Tickets 32
    • Tickets 32
    • Liste
    • Tableaux
    • Service d’assistance
    • Jalons
  • Demandes de fusion 6
    • Demandes de fusion 6
  • Intégration et livraison continues
    • Intégration et livraison continues
    • Pipelines
    • Tâches
    • Planifications
  • Déploiements
    • Déploiements
    • Environnements
    • Versions
  • Supervision
    • Supervision
    • Incidents
  • Analytique
    • Analytique
    • Chaînes de valeur
    • Intégration et livraison continues
    • Dépôt
  • Wiki
    • Wiki
  • Extraits de code
    • Extraits de code
  • Activité
  • Graphe
  • Créer un nouveau ticket
  • Tâches
  • Commits
  • Tableaux des tickets
Masquer la barre latérale
  • La Quadrature du NetLa Quadrature du Net
  • Political MemoryPolitical Memory
  • memopol
  • Demandes de fusion
  • !183

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

  • Examiner les modifications

  • Télécharger
  • Correctifs
  • Diff brut
Fusionnée Porkepix a demandé de fusionner Porkepix/memopol:master vers master déc. 18, 2016
  • Vue d’ensemble 0
  • Commits 1
  • Pipelines 1
  • Modifications 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?

Assigné
Assigner à
Relecteurs
Demander une revue de code à
Suivi du temps
Branche Source : master