@@ -135,6 +135,8 @@ function pick_unmerged_commits {
135135 repopick -f -t n-asb-2023-11 || exit 1
136136 # 2023-12-05
137137 repopick -f -t n-asb-2023-12 || exit 1
138+ # 2024-01-05
139+ repopick -f -t n-asb-2024-01 || exit 1
138140 # tzdb2021c_N
139141 repopick -f -t tzdb_N || exit 1
140142 echo
@@ -198,6 +200,8 @@ function pick_unmerged_commits {
198200 repopick -f -t P_asb_2023-11 || exit 1
199201 # 2023-12-05
200202 repopick -f -t P_asb_2023-12 || exit 1
203+ # 2024-01-05
204+ repopick -f -t P_asb_2024-01 || exit 1
201205 echo
202206 fi
203207 if [ " ${rev} " == " 17.1" ]; then
@@ -251,31 +255,31 @@ function pick_unmerged_commits {
251255 fi
252256 if [ " ${rev} " == " 18.1" ]; then
253257 echo
254- # 2023-12 -05
255- repopick -f 376996 || exit 1
256- cp -v ./android/default.xml ./.repo/manifests/ || exit 1
257- repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 cts external/pdfium || exit 1
258- repopick -t R_asb_2023-12 || exit 1
258+ # 2024-01 -05
259+ # repopick -f 376996 || exit 1
260+ # cp -v ./android/default.xml ./.repo/manifests/ || exit 1
261+ # repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 cts external/pdfium || exit 1
262+ repopick -t R_asb_2024-01 || exit 1
259263 echo
260264 fi
261265 if [ " ${rev} " == " 19.1" ]; then
262266 echo
263- # 2023-12 -05
264- repopick -f 376774 || exit 1
265- cp -v ./android/default.xml ./.repo/manifests/ || exit 1
266- repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 cts external/pdfium system/netd || exit 1
267- repopick -t S_asb_2023-12 || exit 1
267+ # 2024-01 -05
268+ # repopick -f 376774 || exit 1
269+ # cp -v ./android/default.xml ./.repo/manifests/ || exit 1
270+ # repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 cts external/pdfium system/netd || exit 1
271+ repopick -t S_asb_2024-01 || exit 1
268272 echo
269273 fi
270274 if [ " ${rev} " == " 20.0" ]; then
271275 echo
272- # 2023-12 -05
273- repopick -f 376247 || exit 1
274- cp -v ./android/default.xml ./.repo/manifests/ || exit 1
275- cp -v ./android/snippets/lineage.xml ./.repo/manifests/snippets/ || exit 1
276- cp -v ./android/snippets/pixel.xml ./.repo/manifests/snippets/ || exit 1
277- repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 cts external/pdfium || exit 1
278- repopick -p -t T_asb_2023-12 || exit 1
276+ # 2024-01 -05
277+ # repopick -f 376247 || exit 1
278+ # cp -v ./android/default.xml ./.repo/manifests/ || exit 1
279+ # cp -v ./android/snippets/lineage.xml ./.repo/manifests/snippets/ || exit 1
280+ # cp -v ./android/snippets/pixel.xml ./.repo/manifests/snippets/ || exit 1
281+ # repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 cts external/pdfium || exit 1
282+ repopick -p -t T_asb_2024-01 || exit 1
279283 echo
280284 fi
281285 return 0
0 commit comments