Skip to content

AOSC-Tracking/incus-ui-canonical

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

How to generate a patch for incus-ui-canonical

  • step 1: checkout upstram new tags
  • step 2: run command:
cd ${HOME}/to/project

# from to https://github.com/zabbly/incus/blob/da5995079a66ef9cf4c3faca26278f8880ca14f0/.github/workflows/builds.yml#L353
find -type f -name "*.ts" -o -name "*.tsx" -o -name "*.scss" | xargs sed -i \
    -e 's/devlxd/guestapi/g' \
    -e 's/dev\/lxd/dev\/incus/g' \
    -e 's/LXD/Incus/g' \
    -e 's/Lxd/Incus/g' \
    -e 's/lxd/incus/g'

About

Fork of canonical/lxd-ui for use with Incus (gets rebased frequently)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published