Compare commits
	
		
			2 Commits
		
	
	
		
			8bb64e05b3
			...
			87531a66cc
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 87531a66cc | |||
| 1b60f04956 | 
@@ -1,9 +1,9 @@
 | 
				
			|||||||
name: Gitea Actions Demo
 | 
					name: Package builder
 | 
				
			||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
 | 
					run-name: ${{ gitea.actor }} is building ${{ gitea.repo }}
 | 
				
			||||||
on: [push]
 | 
					on: [push]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  Explore-Gitea-Actions:
 | 
					  BuildPackage:
 | 
				
			||||||
    runs-on: autobuilder
 | 
					    runs-on: autobuilder
 | 
				
			||||||
    container:
 | 
					    container:
 | 
				
			||||||
      volumes:
 | 
					      volumes:
 | 
				
			||||||
@@ -30,4 +30,3 @@ jobs:
 | 
				
			|||||||
#          path: ./*.pkg.tar.zst
 | 
					#          path: ./*.pkg.tar.zst
 | 
				
			||||||
      - name: Put the packages into the import dir
 | 
					      - name: Put the packages into the import dir
 | 
				
			||||||
        run: cp -v ./*.pkg.tar.zst /import
 | 
					        run: cp -v ./*.pkg.tar.zst /import
 | 
				
			||||||
      - run: echo "This job's status is ${{ job.status }}."
 | 
					 | 
				
			||||||
							
								
								
									
										13
									
								
								PKGBUILD
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								PKGBUILD
									
									
									
									
									
								
							@@ -3,8 +3,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
pkgbase=systemd-libs
 | 
					pkgbase=systemd-libs
 | 
				
			||||||
pkgname=('systemd-libs-systemd' 'systemd-libs-udev')
 | 
					pkgname=('systemd-libs-systemd' 'systemd-libs-udev')
 | 
				
			||||||
_tag='472b4e59c3c095248b316ccceac5565fcaae9d3a' # git rev-parse v${pkgver}
 | 
					_tag='42f5ba1e56ddb81c244e0d85f13109acdb14cbee' # git rev-parse v${_tag_name}
 | 
				
			||||||
_tag_name=252.1
 | 
					_tag_name=254.5
 | 
				
			||||||
pkgver="${_tag_name/-/}"
 | 
					pkgver="${_tag_name/-/}"
 | 
				
			||||||
pkgrel=1
 | 
					pkgrel=1
 | 
				
			||||||
arch=('x86_64')
 | 
					arch=('x86_64')
 | 
				
			||||||
@@ -23,15 +23,6 @@ source=("git+https://github.com/systemd/systemd-stable#tag=${_tag}"
 | 
				
			|||||||
        '0001-Use-Arch-Linux-device-access-groups.patch')
 | 
					        '0001-Use-Arch-Linux-device-access-groups.patch')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
_backports=(
 | 
					_backports=(
 | 
				
			||||||
  # boot: Fix error message
 | 
					 | 
				
			||||||
  '6ee4aa22140dd8d51b1a18882eb4220629b8dd8f'
 | 
					 | 
				
			||||||
  # boot: Several fixes
 | 
					 | 
				
			||||||
  'b7b327f856b3782f28be561d612d66ff406c7789~1..967a868563996e928f1fade5bcafc82a7219742b'
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  # tpm2-util: force default TCTI to be "device" with parameter "/dev/tpmrm0"
 | 
					 | 
				
			||||||
  '34906680afe60d724ea435b79b9b830a4bf2e7e9'
 | 
					 | 
				
			||||||
  # tpm2: add some extra validation of device string before using it
 | 
					 | 
				
			||||||
  '50a085143fa8f5dd6b6b3cef8a6ea2ec7c53ed0d'
 | 
					 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
_reverts=(
 | 
					_reverts=(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user