Skip to content

Commit 7290bfa

Browse files
authored
Only keep popular licenses (go-gitea#33832)
Fix go-gitea#33467
1 parent 3e53b01 commit 7290bfa

File tree

712 files changed

+12
-40616
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

712 files changed

+12
-40616
lines changed

.github/workflows/cron-licenses.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
go-version-file: go.mod
1717
check-latest: true
18-
- run: make generate-license generate-gitignore
18+
- run: make generate-gitignore
1919
timeout-minutes: 40
2020
- name: push translations to repo
2121
uses: appleboy/[email protected]

Makefile

-4
Original file line numberDiff line numberDiff line change
@@ -906,10 +906,6 @@ update-translations:
906906
mv ./translations/*.ini ./options/locale/
907907
rmdir ./translations
908908

909-
.PHONY: generate-license
910-
generate-license: ## update license files
911-
$(GO) run build/generate-licenses.go
912-
913909
.PHONY: generate-gitignore
914910
generate-gitignore: ## update gitignore files
915911
$(GO) run build/generate-gitignores.go

build/generate-licenses.go

-176
This file was deleted.

build/license/aliasgenerator.go

-41
This file was deleted.

build/license/aliasgenerator_test.go

-39
This file was deleted.

options/license/389-exception

-7
This file was deleted.

0 commit comments

Comments
 (0)