Skip to content

Commit

Permalink
Removed comment t1 from curl package references
Browse files Browse the repository at this point in the history
... but left it in the tests
  • Loading branch information
ckunki committed Dec 19, 2024
1 parent b77de02 commit 0a9b1f7
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
curl|7.81.0-1ubuntu1.20 #t1
curl|7.81.0-1ubuntu1.20 # t1
wget|1.21.2-2ubuntu1.1 # t2
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
curl|7.81.0-1ubuntu1.20 #t1
curl|7.81.0-1ubuntu1.20 # t1
wget| # t2
git|
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coreutils|8.32-4.1ubuntu1.2
locales|2.35-0ubuntu3.8
curl|7.81.0-1ubuntu1.20 #t1
curl|7.81.0-1ubuntu1.20
ca-certificates|20240203~22.04.1
bzip2|1.0.8-5build1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
coreutils|8.32-4.1ubuntu1.2
locales|2.35-0ubuntu3.8
tar|1.34+dfsg-1ubuntu0.1.22.04.2
curl|7.81.0-1ubuntu1.20 #t1
curl|7.81.0-1ubuntu1.20
openjdk-17-jdk-headless|17.0.13+11-2ubuntu1~22.04
build-essential|12.9ubuntu3
libpcre3-dev|2:8.39-13ubuntu0.22.04.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ca-certificates|20240203~22.04.1
curl|7.81.0-1ubuntu1.20 #t1
curl|7.81.0-1ubuntu1.20
openjdk-17-jdk-headless|17.0.13+11-2ubuntu1~22.04
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coreutils|8.32-4.1ubuntu1.2
locales|2.35-0ubuntu3.8
curl|7.81.0-1ubuntu1.20 #t1
curl|7.81.0-1ubuntu1.20
ca-certificates|20240203~22.04.1
bzip2|1.0.8-5build1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
coreutils|8.32-4.1ubuntu1.2
locales|2.35-0ubuntu3.8
tar|1.34+dfsg-1ubuntu0.1.22.04.2
curl|7.81.0-1ubuntu1.20 #t1
curl|7.81.0-1ubuntu1.20
openjdk-11-jdk|11.0.25+9-1ubuntu1~22.04
build-essential|12.9ubuntu3
libpcre3-dev|2:8.39-13ubuntu0.22.04.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ca-certificates|20240203~22.04.1
python3.10-dev|3.10.12-1~22.04.7
python3-distutils|3.10.8-1~22.04
curl|7.81.0-1ubuntu1.20 #t1
curl|7.81.0-1ubuntu1.20
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coreutils|8.32-4.1ubuntu1.2
locales|2.35-0ubuntu3.8
curl|7.81.0-1ubuntu1.20 #t1
curl|7.81.0-1ubuntu1.20
ca-certificates|20240203~22.04.1
bzip2|1.0.8-5build1
2 changes: 1 addition & 1 deletion scripts/update_apt_package_in_package_list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi
# Format of $1: Package|Installed|Candidate
# Set array variable SPEC.
IFS='|' read -ra SPEC <<< "$1"
SEARCH_DIRECTORY=${2:-.}
SEARCH_DIRECTORY=${2:-flavors}
REPLACE=${3:-no}

PACKAGE=${SPEC[0]}
Expand Down

0 comments on commit 0a9b1f7

Please sign in to comment.