RPM package revival - #125
Conversation
|
Unsolved minor inconsistency: @kbernhagen I removed all permissions from
It is not from the repository. It is from our BUILDROOT, created from scratch. We are copying/creating before packaging. We control the permissions. Edit: Ditched it. |
|
The file name inconsistency is deliberately done for rpm in packager. I don’t know why. |
|
I would not remove Edit: but then, it looks like |
|
You might need to delete the build directory at start, like it used to do. The build system does not do a clean before build. Edit: nervermind. I see you moved the delete. My nystagmus is crazy today. |
|
|
|
Nevermind. My bad. |
Yeah, better keep it. Done. |
|
Would it be worthwhile to push the build dirs a bit deeper under |
|
Maybe include the package name under, because a project could create more than one package. Doesn't deb use |
|
Maybe I should do something similar for osx packaging. |
Done with
Before, rpmbuild's |
|
Ok. I’m not aware of any projects that build more than one package. I was going to use two for the osx installer a year ago, but (Joseph and I) decided to just include a url for the uninstaller package. The uninstaller rarely changes. |
|
I removed |
|
Sounds reasonable for current needs. To make intent clear, maybe paths should be absolute in bastet SConstruct? |
Package naming conventions for RPMs and debs are different. Also, please be aware that package names are parsed in the file release system. Changing the name format could break the release system. |
cbang side of FoldingAtHome/fah-client-bastet#155