You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/03/31 14:28:41 UTC

[jira] [Assigned] (ARROW-719) [GLib] Support prepared source archive release

     [ https://issues.apache.org/jira/browse/ARROW-719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney reassigned ARROW-719:
----------------------------------

    Assignee: Kouhei Sutou

> [GLib] Support prepared source archive release
> ----------------------------------------------
>
>                 Key: ARROW-719
>                 URL: https://issues.apache.org/jira/browse/ARROW-719
>             Project: Apache Arrow
>          Issue Type: Improvement
>            Reporter: Kouhei Sutou
>            Assignee: Kouhei Sutou
>             Fix For: 0.3.0
>
>
> c_glib/ uses GNU Autotools (autoconf, libtool and so on) build system.
> Normally, source archive that uses GNU Autotools build system includes configure script. Because users don't need GNU Autotools if source archive includes configure script.
> configure script is generated by running autogen.sh (autoreconf) with configure.ac and Makefile.ams.
> The current Apache Arrow release script (dev/02-source.sh) just runs "git archive". The generated archive doesn't include configure script. So users need GNU Autotools.
> I hope that c_glib/ source archive includes configure script. Normally, source archive is generated by "make dist" for package that uses GNU Autotools. The generated source archive includes configure script and all needed files.
> How should I change the current release script? Should I change dev/02-source.sh, create a new file or choose other approach? 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)