Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0045410
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminorhave not tried2020-11-10 16:462020-11-11 11:50
ReportercbernerView Statuspublic 
Assigned Tocberner 
PrioritynormalResolutionfixedFixed in VersionPR21Q1
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0045410: .gitignore file ignores lib/build in ERP wrongly

Descriptionlib/build is being ignored in ERP because of how .gitignore has been created. It should not ignore this folder.
Steps To Reproduce1. Try to add a file within lib/build directory with git add <file>.
2. It will fail and show that you may run the same command with --force option.
Proposed SolutionChange "build" in .gitignore to "/build", the latter only matches build directory on the top-most directory, while the former matches all build directories, independently where they come from.

Probably all the other directories should also change to the same style in .gitignore.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0124261)
hgbot (developer)
2020-11-10 17:29

Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/221 [^]
(0124277)
hgbot (developer)
2020-11-11 11:50

Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/221 [^]
(0124278)
hgbot (developer)
2020-11-11 11:50

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 39a0b1c7219e0fefa33133d21ce6b6add2d054c0
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 2020-11-11T09:59:47+01:00
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/39a0b1c7219e0fefa33133d21ce6b6add2d054c0 [^]

Fixes ISSUE-45410: .gitignore file ignores lib/build when it shouldn't

lib/build having build in its name was also excluded by .gitignore
configuration. To fix this, an exception has been added to add this
directory.

---
M .gitignore
---

- Issue History
Date Modified Username Field Change
2020-11-10 16:46 cberner New Issue
2020-11-10 16:46 cberner Assigned To => cberner
2020-11-10 16:46 cberner Modules => Core
2020-11-10 16:46 cberner Triggers an Emergency Pack => No
2020-11-10 16:51 shuehner Issue Monitored: shuehner
2020-11-10 17:29 hgbot Note Added: 0124261
2020-11-11 11:50 hgbot Resolution open => fixed
2020-11-11 11:50 hgbot Status new => closed
2020-11-11 11:50 hgbot Note Added: 0124277
2020-11-11 11:50 hgbot Fixed in Version => PR21Q1
2020-11-11 11:50 hgbot Note Added: 0124278


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker