Skip to content

Releases: cb-linux/linux-kernel-breath-alt

📦 Package Rebuild - New way

19 Jul 19:33
22ae2a1
Compare
Choose a tag to compare

🛈 General Changes since the last release

diff --git a/.github/workflows/build-pkg.yml b/.github/workflows/build-pkg.yml
index aaa504eee..ee7faf8da 100644
--- a/.github/workflows/build-pkg.yml
+++ b/.github/workflows/build-pkg.yml
@@ -29,11 +29,11 @@ jobs:
       - name: Building linux-kernel-breath-alt
         run: cp -v kernel.conf .config; make olddefconfig
       - name: Make Kernel package
-        run: make -j$(nproc) binrpm-pkg LOCALVERSION=-breath-alt; find ../ -type f
-      - name: Delete non-needed files
-        run:  rm -v $(ls ../linux-image*.deb | grep dbg) ../linux-libc*.deb
-      - name: Rename files before release
-        run:  mv -v ../linux-headers*.deb ../linux-headers-breath-alt.deb; mv -v ../linux-image*.deb ../linux-image-breath-alt.deb; 
+        run: make -j$(nproc) targz-pkg LOCALVERSION=-breath-alt; 
+      #- name: Delete non-needed files
+      #  run:  rm -v $(ls ../linux-image*.deb | grep dbg) ../linux-libc*.deb
+      #- name: Rename files before release
+      #  run:  mv -v ../linux-headers*.deb ../linux-headers-breath-alt.deb; mv -v ../linux-image*.deb ../linux-image-breath-alt.deb; 
       - name: Release all linux packages
         uses: softprops/action-gh-release@v1
         with:
@@ -47,5 +47,5 @@ jobs:
 
             🚚 Package Delivery System - Triggered by ${{ github.sha }} at ${{ github.event.repository.updated_at }}
           files: |
-            ../*.deb
-            ../*.rpm
+            ../*gz
+            ../*tar

🚚 Package Delivery System - Triggered by 22ae2a1 at 2022-07-17T10:20:33Z

📦 Package Rebuild - fix error in delete non needed file

19 Jul 03:55
fd40adc
Compare
Choose a tag to compare

🛈 General Changes since the last release

diff --git a/.github/workflows/build-pkg.yml b/.github/workflows/build-pkg.yml
index 91ccf839e..7bc699022 100644
--- a/.github/workflows/build-pkg.yml
+++ b/.github/workflows/build-pkg.yml
@@ -33,7 +33,7 @@ jobs:
       - name: Make Arch packages
         run: make clean; make -j$(nproc) binrpm-pkg LOCALVERSION=-breath-alt
       - name: Delete non-needed files
-        run:  rm -v ../$(ls ../linux-image*.deb | grep dbg) ../linux-libc*.deb
+        run:  rm -v $(ls ../linux-image*.deb | grep dbg) ../linux-libc*.deb
       - name: Rename files before release
         run:  mv -v ../linux-headers*.deb ../linux-headers-breath-alt.deb; mv -v ../linux-image*.deb ../linux-image-breath-alt.deb; 
       - name: Release all linux packages

🚚 Package Delivery System - Triggered by fd40adc at 2022-07-17T10:20:33Z