Page MenuHomeSolus

Update to 0.8.12
ClosedPublic

Authored by 10leej on Apr 23 2023, 8:09 AM.
Tags
None
Referenced Files
F11069671: D14005.diff
Fri, Aug 11, 11:24 PM
F11053022: D14005.id.diff
Thu, Aug 10, 10:31 PM
F11053021: D14005.id34121.diff
Thu, Aug 10, 10:31 PM
F11053020: D14005.id34122.diff
Thu, Aug 10, 10:30 PM
F11053018: D14005.id34120.diff
Thu, Aug 10, 10:30 PM
F11053017: D14005.id34115.diff
Thu, Aug 10, 10:30 PM
F11053016: D14005.id34195.diff
Thu, Aug 10, 10:30 PM
F11053015: D14005.id34193.diff
Thu, Aug 10, 10:30 PM
Subscribers

Details

Reviewers
algent
Group Reviewers
Triage Team
Commits
R4728:73777de979ff: Update to 0.8.12
Summary

Changelog:

Signed-off-by: Joshua AE Lee <josh@10leej.com>

Test Plan

package should build and run successfully, tested all features and they seem to work perfectly run over ssh

Diff Detail

Repository
R4728 vorta
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

algent requested changes to this revision.Apr 23 2023, 8:35 AM
algent added a subscriber: algent.

Hey Joshua.

When you finish the changes, make sure to submit them with git commit --amend, to avoid creating a new diff.

package.yml
2

Release should be 22.

25

Minor thing. Please set python-platformdirs after python-peewee. This is required to alphabetise order of builddeps and rundeps.

This revision now requires changes to proceed.Apr 23 2023, 8:35 AM
  • Update to 0.8.12
  • alphabetized rundeps, release should be 23 I made a mistake in a git reset on the last commit
  • this revision should set the pspec_x86_64.xml file
  • Update to 0.8.12
  • rebasing form 0.8.9

ok this is weird, I went to make my changes again trying to get the log to show I'm basing from 0.8.9 after I run git commit --amend it seems to automagically rebase me to 0.8.6 somehow during commit?

{F10691316}

{F10691318}

bash history (I cancelled the arc diff)
{F10691320}

ok this is weird, I went to make my changes again trying to get the log to show I'm basing from 0.8.9 after I run git commit --amend it seems to automagically rebase me to 0.8.6 somehow during commit?

If you start fresh, then you don't have to run git commit --amend, but only git commit and then submit the diff with arc diff --update D14005.

ok, I apologize for cloggin up the dev tracker learning the packaging process

I believ this should resolve all issues.

algent edited the summary of this revision. (Show Details)
algent edited the summary of this revision. (Show Details)

LGTM, thanks!

This revision is now accepted and ready to land.Apr 25 2023, 3:22 AM
This revision was automatically updated to reflect the committed changes.