Project

General

Profile

Actions

Bug #9020

closed

Bug #9000: [rudder-packages] Maven does not honor PROXY settings during build

Fix typo of missing backslash introduced in #9000

Added by Janos Mattyasovszky over 7 years ago. Updated over 7 years ago.

Status:
Released
Priority:
N/A
Assignee:
-
Category:
Packaging
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

In #9000 there is a backslash missing in the Makefile:

 MAVEN_PROXY := $(if $(PROXY), $(shell echo "$(PROXY)" |  perl -ne ' \
     if (m|(https?)://(?:([^:@]+)(?::([^@]+))?\@)?([^:/]+)(?::([0-9]+))?|) { \
-        chomp;
+        chomp; \
         my $$proto = "<protocol>$$1</protocol>"; \
         my $$user = defined($$2) ? "<username>$$2</username>" : ""; \
Actions #1

Updated by Janos Mattyasovszky over 7 years ago

  • Pull Request set to https://github.com/Normation/rudder-packages/pull/1048
Actions #2

Updated by Janos Mattyasovszky over 7 years ago

  • Status changed from New to Pending release
  • % Done changed from 0 to 100
Actions #3

Updated by Alexis Mousset over 7 years ago

  • Target version set to 4.0.0~rc2
Actions #4

Updated by Benoît PECCATTE over 7 years ago

  • Target version changed from 4.0.0~rc2 to 318
Actions #5

Updated by François ARMAND over 7 years ago

  • Translation missing: en.field_tag_list set to Blocking 4.0
Actions #6

Updated by Vincent MEMBRÉ over 7 years ago

  • Target version changed from 318 to 4.0.0~rc2
Actions #7

Updated by Vincent MEMBRÉ over 7 years ago

  • Target version changed from 4.0.0~rc2 to 4.0.0~rc1
Actions #8

Updated by Vincent MEMBRÉ over 7 years ago

  • Parent task set to #9000
Actions #9

Updated by Alexis Mousset over 7 years ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 4.0.0 which was released the 10th November 2016.

Actions #10

Updated by Alexis Mousset over 7 years ago

  • Category set to Packaging
Actions

Also available in: Atom PDF