Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1735663
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] scripts/package: snap-pkg target |
| Date | 2017-09-20 11:30 +0200 |
| Message-ID | <urJup-15w-11@gated-at.bofh.it> (permalink) |
| References | <uoQsq-8rS-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Paolo, 2017-09-12 19:11 GMT+09:00 Paolo Pisati <paolo.pisati@canonical.com>: > @@ -0,0 +1,14 @@ > +name: kernel > +version: KERNELRELEASE > +summary: Linux kernel > +description: The upstream Linux kernel > +grade: stable > +confinement: strict > +type: kernel > + > +parts: > + kernel: > + plugin: kernel > + source: SRCTREE > + source-type: git > + kconfigfile: SRCTREE/.config Other targets such as rpm-pkg and deb-pkg work without relying on git. However, snap-pkg every time does "git clone", so changes added to the source tree, but not committed yet, are not reflected to the package. Is it possible to work with a tarball, like other targets do? -- Best Regards Masahiro Yamada
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2] scripts/package: snap-pkg target Paolo Pisati <paolo.pisati@canonical.com> - 2017-09-12 12:20 +0200 Re: [PATCH v2] scripts/package: snap-pkg target Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-09-20 11:30 +0200
csiph-web