Skip to content

Commit

Permalink
Merge branch 'master' into frontend-cleanup-2
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed Jul 29, 2024
2 parents a53f007 + 59cb9b4 commit 01b81ad
Show file tree
Hide file tree
Showing 40 changed files with 3,891 additions and 4,180 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/obs-staging-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ jobs:
run: osc service manualrun
working-directory: ./${{ vars.OBS_PROJECT }}/${{ inputs.package_name }}

- name: Cleanup
# sometimes the "osc service" run does not cleanup properly all
# downloaded NPM package tarballs and they are accidentally added to the
# OBS package, so delete any TGZ files present
run: rm -vf *.tgz
working-directory: ./${{ vars.OBS_PROJECT }}/${{ inputs.package_name }}

- name: Check status
run: osc addremove && osc diff && osc status
working-directory: ./${{ vars.OBS_PROJECT }}/${{ inputs.package_name }}
Expand Down
4 changes: 2 additions & 2 deletions live/src/agama-installer.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<archive name="root.tar.xz"/>
</packages>
<!-- additional packages for the openSUSE distributions -->
<packages type="image" profiles="openSUSE">
<packages type="image" profiles="openSUSE,openSUSE-PXE">
<package name="agama-products-opensuse"/>
<package name="grub2-branding-openSUSE" arch="aarch64,x86_64"/>
<package name="openSUSE-repos-Tumbleweed"/>
Expand All @@ -184,7 +184,7 @@
<package name="ca-certificates"/>
<package name="ca-certificates-mozilla"/>
</packages>
<packages type="bootstrap" profiles="openSUSE">
<packages type="bootstrap" profiles="openSUSE,openSUSE-PXE">
<package name="openSUSE-release"/>
<package name="openSUSE-release-ftp"/>
</packages>
Expand Down
5 changes: 5 additions & 0 deletions products.d/sles_160.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ translations:
úlohy v lokálním prostředí, v cloudu i na okraji sítě.
ja: SUSE Linux Enterprise Server はオープンで信頼性が高く、各種の標準にも準拠し、将来性とビジネスの継続性を支援する Linux
サーバです。長期のサポートが提供されていることから安全性と順応性に優れ、オンプレミスからクラウド、エッジ環境に至るまで、様々な場所で重要なビジネス処理をこなすことのできる革新性の高いインフラストラクチャです。
sv: SUSE Linux Enterprise Server är ett öppet, pålitligt, kompatibelt och
framtidssäkert Linux-serverval som säkerställer företagets
affärskontinuitet. Detta är det säkra och anpassningsbara operativsystemet
för långsiktigt stöd, innovationsfärdig infrastruktur som kör
affärskritiska arbetsbelastningar på plats, i molnet och vid kanten.
software:
installation_repositories:
- url: http://download.suse.de/ibs/SUSE:/SLFO:/Products:/SLES:/16.0/product/repo/SLES-Packages-16.0-x86_64/
Expand Down
Loading

0 comments on commit 01b81ad

Please sign in to comment.