Track binary driver/installer payloads via Git LFS

Reverses the earlier '.gitignore + filter-repo' approach: 849 binary
files (.cab .sys .dll .inf .cat .exe .msi .msp .mst .jar .icm .chm
.jsa .prn .dl_ .da_ .ch_ .in_ .ex_ .ds_, case-insensitive) now flow
through LFS (.gitattributes), while the repo tree stays small.

Rationale: fresh clones should be buildable without out-of-band driver
fetches. LFS keeps the blobs on Gitea's LFS storage; the repo ships
pointer files (~140 bytes each).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
cproudlock
2026-04-17 13:43:49 -04:00
parent ba434f346a
commit 2ed8f9da77
884 changed files with 17932 additions and 24 deletions

View File

@@ -0,0 +1,51 @@
[OEMFiles]
OEMConfigFile1=x3up09D.dll
OEMDriverFile1=x3rpcl09D.dll
;
;
;
[ModelNames]
; Important: This list must exactly match the model names in the INF file
xModelName1="Xerox Global Print Driver PCL6"
xModelName2="Xerox GPD PCL6 V5.1076.3.0"
;
;
;
[ModelIds]
; Note: This list is independent of the names in the INF
xModelId1=Xerox Global Print Driver
xModelVersion1=1
xModelId2=Xerox GPD
xModelVersion2=1
;
;
;
[Defs]
xModelId=0
xProdUID=UNIV
xInstallCompleted=No
xColor=Monochrome
xPDL=PCLXL
xInbox=No
xFreeCP=No
xPrintProc=Yes
xResDll=X
xManufacturer="Xerox"

View File

@@ -0,0 +1,51 @@
[OEMFiles]
OEMConfigFile1=x3up09D.dll
OEMDriverFile1=x3rpcl09D.dll
;
;
;
[ModelNames]
; Important: This list must exactly match the model names in the INF file
xModelName1="Xerox Global Print Driver PCL6"
xModelName2="Xerox GPD PCL6 V5.1076.3.0"
;
;
;
[ModelIds]
; Note: This list is independent of the names in the INF
xModelId1=Xerox Global Print Driver
xModelVersion1=1
xModelId2=Xerox GPD
xModelVersion2=1
;
;
;
[Defs]
xModelId=0
xProdUID=UNIV
xInstallCompleted=No
xColor=Monochrome
xPDL=PCLXL
xInbox=No
xFreeCP=No
xPrintProc=Yes
xResDll=X
xManufacturer="Xerox"