pgj commented on code in PR #4880:
URL: https://github.com/apache/couchdb/pull/4880#discussion_r1408290083
##########
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'
+
+ from(jar.outputs.files) {
+ into 'lib'
Review Comment:
The indentation is off here? At least compared to line #110 below.
##########
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'
+
+ from(jar.outputs.files) {
+ into 'lib'
Review Comment:
The indentation is off here? At least compared to line 110 below.
--
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]