Openbravo Issue Tracking System - Retail Modules
View Issue Details
0046780Retail ModulesWeb POSpublic2021-05-21 10:442021-09-16 18:38
shuehner 
shuehner 
normaltrivialhave not tried
closedfixed 
5
 
RR21Q4 
AugustoMauch
No
0046780: package.json points to code.openbravo.com as source location that should be updated to point to gitlab instead
The package.json file points to the obsolote hg hosting at code.openbravo.com for the repository

  "repository": "https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core", [^]

That should be removed or point to the corresponding gitlab.com repo instead
-
No tags attached.
Issue History
2021-05-21 10:44shuehnerNew Issue
2021-05-21 10:44shuehnerAssigned To => Retail
2021-05-21 10:44shuehnerTriggers an Emergency Pack => No
2021-08-28 11:12shuehnerAssigned ToRetail => shuehner
2021-08-28 11:24hgbotNote Added: 0131411
2021-08-28 11:26hgbotResolutionopen => fixed
2021-08-28 11:26hgbotStatusnew => resolved
2021-08-28 11:26hgbotNote Added: 0131412
2021-08-28 11:26hgbotFixed in Version => RR21Q4
2021-08-28 11:26hgbotNote Added: 0131413
2021-08-28 11:26shuehnerReview Assigned To => AugustoMauch
2021-09-16 18:38AugustoMauchStatusresolved => closed

Notes
(0131411)
hgbot   
2021-08-28 11:24   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/278 [^]
(0131412)
hgbot   
2021-08-28 11:26   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/278 [^]
(0131413)
hgbot   
2021-08-28 11:26   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: 9dea4d078436268a67bb12ac8559d92a1f467abd
Author: Stefan Huehner <stefan.huehner@openbravo.com>
Date: 2021-08-28T11:21:37+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/9dea4d078436268a67bb12ac8559d92a1f467abd [^]

Fixes ISSUE-46780: Fix repository to not point to obsolete code.openbravo.com

package.json field has a repository value in which the VCS repository of
the module can be linked.
That was still pointing to the obsolete code.openbravo.com not being
used for a while.

Point it to the current repo location in gitlab.com instead.

npm understands shortcut syntax for gitlab so use the shorter form:
https://docs.npmjs.com/cli/v6/configuring-npm/package-json#repository [^]

---
M package.json
---