Commit Graph

67 Commits

Author SHA1 Message Date
Saad
a8c1df2b71
Update dependencies
This is required after Node 20 changes

Signed-off-by: Saad <saadelasfur@gmail.com>
2024-11-02 18:11:30 +03:00
ArcticAquila
419f800d36
Adding function for initializing ssh key for cloning private manifest, device tree, and common tree 2024-03-17 15:49:23 +07:00
azwhikaru
b9b33ac4cf
Create Recovery Build (Legacy).yml 2023-11-21 18:45:30 +08:00
lopestorm
3b46ef99a7
Update Recovery Build.yml
- Update to python3
Since something update so Action-TWRP-Builder stopping in the `Prepare the environment` phase.
Example: https://github.com/lopestom/Action-Recovery-Builder-CT/actions/runs/6437158675/job/17481827409#step:5:388

- Update to ubuntu-latest
Since something update so Action-TWRP-Builder stopping in the `Prepare the environment` phase.
Updating python3 failed to solve the issue alone. Therefore, it is necessary to update the Ubuntu version as well.
This resolves future Operating System updates.

The commit alread tested and passing to building img file normally.
Tested to pass: https://github.com/lopestom/Action-Recovery-Builder-CT/actions/runs/6443479246/job/17495478515
https://github.com/lopestom/Action-Recovery-Builder-CT/actions/runs/6443479246/job/17495478515#step:5:1741
2023-10-07 19:35:07 -03:00
lopestorm
98dbe8ca23
Update Recovery Build.yml
*vendor*.img
Since [vendorboot]image need to compile with lunch so the img file compiled has vendor_boot file name. The actions cannot release & upload correct img file because has different names.
2023-08-01 10:41:42 -03:00
th7
f97ccb9df5
Also release zip 2023-03-04 18:04:58 +08:00
Fire
f78cdab814
Update Recovery Build.yml 2023-02-05 10:34:55 +08:00
Nico1704
2fc2759bc0
update credits 2023-01-18 14:44:34 +01:00
Nico1704
b5de54b584
Fix release bug 2023-01-18 03:10:39 +01:00
Md Husain Shikder
b3ebab0941
Update gtk3 lib for newer Ubuntu (>20.04) 2023-01-09 20:35:43 +06:00
Sakshi Aggarwal
0e5391f790 Ubuntu 18.04 [deprecated]
https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners

Signed-off-by: Sakshi Aggarwal <81718060+sakshiagrwal@users.noreply.github.com>
2023-01-04 07:43:14 +00:00
Captain Throwback
3fe586fe33 Remove set-output commands
Remove unused variable and update deprecated code

Signed-off-by: Sakshi Aggarwal <81718060+sakshiagrwal@users.noreply.github.com>
2023-01-04 07:40:54 +00:00
Captain Throwback
dbae9099e5 Remove conditional for 12.1 repopick
Patches have been officially merged

Signed-off-by: Sakshi Aggarwal <81718060+sakshiagrwal@users.noreply.github.com>
2023-01-04 07:40:40 +00:00
Πνευμα
583ff5d051
Merge pull request #18 from CaptainThrowback/main
Convert dependencies file to manifest and sync
2022-07-15 16:06:06 +08:00
Captain Throwback
ff24441e91
Convert dependencies file to manifest and sync
Add script to convert dependencies file. Thanks to @Yilliee
for providing the script!

If dependency file doesn't exist, then report error and
continue to next step (continue-on-error)

Use conditional based on branch to identify expected
name of dependency file

Additional updates and cleanup, including:
- Remove branch check for 5.1 (upstream merged)
- Replace "cd" commands with working-directory
- Remove PATH references
- Symlink ~/bin/repo to /usr/bin so automatically included
  in PATH
