Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial files for Debian Package. #775

Merged
merged 12 commits into from
Jul 30, 2019
Merged

Initial files for Debian Package. #775

merged 12 commits into from
Jul 30, 2019

Conversation

sjha2048
Copy link
Contributor

This Pull request is for creating the Debian package for arthas and this is all of my initial files.

for testing the package run

mvn clean install

this will create arthas.deb inside /packaging/target directory which can be installed by dpkg.

@CLAassistant
Copy link

CLAassistant commented Jul 14, 2019

CLA assistant check
All committers have signed the CLA.

@hengyunabc
Copy link
Collaborator

Add dir format in packaging/src/main/assembly/assembly.xml, then the deb plugin can package files from the directory? No need to configure multiple items.

   <formats>
     <format>zip</format>
    <format>dir</format>
   </formats>

@sjha2048
Copy link
Contributor Author

I tried this approach but I am facing several build errors in this method like file permission issues and target directory location, but instead of configuring multiple items I'll try to make a template type of package, will update you on this till tomorrow morning

@hengyunabc
Copy link
Collaborator

Need to update packaging/src/main/assembly/assembly.xml

   <formats>
+    <format>dir</format>
     <format>zip</format>
   </formats>

@sjha2048
Copy link
Contributor Author

Will do it!

@sjha2048 sjha2048 changed the title added all the necessary files required to make the package Initial files for Debian Package. Jul 24, 2019
@hengyunabc
Copy link
Collaborator

travis-ci fixed.

@hengyunabc hengyunabc added this to the 3.1.2 milestone Jul 30, 2019
@hengyunabc hengyunabc merged commit c93340b into alibaba:master Jul 30, 2019
@sjha2048
Copy link
Contributor Author

thank you @hengyunabc

XhinLiang pushed a commit to XhinLiang/arthas-mvel that referenced this pull request Aug 5, 2019
lzc-alioo pushed a commit to lzc-alioo/arthas that referenced this pull request May 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants