Skip to content

Commit

Permalink
openssl1: Rebuild for correct bee package creation
Browse files Browse the repository at this point in the history
While running the tests, and/or copying the bee file, creating the bee
package, and build archive I must have changed the branch, so the old
bee file was copied.

     deinemuddah:~> head /usr/share/bee/openssl1-1.1.1d-0.x86_64/openssl1-1.1.1d-0.bee
     #!/usr/bin/env beesh

     # BEE_VERSION openssl1-1.1.1c-0

     ## this file was created by bee init and should be executed to build a
     ## bee-package. (Additional hints are located at the end of this file.)

     ###############################################################################
     ## The source URL(s) define the location of the sources that will be
     ## downloaded. Version variables may be used to simplify reuse of this bee-file.

So, rebuild the package, so the correct bee file is copied. Increment
the revision to 1.

Found-by: bee queen trying to built in essensce openssl1-1.1.1c with the
failed test
  • Loading branch information
pmenzel committed Jan 13, 2020
1 parent 625385e commit fe186c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl1.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION openssl1-1.1.1d-0
# BEE_VERSION openssl1-1.1.1d-1

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down

0 comments on commit fe186c2

Please sign in to comment.