Project

General

Profile

Bug #2133

GitCR ignoring offline mode for initial clone

Added by Henning Blohm about 2 years ago. Updated 11 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
z2-core
Target version:
Start date:
30.12.2021
Due date:
% Done:

0%

Estimated time:
origin:

Description

Essentially, the following is missing in com.zfabrik.impl.gitcr.helper.GitCommand:

    public void doClone() {
        if (Foundation.isOfflineMode()) {
            logger.warning("GIT-CR: '" + this.originUri.getHumanishName() + "' will be ignored (Running offline)");
            return;
        }
...
#1

Updated by Henning Blohm about 2 years ago

  • Description updated (diff)
#2

Updated by Henning Blohm 11 months ago

  • Status changed from New to Resolved

Also available in: Atom PDF