pgj commented on code in PR #4880:
URL: https://github.com/apache/couchdb/pull/4880#discussion_r1408516654
##########
nouveau/build.gradle:
##########
@@ -90,3 +91,33 @@ tasks.withType(AbstractArchiveTask) {
preserveFileTimestamps = false
reproducibleFileOrder = true
}
+
+
+apply plugin: 'com.netflix.nebula.deb'
+apply plugin: 'com.netflix.nebula.rpm'
+apply plugin: 'com.netflix.nebula.ospackage-daemon'
+
+ospackage {
+ packageName = 'nouveau'
+
+ into '/opt/nouveau'
Review Comment:
Is not this something that could be controlled by a user-specified prefix?
I am not experienced in building Debian packages, but for example, in case of
FreeBSD, the prefix for the package can be configured by the user.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]