Skip to content

Releases: Progeny42/refrapt

Auto Architecture Detection Fix

05 Sep 12:15
7c79636
Compare
Choose a tag to compare

Bugfixes

25 Jul 09:59
Compare
Choose a tag to compare

Resolves #40.

Quiet Progress Bars and Bugfixes

24 Jul 13:55
c3eb3ae
Compare
Choose a tag to compare
  • Adds new feature to disable progress bars, either via configuration file or command line argument.
  • Fixes #36.

Thanks to @tiix95 for raising the issue, and proposed PR for the feature.

Resolve Inadvertant Clean

04 Oct 21:09
aa56ed0
Compare
Choose a tag to compare

Resolves an issue whereby Packages listed in an Index file that was not modified during the run would be marked as eligible for cleaning, and thus, removed from the local mirror.

Extend Forced Update Option

23 Aug 16:15
Compare
Choose a tag to compare

Extended the forceUpdate setting to also include the comparison of the Index files.

Issues addressed:

  • #29 - files missing after sync

Make Refrapt Singleton

16 Jul 09:35
Compare
Choose a tag to compare

Change to make refrapt a singleton, allowing only one instance at a time to run.

Should address #29

Server Overload Changes

07 Jun 20:57
Compare
Choose a tag to compare

Attempt to address #26 by allowing for retries when a server becomes overloaded. Retries are staggered to help decrease load.

Also fix a small issue when default settings are None were considered as strings.

Bug Fixes for Source Repositories

07 Jun 17:33
Compare
Choose a tag to compare

A minor release only.

Bugs fixed in this release:

  • #25 Refrapt crashes in Test mode

Bug Fixes and Improvements

03 Jun 14:56
Compare
Choose a tag to compare

Bug Fixes

  • Address issue #23 by ensuring the same URI is not processed multiple times during the clean process (caused by trailing slash not common to all repositories from the Configuration file).
  • Ensure download URL is formatted using forward slashes
  • Ensure download command only adds custom arguments if provided

Optimisations

  • Only attempt to download non-latest files, rather than all of them (saves Wget the trouble of checking the files)

Error Case Fixes

14 May 10:16
18eebdd
Compare
Choose a tag to compare

Includes the following fixes:

  • Ensure that repositories exist by checking whether Index files were downloaded before proceeding (#21)
  • Allow for leading whitespace in front of set variables in the configuration file (#21)