> On at 2021-02-22 09:32 -0600, Jim Hall wrote: > > That's the version that is still available on your website, and I > > thought it was the official version. Here's how I found it:
On Mon, Feb 22, 2021 at 2:56 PM C. Masloch <[email protected]> wrote: > Apologies. This file was just intended as a draft depicting how I > thought a FreeDOS package might look. To avoid this confusion, I renamed > it to draft1-1.zip (and also created a subsequent draft1-2.zip file). > > > I just grabbed the file again, and it has the same hash signature as the > > one I downloaded before, so I think I mirrored the right one. What's the > > correct zip file that I should get instead? > > I will copy one of the drafts to the final name once we've finished up > the packaging. For now, have the second draft. Changes in this one: Thanks. I also noticed that you have a "draft 3" file there as of today, so I mirrored all of the "drafts" to the ibiblio site as a backup. > Steps I took to create this file: > > 1. Edit the LSM file > > 2. Move files in SOURCE/LDEBUG/* to SOURCE/LDEBUG/ldebug/ > > 3. Create empty directories for all the other repos > > 4. Clone repos into the directories, and strip off their .hgignore and > .hg/* files with a command like this: > > > for dir in *; do if [[ $dir != ldebug ]]; then hg clone > ~/webrepos/$dir $dir; rm -rf $dir/.hg*; fi; done > > 5. Zip the four directories (APPINFO, BIN, DOC, SOURCE) > > Remaining questions: > > 1. Should instsect.com be copied to BIN/ ? > >From the source, INSTSECT installs a boot sector. If you intend that users should use INSTSECT to install a boot sector, then yes - you should include this in BIN. I didn't look too closely at your files, so I don't know what INSTSECT is used for here. > 2. Should I add a short file describing how to build from the zipfile? > (Essentially just repeating what I listed in the changes here.) > Yes, you should include instructions for how to build the lDebug program from source (from the zip file). You should save this in the DOC directory, in some obvious filename like BUILD.TXT or some such. Jim _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
