Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TryGhost/node-sqlite3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: CrossStream/node-sqlite3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 30, 2019

  1. build: Add run.sh helper script for docker

    Just shared as demo May be changed
    
    Change-Id: I79000463955d16eec8809c870f7d02c60da53432
    Bug: #418
    Forwarded: #1112
    #1028
    Origin: https://github.com/tizenteam/node-sqlite3
    Signed-off-by: Philippe Coval <[email protected]>
    rzr committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    10a81c6 View commit details
    Browse the repository at this point in the history
  2. build: Support docker to build binary package

    Usage:
    
        curl -sL https://rawgit.com/$org/$project/$branch/run.sh | bash -x -
        ls tmp/out/node-sqlite3/stage/sqlite3/*/node-*-*-*
    
    Or run.sh can be run in sources
    
    Change-Id: I79000463955d16eec8809c870f7d02c60da53432
    Bug: #418
    Forwarded: #1028
    Origin: https://github.com/tizenteam/node-sqlite3
    Signed-off-by: Philippe Coval <[email protected]>
    rzr committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    deac62c View commit details
    Browse the repository at this point in the history
  3. build: Rebase on raspbian for ARM package

    For community conveinance, built package is uploaded to:
    
    https://bintray.com/rzr/devel/sqlite3
    
    Relate-to: #795
    Change-Id: I184efcd2940e29437711e12cc8cfb1eaafbc3117
    Signed-off-by: Philippe Coval <[email protected]>
    rzr committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    664491d View commit details
    Browse the repository at this point in the history
Loading