apjanke / octave-testify

New BIST (Built-In Self Test) functions for GNU Octave
GNU General Public License v3.0
4 stars 2 forks source link

Forge tester: package file download caching #34

Closed apjanke closed 5 years ago

apjanke commented 5 years ago

Some of my downloads from Octave Forge are failing, and it's messing up the tests. Also, it takes a couple minutes to do all the downloads.

Add package file caching. It should go in ~/octave/testify/forge-tester/download-cache. And move the restults files to ~/octave/testify/forge-tester/results.

apjanke commented 5 years ago

Aw, darn. Caching the downloads I do for metadata will be easy. But caching the actual installation downloads will take deeper refactoring of the pkg install code I ganked.

apjanke commented 5 years ago

Okay, done in https://github.com/apjanke/octave-testify/commit/1fb93b1d0d87882ba2a64f4e1272c2a1742cdff3.