-
Notifications
You must be signed in to change notification settings - Fork 460
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
WIP: Initial snapcraft packaging #2375
Conversation
cp nikola.py stage/usr/bin/nikola | ||
snapcraft | ||
|
||
To just use it: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should live in our getting started document when snaps actually work (i.e. you can build the demo site correctly). We should also mention other distros, and provide a link to snapcraft.io.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, currently it's just a draft so I can keep track of where I am with
this.
On Fri, Jun 17, 2016 at 11:20 AM Chris Warrick notifications@github.com
wrote:
In snapcraft/README
#2375 (comment):@@ -0,0 +1,26 @@
+This folder contains the files needed to build a snap package for nikola.
+
+To build, in Ubuntu 16.04:
+
+apt install snapd snapcraft
+snap login some.account@whatever.com
+snapcraft
+cp nikola.py stage/usr/bin/nikola
+snapcraft
+
+To just use it:This should live in our getting started document when snaps actually work
(i.e. you can build the demo site correctly). We should also mention other
distros, and provide a link to snapcraft.io.—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/getnikola/nikola/pull/2375/files/f3180581af5467538aa95033ff4caf0ccdef5bf8#r67517386,
or mute the thread
https://github.com/notifications/unsubscribe/AAAGK35vi6g0EFsZ8Vs9E85HYw8ygptDks5qMq0WgaJpZM4I27fk
.
Merging it for now. In order for this to be fully operational, we need a couple more features in snapscraft (pushing package to a specific channel, maybe some new adaptors) |
Still experimental.