Accepting request 819228 from home:jgrassler:branches:science
- Updated kit for storm-1.2.3 OBS-URL: https://build.opensuse.org/request/show/819228 OBS-URL: https://build.opensuse.org/package/show/science/storm-kit?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 6 13:26:08 UTC 2020 - Johannes Grassler <johannes.grassler@suse.com>
|
||||
|
||||
- Updated kit for storm-1.2.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 05:37:36 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
||||
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: storm-kit
|
||||
Version: 1.1.3
|
||||
Version: 1.2.3
|
||||
Release: 0
|
||||
Summary: Build-time dependency of project "storm"
|
||||
License: NonFree
|
||||
|
||||
+6
-6
@@ -9,9 +9,9 @@ purpose in order to allow for reproducible builds). To generate storm-kit.tar.xz
|
||||
for a new version of Storm, proceed as follows (you will need to have Tetra
|
||||
installed for this):
|
||||
|
||||
1) Download an updated Storm tarball. We'll assume the new version is 1.0.5
|
||||
1) Download an updated Storm tarball. We'll assume the new version is 1.2.3
|
||||
throughout the rest of this file, which is the version the package was at at
|
||||
the time of this writing. Please substitute 1.0.5
|
||||
the time of this writing. Please substitute 1.2.3
|
||||
wherever it occurs.
|
||||
|
||||
2) Initialize a tetra build directory for your new tarball and cd to its source
|
||||
@@ -19,12 +19,12 @@ installed for this):
|
||||
|
||||
# OBS checkouts may have colons in their directory names which messes with some
|
||||
# Java build tools, so use a neutral location:
|
||||
cp apache-storm-1.0.5-src.tar.gz /tmp; cd /tmp
|
||||
tetra init storm apache-storm-1.0.5-src.tar.gz
|
||||
cp apache-storm-1.2.3-src.tar.gz /tmp; cd /tmp
|
||||
tetra init storm apache-storm-1.2.3-src.tar.gz
|
||||
|
||||
3) Perform a dry-run build with Tetra:
|
||||
|
||||
cd /tmp/storm/src/apache-storm-1.0.5
|
||||
cd /tmp/storm/src/apache-storm-1.2.3
|
||||
tetra dry-run
|
||||
mvn -DskipTests=true clean install
|
||||
mvn -DskipTests=true package
|
||||
@@ -41,6 +41,6 @@ You will now find an updated kit tarball in
|
||||
Substitute this tarball for the existing one in the kit package and bump its
|
||||
version.
|
||||
|
||||
Note: these instructions applied for Storm 1.0.5 and may not be sufficient for
|
||||
Note: these instructions applied for Storm 1.2.3 and may not be sufficient for
|
||||
more recent Storm versions. If they turn out to yield a broken kit tarball and
|
||||
you end up fixing it, please update this file. Thank you!
|
||||
|
||||
+2
-2
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0a3655d68bfeb314edc634c4ab21332df0c5b91a5cd1403931856c50b599fe9
|
||||
size 742771356
|
||||
oid sha256:98c1b429c1e4f25db9ebeeadcf89b5a4e8af04b703ba38b867ec77ba09b5448b
|
||||
size 1060227344
|
||||
|
||||
Reference in New Issue
Block a user