Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-12 | Chmod 755 all sh files which can be executed | Cédric Ollivier | 1 | -0/+0 | |
All files where shebang is defined can now be executed by everyone. It results from [1]. [1] find . -name "*.sh" |xargs grep \#\! |cut -d\: -f 1 |xargs chmod 755 Change-Id: I8bf1f52e55532d5e82f8188121028e9dd5074294 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> | |||||
2016-04-12 | add bash script to config pip and easy_install | SerenaFeng | 1 | -0/+26 | |
JIRA: FUNCTEST-139 Change-Id: Iec0c1d0315ded19286fa2df8478567f4cda194b4 Signed-off-by: SerenaFeng <feng.xiaoewi@zte.com.cn> |