[
https://issues.apache.org/jira/browse/SLING-4151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14216868#comment-14216868
]
Bruce Edge edited comment on SLING-4151 at 11/18/14 9:55 PM:
-------------------------------------------------------------
I didn't re-enable the contrib module in the patch. ie: revert Bertrand's patch
to disable it after the regression was discovered.
Here's the patch to re-enable the debian package build:
{{{
diff --git a/contrib/pom.xml b/contrib/pom.xml
index e2b5253..1bdeee3 100644
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -136,7 +136,7 @@
<module>launchpad/karaf</module>
<module>launchpad/testing</module>
<module>xss</module>
- <module>launchpad/debian</module>
+ <!-- disabled due to SLING-4151 for now
<module>launchpad/debian</module> -->
</modules>
<profiles>
<profile>
}}}
was (Author: bruceedge):
I didn't re-enable the contrib module in the patch. ie: revert Bertrand's patch
to disable it after the regression was discovered.
Here's the patch to re-enable the debian package build:
diff --git a/contrib/pom.xml b/contrib/pom.xml
index e2b5253..1bdeee3 100644
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -136,7 +136,7 @@
<module>launchpad/karaf</module>
<module>launchpad/testing</module>
<module>xss</module>
- <module>launchpad/debian</module>
+ <!-- disabled due to SLING-4151 for now
<module>launchpad/debian</module> -->
</modules>
<profiles>
<profile>
> Create debian/.ubuntu package for sling launchpad standalone jar
> ----------------------------------------------------------------
>
> Key: SLING-4151
> URL: https://issues.apache.org/jira/browse/SLING-4151
> Project: Sling
> Issue Type: New Feature
> Components: Installer
> Reporter: Bruce Edge
> Assignee: Bertrand Delacretaz
> Priority: Minor
> Labels: debian, install, package, ubuntu
> Attachments: sling-dpkg.patch
>
> Original Estimate: 168h
> Remaining Estimate: 168h
>
> I’m setting up a development env for a team to work on a sling asset manager
> app. I wanted to make the env setup simple so I put together a debian/ubuntu
> package for the org.apache.sling.launchpad-8-SNAPSHOT-standalone.jar.
> It uses the jdeb maven plugin so it’s cross-platform. Here’s the patch on the
> off-chance it’s compatible with the upstream policies. If it needs tuning,
> let me know what it’s missing.
> Comments from dev list:
> - Do you mind creating a JIRA
> - my preference would be to have this in contrib instead of the launchpad
> folder
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)