Page MenuHomeSolus

Initial commit of onedrive
ClosedPublic

Authored by Staudey on Oct 27 2018, 10:51 PM.
Tags
None
Referenced Files
F10829284: D4172.id10829.diff
Sun, Jun 4, 11:41 AM
F10829258: D4172.id10829.diff
Sun, Jun 4, 11:37 AM
F10828848: D4172.id10829.diff
Sun, Jun 4, 10:31 AM
F10828150: D4172.id10499.diff
Sun, Jun 4, 8:35 AM
F10823868: D4172.id.diff
Sat, Jun 3, 9:03 AM
F10804361: D4172.id11228.diff
Mon, May 29, 3:49 PM
F10802127: D4172.id.diff
Mon, May 29, 5:34 AM
F10785952: D4172.id.diff
Fri, May 26, 6:00 AM

Details

Summary

Initial commit of onedrive

See T6981

Test Plan

Run "onedrive" from Terminal, connect to my OneDrive and download files

Diff Detail

Repository
R4605 onedrive
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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

The sed-stuff is because the original Makefile tries to get git version information, which obviously doesn't work with the tar.gz archive and is a bit silly for a release.

DataDrake added a subscriber: DataDrake.

Can we just name this onedrive to match upstream?

This revision now requires changes to proceed.Nov 5 2018, 5:36 PM
kyrios123 added inline comments.
package.yml
18

How about using $version instead of hardcoded version number ?

@DataDrake Fine by me, I wasn't sure what to do here to be honest. I just thought calling it "OneDrive" would make it sound like an official Microsoft app, and took the name from the Task, which is also the header of the Readme.

@kyrios123: I definitely will fix that; not sure why I didn't do it like that anyway.

Fix package name and don't hardcode version in setup

Staudey retitled this revision from Initial commit of onedrive-free-client to Initial commit of onedrive.Nov 5 2018, 9:14 PM
Staudey edited the summary of this revision. (Show Details)

Need to update the pspec too.

This revision now requires changes to proceed.Nov 20 2018, 3:02 PM

Actually update pspec.xml too

JoshStrobl added a subscriber: JoshStrobl.
JoshStrobl added inline comments.
package.yml
14–15

Should go before builddeps.

pspec_x86_64.xml
24

Nonononono. You need to sort out the PREFIX so it goes to /usr/bin

This revision now requires changes to proceed.Dec 7 2018, 12:13 AM

Fix builddeps order, fix PREFIX

Staudey added inline comments.
package.yml
14–15

Gotcha, I thought it should be in alphabetical order as a whole

pspec_x86_64.xml
24

Oh, I didn't even notice this. I fixed it, if this method is okay.

This revision was not accepted when it landed; it landed in state Needs Review.Dec 11 2018, 3:51 AM
Closed by commit R4605:657a27b4c178: Initial commit of onedrive (authored by Staudey, committed by DataDrake). · Explain Why
This revision was automatically updated to reflect the committed changes.