- Experiment on obs-service-roast to generate tarball from cloned

repository. Note that obs-service-roast is not yet in openSUSE.
  I still plan to add it once other things are finalised such as
  managing version names.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=216
This commit is contained in:
Soc Virnyl Estela 2024-10-21 14:05:30 +00:00 committed by Git OBS Bridge
parent cfa45f88ed
commit 2d16d25805
4 changed files with 15 additions and 6 deletions

View File

@ -13,9 +13,10 @@
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="manual"/>
<service name="recomprizz" mode="manual">
<param name="target">deno-2.0.2.tar</param>
<service name="roast" mode="manual">
<param name="target">deno</param>
<param name="outfile">deno-2.0.2.tar.zst</param>
<param name="preserve-root">true</param>
</service>
<service mode="manual" name="set_version"/>
<service name="cargo_vendor" mode="manual">

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb604eef8355ef31044a3f2df65ef95180c19d2db7b519bb41b56634ba9c267e
size 98899559
oid sha256:3fbca0f3b485ce20960fd5044d341af05bee61b5dbec56ffce664b7749f69f2e
size 98929605

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Oct 21 14:02:42 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Experiment on obs-service-roast to generate tarball from cloned
repository. Note that obs-service-roast is not yet in openSUSE.
I still plan to add it once other things are finalised such as
managing version names.
-------------------------------------------------------------------
Sun Oct 20 07:35:50 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>

View File

@ -97,7 +97,7 @@ Remote code is fetched and cached on first execution, and only
updated with the --reload flag.
%prep
%autosetup -a1 -p1
%autosetup -a1 -p1 -n %{name}
# From archlinux. We are using a patched v8 from our build
unlink $PWD/rusty_v8 || true