Skip to content

Commit

Permalink
sequoia-nixbld-user-migration: disable trace mode
Browse files Browse the repository at this point in the history
Was hoping to leave this enabled for a little while as core community
members test this script out, but Apple's aggressive release timeline
for macOS 15 Sequoia has caught us off-guard here.

It's probably not ideal for a general audience if the script spews all
of this output--and people can still force bash to run in trace mode
if we really need to debug a problem.
  • Loading branch information
abathur committed Sep 11, 2024
1 parent b9d3cdf commit f2e7e99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/sequoia-nixbld-user-migration.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env bash

set -x

((NEW_NIX_FIRST_BUILD_UID=351))
((TEMP_NIX_FIRST_BUILD_UID=31000))

Expand Down

0 comments on commit f2e7e99

Please sign in to comment.