robotpy / robotpy-installer

RobotPy installer program
MIT License
5 stars 11 forks source link

Add requirements file loading to install-opkg and download-opkg #33

Closed CrispyBacon1999 closed 4 years ago

CrispyBacon1999 commented 4 years ago

Load in the opkgs from a requirements.txt formatted file. Supports comments with lines starting with # and semicolon delimited packages. Should match the requirements.txt formatting spec pretty closely.

auscompgeek commented 4 years ago

Why semicolon delimited? Not sure why that'd be useful in a file listing packages.

CrispyBacon1999 commented 4 years ago

I apparently misinterpreted what semicolons are used for in the regular requirements.txt file.

virtuald commented 4 years ago

You added a bunch of files in that last commit, can you remove them? Otherwise this looks good to go for me.

CrispyBacon1999 commented 4 years ago

Should be all set to go now, completely forgot about the opkg_cache folder being made when i was testing it.

auscompgeek commented 4 years ago

Note to self: squash merge this to remove the bogus files from history.

CrispyBacon1999 commented 4 years ago

Why have the file modes changed?

?

virtuald commented 4 years ago

Thanks for the changes.