Hi Guys,
I'm working currently on rootless mode for X2GoKdrive. Today I wanted to save the work I've done so far in separate branch on git.x2go.org. I've created the local branch with the name wip_oshneyder_rootlessmode but when I'm trying to push the changes I'm getting the error message: ERROR: Branch name does not meet the project policies. Please contact git-admin@x2go.org
Does someone knows what is the branch naming policy here?
Oleksandr Shneyder | Email: o.shneyder@phoca-gmbh.de phoca GmbH | Tel. : 0911 - 14870374 0 Schleiermacherstr. 2 | Fax. : 0911 - 14870374 9 D-90491 Nürnberg | Mobil: 0163 - 49 64 461
Geschäftsführung: Dipl.-Inf. Oleksandr Shneyder
I don't - but I would try to replace the underscores by "-"
Uli
On Mon, Jan 31, 2022 at 4:13 PM Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> wrote:
Hi Guys,
I'm working currently on rootless mode for X2GoKdrive. Today I wanted to save the work I've done so far in separate branch on git.x2go.org. I've created the local branch with the name wip_oshneyder_rootlessmode but when I'm trying to push the changes I'm getting the error message: ERROR: Branch name does not meet the project policies. Please contact git-admin@x2go.org
Does someone knows what is the branch naming policy here?
regards, Alex
Oleksandr Shneyder | Email: o.shneyder@phoca-gmbh.de phoca GmbH | Tel. : 0911 - 14870374 0 Schleiermacherstr. 2 | Fax. : 0911 - 14870374 9 D-90491 Nürnberg | Mobil: 0163 - 49 64 461
Geschäftsführung: Dipl.-Inf. Oleksandr Shneyder
Amtsgericht München | http://www.phoca-gmbh.de HRB 196 658 | http://www.x2go.org USt-IdNr.: DE281977973
x2go-dev mailing list x2go-dev@lists.x2go.org https://lists.x2go.org/listinfo/x2go-dev
Nope, doesn't help Am 31.01.22 um 09:28 schrieb Ulrich Sibiller:
I don't - but I would try to replace the underscores by "-"
Uli
On Mon, Jan 31, 2022 at 4:13 PM Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> wrote:
Hi Guys,
I'm working currently on rootless mode for X2GoKdrive. Today I wanted to save the work I've done so far in separate branch on git.x2go.org. I've created the local branch with the name wip_oshneyder_rootlessmode but when I'm trying to push the changes I'm getting the error message: ERROR: Branch name does not meet the project policies. Please contact git-admin@x2go.org
Does someone knows what is the branch naming policy here?
regards, Alex
Oleksandr Shneyder | Email: o.shneyder@phoca-gmbh.de phoca GmbH | Tel. : 0911 - 14870374 0 Schleiermacherstr. 2 | Fax. : 0911 - 14870374 9 D-90491 Nürnberg | Mobil: 0163 - 49 64 461
Geschäftsführung: Dipl.-Inf. Oleksandr Shneyder
Amtsgericht München | http://www.phoca-gmbh.de HRB 196 658 | http://www.x2go.org USt-IdNr.: DE281977973
x2go-dev mailing list x2go-dev@lists.x2go.org https://lists.x2go.org/listinfo/x2go-dev
Oleksandr Shneyder | Email: o.shneyder@phoca-gmbh.de phoca GmbH | Tel. : 0911 - 14870374 0 Schleiermacherstr. 2 | Fax. : 0911 - 14870374 9 D-90491 Nürnberg | Mobil: 0163 - 49 64 461
Geschäftsführung: Dipl.-Inf. Oleksandr Shneyder
Ok, found it in /home/x2go/git/_hooks_/update-script._check_
case "${BRANCH}" in (release/*|build-*|master|feature/*|bugfix/*|upstream/*)
so if someone wants to check it out, the branch name is feature/rootless-mode
regards, Alex
Am 31.01.22 um 09:32 schrieb Oleksandr Shneyder:
Nope, doesn't help Am 31.01.22 um 09:28 schrieb Ulrich Sibiller:
I don't - but I would try to replace the underscores by "-"
Uli
On Mon, Jan 31, 2022 at 4:13 PM Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> wrote:
Hi Guys,
I'm working currently on rootless mode for X2GoKdrive. Today I wanted to save the work I've done so far in separate branch on git.x2go.org. I've created the local branch with the name wip_oshneyder_rootlessmode but when I'm trying to push the changes I'm getting the error message: ERROR: Branch name does not meet the project policies. Please contact git-admin@x2go.org
Does someone knows what is the branch naming policy here?
regards, Alex
Oleksandr Shneyder | Email: o.shneyder@phoca-gmbh.de phoca GmbH | Tel. : 0911 - 14870374 0 Schleiermacherstr. 2 | Fax. : 0911 - 14870374 9 D-90491 Nürnberg | Mobil: 0163 - 49 64 461
Geschäftsführung: Dipl.-Inf. Oleksandr Shneyder
Amtsgericht München | http://www.phoca-gmbh.de HRB 196 658 | http://www.x2go.org USt-IdNr.: DE281977973
x2go-dev mailing list x2go-dev@lists.x2go.org https://lists.x2go.org/listinfo/x2go-dev
x2go-dev mailing list x2go-dev@lists.x2go.org https://lists.x2go.org/listinfo/x2go-dev
Oleksandr Shneyder | Email: o.shneyder@phoca-gmbh.de phoca GmbH | Tel. : 0911 - 14870374 0 Schleiermacherstr. 2 | Fax. : 0911 - 14870374 9 D-90491 Nürnberg | Mobil: 0163 - 49 64 461
Geschäftsführung: Dipl.-Inf. Oleksandr Shneyder
Hi Alex,
On Mo 31 Jan 2022 16:13:38 CET, Oleksandr Shneyder wrote:
Hi Guys,
I'm working currently on rootless mode for X2GoKdrive. Today I wanted to save the work I've done so far in separate branch on git.x2go.org. I've created the local branch with the name wip_oshneyder_rootlessmode but when I'm trying to push the changes I'm getting the error message: ERROR: Branch name does not meet the project policies. Please contact git-admin@x2go.org
Does someone knows what is the branch naming policy here?
try branch name "feature/rootlessmode" e.g. Anything with "feature/"
at the beginning should work.
DAS-NETZWERKTEAM c\o Technik- und Ökologiezentrum Eckernförde Mike Gabriel, Marienthaler Str. 17, 24340 Eckernförde mobile: +49 (1520) 1976 148 landline: +49 (4351) 850 8940
GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22 0782 9AF4 6B30 2577 1B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
Hi Mike,
thanks, I already figured it out ;)
regards, Alex Am 01.02.22 um 14:07 schrieb Mike Gabriel:
Hi Alex,
On Mo 31 Jan 2022 16:13:38 CET, Oleksandr Shneyder wrote:
Hi Guys,
I'm working currently on rootless mode for X2GoKdrive. Today I wanted to save the work I've done so far in separate branch on git.x2go.org. I've created the local branch with the name wip_oshneyder_rootlessmode but when I'm trying to push the changes I'm getting the error message: ERROR: Branch name does not meet the project policies. Please contact git-admin@x2go.org
Does someone knows what is the branch naming policy here?
try branch name "feature/rootlessmode" e.g. Anything with "feature/" at the beginning should work.
Mike
Oleksandr Shneyder | Email: o.shneyder@phoca-gmbh.de phoca GmbH | Tel. : 0911 - 14870374 0 Schleiermacherstr. 2 | Fax. : 0911 - 14870374 9 D-90491 Nürnberg | Mobil: 0163 - 49 64 461
Geschäftsführung: Dipl.-Inf. Oleksandr Shneyder