Skip to content

Commit

Permalink
Restructure tooling scripts for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Feb 28, 2024
1 parent df16245 commit aaa8fc8
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -637,14 +637,14 @@ Compare_JDK() {
cp $WORK_DIR/src_jdk_dist.zip $WORK_DIR/compare
cp $WORK_DIR/built_jdk.zip $WORK_DIR/compare
# Get The Current Versions Of The Reproducible Build Scripts
# wget -o $WORK_DIR/ repro_common.sh https://github.com/adoptium/temurin-build/blob/master/tooling/repro_common.sh
# wget -o $WORK_DIR/ repro_compare.sh https://github.com/adoptium/temurin-build/blob/master/tooling/repro_compare.#!/bin/sh
# wget -o $WORK_DIR/ repro_process.sh https://github.com/adoptium/temurin-build/blob/master/tooling/repro_process.sh
# wget -o $WORK_DIR/ repro_common.sh https://github.com/adoptium/temurin-build/blob/master/tooling/reproducible/repro_common.sh
# wget -o $WORK_DIR/ repro_compare.sh https://github.com/adoptium/temurin-build/blob/master/tooling/reproducible/repro_compare
# wget -o $WORK_DIR/ repro_process.sh https://github.com/adoptium/temurin-build/blob/master/tooling/reproducible/repro_process.sh

# Temp - Get From My Fork
wget -q -O $WORK_DIR/compare/repro_common.sh https://raw.githubusercontent.com/steelhead31/temurin-build/add_win_sbom_repro/tooling/repro_common.sh
wget -q -O $WORK_DIR/compare/repro_compare.sh https://raw.githubusercontent.com/steelhead31/temurin-build/add_win_sbom_repro/tooling/repro_compare.sh
wget -q -O $WORK_DIR/compare/repro_process.sh https://raw.githubusercontent.com/steelhead31/temurin-build/add_win_sbom_repro/tooling/repro_process.sh
wget -q -O $WORK_DIR/compare/repro_common.sh https://raw.githubusercontent.com/steelhead31/temurin-build/add_win_sbom_repro/tooling/reproducible/repro_common.sh
wget -q -O $WORK_DIR/compare/repro_compare.sh https://raw.githubusercontent.com/steelhead31/temurin-build/add_win_sbom_repro/tooling/reproducible/repro_compare.sh
wget -q -O $WORK_DIR/compare/repro_process.sh https://raw.githubusercontent.com/steelhead31/temurin-build/add_win_sbom_repro/tooling/reproducible/repro_process.sh

# Set Permissions
chmod +x $WORK_DIR/compare/*sh
Expand Down

0 comments on commit aaa8fc8

Please sign in to comment.