mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	runners: Fix zfs-release RPM creation (#17173)
The zfs-qemu-packages workflow was incorrectly copying the built zfs-release RPMs to ~/zfsonlinux.github.com rather than ~/zfs. This meant that the RPMs were not being correctly picked in the artifacts files. This fixes the issue. Signed-off-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: @ImAwsumm Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de>
This commit is contained in:
		
							parent
							
								
									c22f5c1c55
								
							
						
					
					
						commit
						8f6f85472f
					
				
							
								
								
									
										5
									
								
								.github/workflows/scripts/qemu-4-build-vm.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/scripts/qemu-4-build-vm.sh
									
									
									
									
										vendored
									
									
								
							| @ -259,8 +259,9 @@ function rpm_build_and_install() { | ||||
| 
 | ||||
|     # ZFS release RPMs are built.  Copy them to the ~/zfs directory just to | ||||
|     # keep all the RPMs in the same place. | ||||
|     cp ~/rpmbuild/RPMS/noarch/*.rpm . | ||||
|     cp ~/rpmbuild/SRPMS/*.rpm . | ||||
|     cp ~/rpmbuild/RPMS/noarch/*.rpm ~/zfs | ||||
|     cp ~/rpmbuild/SRPMS/*.rpm ~/zfs | ||||
| 
 | ||||
|     popd | ||||
|     rm -fr ~/rpmbuild | ||||
|     echo "##[endgroup]" | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Tony Hutter
						Tony Hutter