Conversation
|
the commits have been around in this branch for some time, but I did not make a PR out of them before :-) Why postponing? Currently there ist the problem, that "git status" complains on untracked files in "packages" as soon as "make prepare" was called. |
|
The build of this branch was successful on my machine, but i didn't test the images. |
|
thanks for a separate test, quite sure the images are fine, as the imagebuilder is called with the same arguments. I'd like to merge this soon. |
akira25
left a comment
There was a problem hiding this comment.
These changes work fine. But I'd prefer the 4 commits to be squashed into one.
|
let's agree on squashing the 1st and the last into one and keep the other two separate, as they don't strictly belong to the folder-renaming. |
|
Okay. I'm fine with that. |
When we started to use some code of the gluon framework a minor conflict of the usage of the packages-folder came up. We use it to store the package-lists for our images, Gluon uses this folder to store the upstream repos. By this double-use there are always the repos inside the folder and causing git to report them as untracked files. Adding the folder to .gitignore is also no option, as we need it for our package-lists. So just lets move our files and adjust .gitignore.
8f6cd28 to
d94cf45
Compare
As it's used to store the upstream-repos which don't need tracking.
d94cf45 to
aff82c1
Compare
Rename the folder "packages" to "packagelists". This change will