[
https://issues.apache.org/jira/browse/IGNITE-7108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16445672#comment-16445672
]
Max Shonichev edited comment on IGNITE-7108 at 4/20/18 12:47 PM:
-----------------------------------------------------------------
{noformat}
# docker run -it -v $(readlink -f incubator-ignite):/mnt ubuntu bash
# apt-get update
# cd /mnt/packaging
# ./package.sh --rpm
{noformat}
fails with
{noformat}
[ERROR] Can't find | get Apache Ignite's binary archive
Removing temporary work directories:
=== Run time: 0h:00m:48s ===
{noformat}
was (Author: mshonichev):
{noformat}
# docker run -it -v $(readlink -f incubator-ignite):/mnt ubuntu bash
# apt-get update
# cd /mnt/packaging
# ./package.sh --rpm
{noformat}
> Apache Ignite 2.5 RPM and DEB packages
> --------------------------------------
>
> Key: IGNITE-7108
> URL: https://issues.apache.org/jira/browse/IGNITE-7108
> Project: Ignite
> Issue Type: New Feature
> Components: binary
> Reporter: Peter Ivanov
> Assignee: Peter Ivanov
> Priority: Critical
> Labels: important
> Fix For: 2.5
>
>
> # (/) Update RPM build process to unify with DEB build.
> # (/) Prepare build of DEB package (using architecture and layout from RPM
> package).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)