# app-publish **Repository Path**: gitee-cmd/app-publish ## Basic Information - **Project Name**: app-publish - **Description**: app-publish - **Primary Language**: Java - **License**: MulanPSL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-06-01 - **Last Updated**: 2023-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # app-publish publish verify 社区版本发布工具,提供社区发布件rpm包、通用包文件同步服务、数字验签服务。 发布接口描述 {host}/publish/publish POST { "gpgKeyUrl":{gpgKeyUrl}, "keyFileName":{keyFileName}, "rpmKey":{rpmKeyId}, "fileKey":{fileKey}, "tempDir":{tempDir}, "conflict":{normal/skip/overwrite/error}, "files":[{ "name":{fileName}, "size":{fileSize}, "parentDir":{fileOriginalPath}, "url":{fileDownloadUrl}, "sha256":{sha256}, "targetPath":{targetPath}, "verifyType":{rpm/asc} }], "repoIndexList":[{ "repoPath":{dirPath}, "indexType":"createrepo" }] }