Various snap fixes #698

Merged
RAOF merged 4 commits from various-snap-fixes into master 4 years ago
RAOF commented 4 years ago (Migrated from github.com)

This uses the new MEDIA_UPLOAD_DIRECTORY support to make media uploads work, cleans up some of the scripts, and sets the version based on git tags.

This uses the new `MEDIA_UPLOAD_DIRECTORY` support to make media uploads work, cleans up some of the scripts, and sets the version based on git tags.
codecov[bot] commented 4 years ago (Migrated from github.com)

Codecov Report

Merging #698 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #698   +/-   ##
=======================================
  Coverage   39.25%   39.25%           
=======================================
  Files          72       72           
  Lines        9498     9498           
  Branches     2265     2265           
=======================================
  Hits         3728     3728           
  Misses       4713     4713           
  Partials     1057     1057
# [Codecov](https://codecov.io/gh/Plume-org/Plume/pull/698?src=pr&el=h1) Report > Merging [#698](https://codecov.io/gh/Plume-org/Plume/pull/698?src=pr&el=desc) into [master](https://codecov.io/gh/Plume-org/Plume/commit/c484ca6afe29a2d6c062b99df22485fcbc57cb9b?src=pr&el=desc) will **not change** coverage. > The diff coverage is `n/a`. ```diff @@ Coverage Diff @@ ## master #698 +/- ## ======================================= Coverage 39.25% 39.25% ======================================= Files 72 72 Lines 9498 9498 Branches 2265 2265 ======================================= Hits 3728 3728 Misses 4713 4713 Partials 1057 1057 ```
igalic (Migrated from github.com) approved these changes 4 years ago
@ -2,3 +2,3 @@
base: core18
version: '0.3.0' # just for humans, typically '1.2+git' or '1.3.2'
adopt-info: plume
summary: Multi-user blogging platform, federated over ActivityPub
igalic (Migrated from github.com) commented 4 years ago

does Snapcraft build nightlies?

does Snapcraft build nightlies?
RAOF commented 4 years ago (Migrated from github.com)

I think it's set up to build each commit. Certainly at least once a day.

I *think* it's set up to build each commit. Certainly at least once a day.

Reviewers

The pull request has been merged as df6f398efc.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b various-snap-fixes master
git pull origin various-snap-fixes

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff various-snap-fixes
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Plume/Plume#698
Loading…
There is no content yet.