- Clean up repo command (-f is deprecated)
- Only build JDK 8 (JDK 7 not needed) and remove version check
- Display more build parameters (user environment variables)
2022-07-13 12:32:35 -04:00
Πνευμα
307dab338f
Make SSH Key unnecessary 2022-07-08 12:17:01 +08:00
AzwHikaru
7ef3d4b722 Merge pull request #17 from CaptainThrowback/main
- Update defaults for 12.1 branch
- Add support for custom build target
- Add support for SSH keys
- Customize OpenJDK install
- Add more build info to release page
- Add support for common trees
- Display user variables at beginning of build
- Update README for all relevant changes
2022-07-08 11:20:29 +08:00
Captain Throwback
89bd7c6044
Update repo for twrp-5.1 to twrp-12.1 tree support
- Update defaults for 12.1 branch
- Add support for custom build target
- Add support for SSH keys
- Customize OpenJDK install
- Add more build info to release page
- Add support for common trees
- Display user variables at beginning of build
- Update README for all relevant changes
2022-07-07 14:53:35 -04:00
Πνευμα
4c772d3dbf
Rename some description
Rename some description
2022-07-07 20:58:26 +08:00
Πνευμα
cbc74174ca
Do not delete ".repo" before starting
Do not delete ".repo" before starting
2022-07-07 20:44:13 +08:00
Πνευμα
50a426611c
Use HTTPS
Use HTTPS
2022-07-02 15:44:00 +08:00
Bodya-Kolibass
aa4cdb37cf
Optimize runner resource usage
This hotfix provides the ability to build for Android 11
2022-05-28 21:45:48 +03:00
Aizawa Hikaru
c1b0634982
Update Make.yml 2022-03-15 01:32:58 +08:00
Aizawa Hikaru
0e7522bdc2
del 2022-02-26 00:46:15 +08:00
Aizawa Hikaru
b325f5f1db
Update Make.yml 2022-02-26 00:35:47 +08:00
Aizawa Hikaru
3ae2e51a9f
Update Make.yml 2022-02-26 00:35:19 +08:00
Aizawa Hikaru
901a2d3d4d
Update Make.yml 2022-02-03 20:58:39 +08:00
Aizawa Hikaru
1d05b79b28
Rename
Rename
2022-02-03 20:58:20 +08:00
Mahin Ahmed
50f70ec415
Fix typo 2021-12-06 10:19:36 +06:00
Mahin Ahmed
5a28937398
Fix typo & change variables to avoid confusion
- LIBRARY_TYPE->MANIFEST_URL
- LIBRARY_URL->MANIFEST_URL
- DEVICE_URL->DEVICE_TREE_URL
2021-12-06 10:15:10 +06:00
Aizawa Hikaru
a56506faf2
Update Make.yml 2021-11-29 12:25:09 +08:00
Aizawa Hikaru
2d48b20284
Update Make.yml 2021-11-29 02:12:20 +08:00
Aizawa Hikaru
73d8baee25
2021/11/29 更新 LIBRARY_NAME 规则
2021/11/29 更新 LIBRARY_NAME 规则
2021-11-29 02:00:45 +08:00
Aizawa Hikaru
4585712ed0
2021/11/20 增加默认上传 boot.img 2021-11-20 13:59:53 +08:00
Aizawa Hikaru
1f65871097
增加 Device Type (eng/user/userdebug)
增加 Device Type (eng/user/userdebug)
2021-11-17 01:12:53 +08:00
Xpsoted
70eb8a01fe
Update Make.yml 2021-10-31 21:45:14 +08:00
Xpsoted
382f5aa272
Update Make.yml 2021-10-31 18:38:53 +08:00
Xpsoted
004f8f8a5a
Update Make.yml 2021-10-31 15:26:05 +08:00
Xpsoted
bf6a870b86
Update Make.yml 2021-10-31 14:02:21 +08:00
Xpsoted
c48920b788
Update Make.yml 2021-10-31 13:47:15 +08:00
Xpsoted
adf6d30017
Update Make.yml 2021-10-31 13:37:19 +08:00
Xpsoted
af821f4e3c
Update Make_Common.yml 2021-10-31 13:34:43 +08:00
Xpsoted
4c949816c5
Create Make.yml 2021-10-31 13:24:29 +08:00
Xpsoted
ed339dd28a
Update Make_Common.yml 2021-10-31 13:17:57 +08:00
Xpsoted
829722f9cd
Update Make_Common.yml 2021-10-31 13:15:50 +08:00
Xpsoted
b458217740
Rename Make.yml to Make_Common.yml 2021-10-31 13:10:36 +08:00
Xpsoted
6e4a712fde
Update Make.yml 2021-10-31 13:06:56 +08:00
Xpsoted
02b6adda18
Update Make.yml 2021-10-31 13:05:45 +08:00
Xpsoted
36a51fe733
Update Make.yml 2021-10-31 12:57:23 +08:00
Xpsoted
dbc8251eb4
Update Make.yml 2021-10-31 12:50:43 +08:00