-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update LSM, omit GitHub specific docs files from packages
- Loading branch information
1 parent
6006795
commit 4f73b44
Showing
2 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,8 @@ if EXIST SOURCE RMDIR /S /Q SOURCE > NUL | |
MKDIR SOURCE | ||
ECHO \.svn>SOURCE\SKIPLIST | ||
ECHO .git>>SOURCE\SKIPLIST | ||
ECHO .yml>>SOURCE\SKIPLIST | ||
ECHO CNAME>>SOURCE\SKIPLIST | ||
XCOPY %BASEPATH% SOURCE\ke%1 /S /V /I /Q /G /H /R /Y /EXCLUDE:SOURCE\SKIPLIST | ||
DEL SOURCE\SKIPLIST > NUL | ||
ECHO ensuring clean | ||
|
@@ -83,20 +85,19 @@ ECHO Description: The FreeDOS Kernel>>%LSMFILE% | |
ECHO Keywords: kernel, FreeDOS, DOS, MSDOS>>%LSMFILE% | ||
ECHO Author: (developers: can be reached on the freedos-kernel mailing list)>>%LSMFILE% | ||
ECHO Maintained-by: [email protected]>>%LSMFILE% | ||
ECHO Primary-site: http://freedos.sourceforge.net/kernel/>>%LSMFILE% | ||
ECHO Primary-site: http://github.com/fdos/kernel>>%LSMFILE% | ||
ECHO Alternate-site: http://www.fdos.org/kernel/>>%LSMFILE% | ||
ECHO Alternate-site: https://github.com/PerditionC/fdkernel>>%LSMFILE% | ||
ECHO Alternate-site: https://freedos.svn.sourceforge.net/svnroot/freedos>>%LSMFILE% | ||
ECHO Alternate-site: http://freedos.sourceforge.net/kernel/>>%LSMFILE% | ||
ECHO Original-site: http://www.gcfl.net/pub/FreeDOS/kernel>>%LSMFILE% | ||
ECHO Platforms: DOS, FreeDOS, DOSEMU (OpenWatcom C or Turbo C, NASM, UPX)>>%LSMFILE% | ||
ECHO Platforms: DOS, FreeDOS, DOSEMU (OpenWatcom/Borland/GCC-ia16, NASM, UPX)>>%LSMFILE% | ||
ECHO Copying-policy: GPL2>>%LSMFILE% | ||
ECHO End>>%LSMFILE% | ||
SET LSMFILE= | ||
SET VERSION= | ||
GOTO %LSMRET% | ||
|
||
:USAGE | ||
ECHO Build kernel packages (interim builds or release without tagging) - usage: RELEASE {VERSION} e.g. RELEASE 2039 | ||
ECHO Build kernel packages (interim builds or release without tagging) - usage: %0 {VERSION} e.g. %0 2039 | ||
:DONE | ||
CD %BASEPATH% | ||
SET BASEPATH= | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
Begin3 | ||
Title: The FreeDOS Kernel | ||
Version: SVN | ||
Version: git | ||
Entered-date: N/A | ||
Description: The FreeDOS Kernel | ||
Keywords: kernel, FreeDOS, DOS, MSDOS | ||
Author: (developers: can be reached on the freedos-kernel mailing list) | ||
Maintained-by: [email protected] | ||
Primary-site: http://freedos.sourceforge.net/kernel/ | ||
Primary-site: http://github.com/fdos/kernel | ||
Alternate-site: http://www.fdos.org/kernel/ | ||
Alternate-site: http://freedos.sourceforge.net/kernel/ | ||
Original-site: http://www.gcfl.net/pub/FreeDOS/kernel | ||
Platforms: DOS, FreeDOS, DOSEMU (OpenWatcom C or Turbo C, NASM, optionally UPX) | ||
Platforms: DOS, FreeDOS, DOSEMU (OpenWatcom/Borland/GCC-ia16, NASM, UPX) | ||
Copying-policy: GPL2 | ||
End |