sur le serveur aircox - git config #32

Open
opened 2022-03-12 13:56:16 +00:00 by tierce · 4 comments
Owner

C'est github qui reste la branche master.

# cat /srv/www/aircox/.git/config                                                                   
[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://github.com/bkfox/aircox.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master

Comment fonctionne la relation entre github et git.radiocampus.be ?

C'est github qui reste la branche master. ``` # cat /srv/www/aircox/.git/config [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://github.com/bkfox/aircox.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master ``` Comment fonctionne la relation entre github et git.radiocampus.be ?
Owner

Il faut mettre à jour le dépôt, github n'est plus utilisé pour le moment. Je vais le faire ça.

Il faut mettre à jour le dépôt, github n'est plus utilisé pour le moment. Je vais le faire ça.
Owner

@tierce Il y a une erreur de certificat lorsque je pull avec https://git.radiocampus.be/rc/aircox.git: fatal: unable to access 'https://git.radiocampus.be/rc/aircox.git/': server certificate verification failed. CAfile: none CRLfile: none. Tu as une idée?

@tierce Il y a une erreur de certificat lorsque je pull avec `https://git.radiocampus.be/rc/aircox.git`: `fatal: unable to access 'https://git.radiocampus.be/rc/aircox.git/': server certificate verification failed. CAfile: none CRLfile: none`. Tu as une idée?
thomas reopened this issue 2022-03-21 12:25:33 +00:00
Author
Owner

C'est si tu pull depuis ton PC ou depuis le serveur aircox ?

Parce que depuis mon PC, par exemple, il ne me semble pas avoir ce problème.

/tmp/aircox (master ✔) ᐅ git pull
Déjà à jour.

Ou bien je ne comprends pas bien la question :)

C'est si tu `pull` depuis ton PC ou depuis le serveur aircox ? Parce que depuis mon PC, par exemple, il ne me semble pas avoir ce problème. ``` /tmp/aircox (master ✔) ᐅ git pull Déjà à jour. ``` Ou bien je ne comprends pas bien la question :)
tierce added the
gnuragistes
label 2022-04-30 16:15:57 +00:00
Author
Owner

Que faut-il faire avec ces fichiers qui sont sur le serveur ?

# git status                                                                           /srv/www/aircox aircox 16:02 
On branch develop-1.0
Your branch is up to date with 'origin/develop-1.0'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)

	aircox/migrations/
	aircox_streamer/migrations/
	instance/ldap-jsnet.py
	instance/ldap.py
	instance/settings.py
	logs/
	static/admin/
	static/adminsortable2/
	static/aircox/
	static/ckeditor/
	static/content_editor/
	static/filer/
	static/media/
	static/rest_framework/

nothing added to commit but untracked files present (use "git add" to track)
Que faut-il faire avec ces fichiers qui sont sur le serveur ? ``` # git status /srv/www/aircox aircox 16:02 On branch develop-1.0 Your branch is up to date with 'origin/develop-1.0'. Untracked files: (use "git add <file>..." to include in what will be committed) aircox/migrations/ aircox_streamer/migrations/ instance/ldap-jsnet.py instance/ldap.py instance/settings.py logs/ static/admin/ static/adminsortable2/ static/aircox/ static/ckeditor/ static/content_editor/ static/filer/ static/media/ static/rest_framework/ nothing added to commit but untracked files present (use "git add" to track) ```
Sign in to join this conversation.
No description provided.