Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. bpa@debian-NME ~/work/indusdassault/repos/chapeau (git)-[master] % conan remote list
  2. conan-center: https://conan.bintray.com [Verify SSL: False]
  3. my_local_server: http://localhost:9301 [Verify SSL: False]
  4.  
  5. bpa@debian-NME ~/work/indusdassault/repos/chapeau (git)-[master] % ./master_script.sh -a clone
  6. action : clone
  7. Récupération de la liste des dépôts à traiter
  8. Répertoire projet : plugins.common.runtime
  9. git clone --single-branch -b master git@gitlab.ptx.fr.sopra:dassaultsys_industrialisationcpp/artemis/plugins.common.runtime.git
  10. Clonage dans 'plugins.common.runtime'...
  11. remote: Enumerating objects: 247, done.
  12. remote: Counting objects: 100% (247/247), done.
  13. remote: Compressing objects: 100% (129/129), done.
  14. remote: Total 247 (delta 119), reused 233 (delta 105)
  15. Réception d'objets: 100% (247/247), 53.01 KiB | 0 bytes/s, fait.
  16. Résolution des deltas: 100% (119/119), fait.
  17.  
  18. ---- analyse et traitement des dépendances du projet plugins.common.runtime
  19.  
  20. deps : plugins.common.interfaces/0.1@dassault/release
  21. /usr/lib/python3/dist-packages/urllib3/connectionpool.py:845: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  22. InsecureRequestWarning)
  23. ERROR: Unable to find 'plugins.common.interfaces/0.1@dassault/release' in remotes
  24. URL de dépôt invalide
  25. Doit être une URL de dépôt Git valide pour pouvoir être traitée
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement