Git Product home page Git Product logo

Comments (5)

jmarton avatar jmarton commented on May 29, 2024

@cbandy where do you want to get the cecksum from?
The current OTN XE download page does not have it.

What is the aim of checksum validation: to always have the newest file (XE changes very rarely), or to recognize cache corruption?

from travis-oracle.

cbandy avatar cbandy commented on May 29, 2024

Cache corruption. Any pull request (from anyone) can write anything it wants to the cache.

from travis-oracle.

jmarton avatar jmarton commented on May 29, 2024

According to the Travis caching docs, a pull request does not seem to threaten the cache:

Only modifications made to the cached directories from normal pushes are stored.

Do you have other experiences?

from travis-oracle.

cbandy avatar cbandy commented on May 29, 2024

According to the Travis caching docs, a pull request does not seem to threaten the cache

Oh, excellent! I agree.

Do you have other experiences?

I do not. You've convinced me that this issue should not block anything about caching.


where do you want to get the cecksum from? The current OTN XE download page does not have it.

This is one of the drawbacks to requiring a checksum. I'm not opposed to keeping/maintaining checksums alongside filenames in the wiki.

from travis-oracle.

jmarton avatar jmarton commented on May 29, 2024

Instead of putting it to the wiki, what about putting checksums in the repository, e.g. under data/shasums.txt? It should be easier to use for validation. e.g.:

# SHA256 sums for Oracle install packages
# Generate entries from the directory containing the install package by running
# shasum -a 256 FILE >>/path/to/data/shasums.txt
b5039fad2e4f92c68778dcabbd0b4622a6cb025f25f7d6222f9e9de53ebab531  oracle-xe-11.2.0-1.0.x86_64.rpm.zip

If you agree to this, I'll assembe a PR to do the validation.

from travis-oracle.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.