mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Backport #29204 Co-authored-by: Robin Schoonover <robin@cornhooves.org>
This commit is contained in:
		@@ -341,7 +341,7 @@ func buildReleaseFiles(ctx context.Context, ownerID int64, repoVersion *packages
 | 
				
			|||||||
	fmt.Fprintf(w, "Components: %s\n", strings.Join(components, " "))
 | 
						fmt.Fprintf(w, "Components: %s\n", strings.Join(components, " "))
 | 
				
			||||||
	fmt.Fprintf(w, "Architectures: %s\n", strings.Join(architectures, " "))
 | 
						fmt.Fprintf(w, "Architectures: %s\n", strings.Join(architectures, " "))
 | 
				
			||||||
	fmt.Fprintf(w, "Date: %s\n", time.Now().UTC().Format(time.RFC1123))
 | 
						fmt.Fprintf(w, "Date: %s\n", time.Now().UTC().Format(time.RFC1123))
 | 
				
			||||||
	fmt.Fprint(w, "Acquire-By-Hash: yes")
 | 
						fmt.Fprint(w, "Acquire-By-Hash: yes\n")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	pfds, err := packages_model.GetPackageFileDescriptors(ctx, pfs)
 | 
						pfds, err := packages_model.GetPackageFileDescriptors(ctx, pfs)
 | 
				
			||||||
	if err != nil {
 | 
						if err != nil {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user