Bug #2752
subdir builds
Status: | Closed | Start date: | 05/16/2018 | |
---|---|---|---|---|
Priority: | Urgent | Due date: | ||
Assignee: | J. Moringen | % Done: | 0% | |
Category: | Deployment | |||
Target version: | 0.20 |
Description
In build-generator 0.20.15, just installed from jenkins, I get the following error when build a subdir package:
+ find . -mindepth 1 -maxdepth 1 + directory=./ReflexxesTypeII + mktemp -d ./XXXXXXXX + temp=./4tLdRpRm + mv -T ./ReflexxesTypeII ./4tLdRpRm/ + find ./4tLdRpRm/ReflexxesTypeII -mindepth 1 -maxdepth 1 -exec mv {} . ; find: ‘./4tLdRpRm/ReflexxesTypeII’: No such file or directory
Previously the final find command didn't mention the subdir as follows:
+ find ./4tLdRpRm -mindepth 1 -maxdepth 1 -exec mv {} . ;
History
#1 Updated by J. Moringen almost 5 years ago
- Category set to Deployment
- Status changed from New to Closed
- Target version set to 0.21
The original problems was that build-generator versions below 0.19 failed to respect the sub-directory
variable for projects with scm
archive
. Some recipes like libreflexxes.project
had a workaround for the bug and thus did not work with fixed build-generator versions. Affected recipes have to be adapted to the fixed build-generator.
#2 Updated by J. Moringen almost 5 years ago
- Target version changed from 0.21 to 0.20