commit | 5a7363b4cfdf995a6bebb80b6fe1cd3514c593a6 | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Fri Oct 18 16:50:59 2019 +0800 |
committer | Lei YU <mine260309@gmail.com> | Wed Oct 23 07:15:55 2019 +0000 |
tree | 3fef6a8ff618c114db704dbe61d9eac8f2d2387b | |
parent | b7c062ef6ce40aacce19f05724d6670d14ce13a2 [diff] |
Version: support CRLF line feed in MANIFEST When a MANIFEST is generated from Windows and it contains CRLF as line feed, the code was getting each line with '\r' at the end, and thus the parsed string contains '\r' and it incorrectly parses the string. Add a piece of code to support CRLF line feed so support such MANIFEST files. Tested: Update the unit test case to verify CRLF is correctly handled. Signed-off-by: Lei YU <mine260309@gmail.com> Change-Id: I872bb59dbde5647e833f5c335357a3f6ae0765a5
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.