Page MenuHomeFreeBSD

Convert (bsdinstall) distfetch for libbsddialog
AbandonedPublic

Authored by asiciliano on Dec 14 2021, 1:28 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 12:15 PM
Unknown Object (File)
Sat, Apr 27, 12:14 PM
Unknown Object (File)
Sat, Apr 27, 10:47 AM
Unknown Object (File)
Fri, Apr 19, 10:24 PM
Unknown Object (File)
Dec 20 2023, 8:05 AM
Unknown Object (File)
Dec 13 2023, 5:58 AM
Unknown Object (File)
Dec 10 2023, 10:24 PM
Unknown Object (File)
Jul 8 2023, 4:38 AM
Subscribers

Details

Summary

Convert (bsdinstall) distfetch for libbsddialog.

Test Plan

% env DISTRIBUTIONS="kernel.txz ports.txz src.txz tests.txz" BSDINSTALL_DISTDIR="/home/test" BSDINSTALL_DISTSITE="https://download.freebsd.org/ftp/snapshots/amd64/14.0-CURRENT/" ./distfetch

`
FreeBSD Installer
──────────────────────────────────────────────────────────────────────────────

                                                         
                                                         
                                                         
┌──────Fetching Distribution─────┐                       
│ kernel.txz     [    Done     ] │                       
│ ports.txz      [    Done     ] │                       
│ src.txz        [    Done     ] │                       
│ tests.txz      [    100%     ] │                       
│                                │                       
│ Fetching distribution files... │                       
│                                │                       
│  ┌─Overall Progress─────────┐  │                       
│  │           100%           │  │                       
│  └──────────────────────────┘  │                       
└────────────────────────────────┘

`
% ls /home/test/
kernel.txz ports.txz src.txz tests.txz

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

asiciliano created this revision.
asiciliano added reviewers: bapt, dteske, nwhitehorn.
asiciliano set the repository for this revision to rG FreeBSD src repository.
asiciliano retitled this revision from Convert (bsdinstall) distfetch for libbsdialog to Convert (bsdinstall) distfetch for libbsddialog.Dec 14 2021, 1:33 AM

This looks good to me, I will let 2 weeks for others to step in, if they will before I do commit.

This revision is now accepted and ready to land.Dec 14 2021, 11:48 AM

Abandon Review: a complete libbsddialog version is almost ready, I' ll update the snapshot and a review for distfetch soon.