Page MenuHomeSolus

Initial commit of milkytracker
ClosedPublic

Authored by cigh033 on Apr 26 2018, 10:28 AM.
Tags
None
Referenced Files
F11053570: D2805.id7495.diff
Thu, Aug 10, 11:28 PM
F11053569: D2805.id.diff
Thu, Aug 10, 11:27 PM
F11053568: D2805.id7494.diff
Thu, Aug 10, 11:27 PM
F11053567: D2805.id6895.diff
Thu, Aug 10, 11:27 PM
F11053566: D2805.id7443.diff
Thu, Aug 10, 11:27 PM
F11037887: D2805.diff
Wed, Aug 9, 9:23 PM
F10927753: D2805.id6895.diff
Jul 10 2023, 8:09 PM
F10839458: D2805.id7443.diff
Jun 9 2023, 8:49 PM
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

Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

JoshStrobl added a subscriber: JoshStrobl.

Needs an icon if one is available for it.

package.yml
13–15

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 ?