Page MenuHomeSolus

Initial commit of milkytracker
ClosedPublic

Authored by cigh033 on Apr 26 2018, 10:28 AM.
Tags
None
Referenced Files
F10827783: D2805.id7495.diff
Sun, Jun 4, 7:35 AM
F10825573: D2805.diff
Sun, Jun 4, 12:34 AM
F10775249: D2805.id.diff
Mon, May 22, 4:51 PM
F10757830: D2805.id7443.diff
Wed, May 17, 11:41 AM
F10712700: D2805.id6895.diff
May 2 2023, 5:40 AM
Subscribers

Details

Summary

Initial commit of milkytracker. Resolves T4889

Test Plan
  • installed
  • ran the application
  • clicked a bit, loaded and saved a file
  • console output contains no errors

Diff Detail

Repository
R4298 milkytracker
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

JoshStrobl added a subscriber: JoshStrobl.

Needs an icon if one is available for it.

package.yml
14–16

pkgconfigs need to be alphabetized and listed above alsa-tools

This revision now requires changes to proceed.May 19 2018, 3:48 PM

changed order of dependencies, added icon and updated license

JoshStrobl retitled this revision from initial commit of milkytracker to Initial commit of milkytracker.
JoshStrobl edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Jun 4 2018, 8:31 AM

Hey, gonna need you to push this as a complete commit instead of just modifications, since it's trying to base the work on the previous differential and its commit, which doesn't exist.

This revision now requires changes to proceed.Jun 4 2018, 8:34 AM

Hey, sorry, I'm a bit slow today, what do you want me to do? Just create a new diff with "arc diff"?

Given I don't know your local git commit history, I'd suggest creating a new git repository, adding these files, and creating a new initial commit so all the commit changes are additions. After that, attempt running arc diff --update D2805.

If you have multiple commits in your master branch, you need to squash your commits (and in the future amend existing commits rather than making new ones), following the information at: https://solus-project.com/articles/packaging/submitting-a-package/en/#updating-files

re-initialized repository

This revision is now accepted and ready to land.Jun 4 2018, 4:52 PM
This revision was automatically updated to reflect the committed changes.

Thanks again for all your work on this ?