alibuild 1.17.0rc1__tar.gz → 1.17.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. {alibuild-1.17.0rc1/alibuild.egg-info → alibuild-1.17.1}/PKG-INFO +1 -1
  2. {alibuild-1.17.0rc1 → alibuild-1.17.1/alibuild.egg-info}/PKG-INFO +1 -1
  3. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alibuild_helpers/_version.py +2 -2
  4. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alibuild_helpers/build.py +15 -22
  5. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alibuild_helpers/build_template.sh +3 -1
  6. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alibuild_helpers/doctor.py +4 -3
  7. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alibuild_helpers/git.py +5 -1
  8. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alibuild_helpers/utilities.py +12 -0
  9. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alibuild_helpers/workarea.py +4 -2
  10. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/test_build.py +8 -8
  11. {alibuild-1.17.0rc1 → alibuild-1.17.1}/.flake8 +0 -0
  12. {alibuild-1.17.0rc1 → alibuild-1.17.1}/.github/workflows/pr-check.yml +0 -0
  13. {alibuild-1.17.0rc1 → alibuild-1.17.1}/.github/workflows/release.yml +0 -0
  14. {alibuild-1.17.0rc1 → alibuild-1.17.1}/.gitignore +0 -0
  15. {alibuild-1.17.0rc1 → alibuild-1.17.1}/.pylintrc +0 -0
  16. {alibuild-1.17.0rc1 → alibuild-1.17.1}/ANALYTICS.md +0 -0
  17. {alibuild-1.17.0rc1 → alibuild-1.17.1}/DESIGN.md +0 -0
  18. {alibuild-1.17.0rc1 → alibuild-1.17.1}/Jenkinsfile +0 -0
  19. {alibuild-1.17.0rc1 → alibuild-1.17.1}/LICENSE.md +0 -0
  20. {alibuild-1.17.0rc1 → alibuild-1.17.1}/MANIFEST.in +0 -0
  21. {alibuild-1.17.0rc1 → alibuild-1.17.1}/PACKAGING.md +0 -0
  22. {alibuild-1.17.0rc1 → alibuild-1.17.1}/README.rst +0 -0
  23. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alfaBuild +0 -0
  24. {alibuild-1.17.0rc1 → alibuild-1.17.1}/aliBuild +0 -0
  25. {alibuild-1.17.0rc1 → alibuild-1.17.1}/aliDeps +0 -0
  26. {alibuild-1.17.0rc1 → alibuild-1.17.1}/aliDoctor +0 -0
  27. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alibuild.egg-info/SOURCES.txt +0 -0
  28. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alibuild.egg-info/dependency_links.txt +0 -0
  29. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alibuild.egg-info/requires.txt +0 -0
  30. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alibuild.egg-info/top_level.txt +0 -0
  31. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alibuild_helpers/__init__.py +0 -0
  32. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alibuild_helpers/analytics.py +0 -0
  33. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alibuild_helpers/args.py +0 -0
  34. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alibuild_helpers/clean.py +0 -0
  35. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alibuild_helpers/cmd.py +0 -0
  36. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alibuild_helpers/deps.py +0 -0
  37. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alibuild_helpers/init.py +0 -0
  38. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alibuild_helpers/log.py +0 -0
  39. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alibuild_helpers/scm.py +0 -0
  40. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alibuild_helpers/sl.py +0 -0
  41. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alibuild_helpers/sync.py +0 -0
  42. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alibuild_helpers/templating_plugin.py +0 -0
  43. {alibuild-1.17.0rc1 → alibuild-1.17.1}/alienv +0 -0
  44. {alibuild-1.17.0rc1 → alibuild-1.17.1}/codecov.yml +0 -0
  45. {alibuild-1.17.0rc1 → alibuild-1.17.1}/debian/changelog +0 -0
  46. {alibuild-1.17.0rc1 → alibuild-1.17.1}/debian/compat +0 -0
  47. {alibuild-1.17.0rc1 → alibuild-1.17.1}/debian/control +0 -0
  48. {alibuild-1.17.0rc1 → alibuild-1.17.1}/debian/copyright +0 -0
  49. {alibuild-1.17.0rc1 → alibuild-1.17.1}/debian/files +0 -0
  50. {alibuild-1.17.0rc1 → alibuild-1.17.1}/debian/rules +0 -0
  51. {alibuild-1.17.0rc1 → alibuild-1.17.1}/docs/README.md +0 -0
  52. {alibuild-1.17.0rc1 → alibuild-1.17.1}/docs/SUPPORT +0 -0
  53. {alibuild-1.17.0rc1 → alibuild-1.17.1}/docs/_config.yml +0 -0
  54. {alibuild-1.17.0rc1 → alibuild-1.17.1}/docs/_includes/section_toc.html +0 -0
  55. {alibuild-1.17.0rc1 → alibuild-1.17.1}/docs/_layouts/main.html +0 -0
  56. {alibuild-1.17.0rc1 → alibuild-1.17.1}/docs/_layouts/redirect.html +0 -0
  57. {alibuild-1.17.0rc1 → alibuild-1.17.1}/docs/css/bootstrap-theme.min.css +0 -0
  58. {alibuild-1.17.0rc1 → alibuild-1.17.1}/docs/css/bootstrap.min.css +0 -0
  59. {alibuild-1.17.0rc1 → alibuild-1.17.1}/docs/css/pure-min.css +0 -0
  60. {alibuild-1.17.0rc1 → alibuild-1.17.1}/docs/deps.png +0 -0
  61. {alibuild-1.17.0rc1 → alibuild-1.17.1}/docs/index.markdown +0 -0
  62. {alibuild-1.17.0rc1 → alibuild-1.17.1}/docs/js/highlight.pack.js +0 -0
  63. {alibuild-1.17.0rc1 → alibuild-1.17.1}/docs/main.css +0 -0
  64. {alibuild-1.17.0rc1 → alibuild-1.17.1}/docs/o2-dataflow-tutorial.markdown +0 -0
  65. {alibuild-1.17.0rc1 → alibuild-1.17.1}/docs/o2-tutorial.markdown +0 -0
  66. {alibuild-1.17.0rc1 → alibuild-1.17.1}/docs/quick.markdown +0 -0
  67. {alibuild-1.17.0rc1 → alibuild-1.17.1}/docs/reference.markdown +0 -0
  68. {alibuild-1.17.0rc1 → alibuild-1.17.1}/docs/side-menu.css +0 -0
  69. {alibuild-1.17.0rc1 → alibuild-1.17.1}/docs/syntax.css +0 -0
  70. {alibuild-1.17.0rc1 → alibuild-1.17.1}/docs/troubleshooting.markdown +0 -0
  71. {alibuild-1.17.0rc1 → alibuild-1.17.1}/docs/tutorial.markdown +0 -0
  72. {alibuild-1.17.0rc1 → alibuild-1.17.1}/docs/ui.js +0 -0
  73. {alibuild-1.17.0rc1 → alibuild-1.17.1}/docs/user.markdown +0 -0
  74. {alibuild-1.17.0rc1 → alibuild-1.17.1}/pb +0 -0
  75. {alibuild-1.17.0rc1 → alibuild-1.17.1}/pyproject.toml +0 -0
  76. {alibuild-1.17.0rc1 → alibuild-1.17.1}/requirements.txt +0 -0
  77. {alibuild-1.17.0rc1 → alibuild-1.17.1}/script/custom_htmlproofer.rb +0 -0
  78. {alibuild-1.17.0rc1 → alibuild-1.17.1}/setup.cfg +0 -0
  79. {alibuild-1.17.0rc1 → alibuild-1.17.1}/setup.py +0 -0
  80. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/test_analytics.py +0 -0
  81. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/test_args.py +0 -0
  82. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/test_clean.py +0 -0
  83. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/test_cmd.py +0 -0
  84. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/test_deps.py +0 -0
  85. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/test_doctor.py +0 -0
  86. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/test_git.py +0 -0
  87. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/test_hashing.py +0 -0
  88. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/test_init.py +0 -0
  89. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/test_log.py +0 -0
  90. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/test_packagelist.py +0 -0
  91. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/test_parseRecipe.py +0 -0
  92. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/test_sync.py +0 -0
  93. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/test_utilities.py +0 -0
  94. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/test_workarea.py +0 -0
  95. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/testdist/broken1.sh +0 -0
  96. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/testdist/broken2.sh +0 -0
  97. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/testdist/broken3.sh +0 -0
  98. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/testdist/broken4.sh +0 -0
  99. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/testdist/broken5.sh +0 -0
  100. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/testdist/broken6.sh +0 -0
  101. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/testdist/broken7.sh +0 -0
  102. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/testdist/clobber-initdotsh.sh +0 -0
  103. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/testdist/defaults-o2.sh +0 -0
  104. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tests/testdist/delete-etc.sh +0 -0
  105. {alibuild-1.17.0rc1 → alibuild-1.17.1}/tox.ini +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibuild
3
- Version: 1.17.0rc1
3
+ Version: 1.17.1
4
4
  Summary: ALICE Build Tool
5
5
  Home-page: https://alisw.github.io/alibuild
6
6
  Author: Giulio Eulisse
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibuild
3
- Version: 1.17.0rc1
3
+ Version: 1.17.1
4
4
  Summary: ALICE Build Tool
5
5
  Home-page: https://alisw.github.io/alibuild
6
6
  Author: Giulio Eulisse
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '1.17.0rc1'
16
- __version_tuple__ = version_tuple = (1, 17, 0)
15
+ __version__ = version = '1.17.1'
16
+ __version_tuple__ = version_tuple = (1, 17, 1)
@@ -12,7 +12,7 @@ from alibuild_helpers.utilities import getPackageList, asList
12
12
  from alibuild_helpers.utilities import validateDefaults
13
13
  from alibuild_helpers.utilities import Hasher
14
14
  from alibuild_helpers.utilities import yamlDump
15
- from alibuild_helpers.utilities import resolve_tag, resolve_version
15
+ from alibuild_helpers.utilities import resolve_tag, resolve_version, short_commit_hash
16
16
  from alibuild_helpers.git import Git, git
17
17
  from alibuild_helpers.sl import Sapling
18
18
  from alibuild_helpers.scm import SCMError
@@ -659,27 +659,21 @@ def doBuild(args, parser):
659
659
 
660
660
  # We recursively calculate the full set of requires "full_requires"
661
661
  # including build_requires and the subset of them which are needed at
662
- # runtime "full_runtime_requires".
662
+ # runtime "full_runtime_requires". Do this in build order, so that we can
663
+ # rely on each spec's dependencies already having their full_*_requires
664
+ # properties populated.
663
665
  for p in buildOrder:
664
666
  spec = specs[p]
665
- todo = [p]
666
- spec["full_requires"] = []
667
- spec["full_runtime_requires"] = []
668
- spec["full_build_requires"] = []
669
- while todo:
670
- i = todo.pop(0)
671
- requires = specs[i].get("requires", [])
672
- runTimeRequires = specs[i].get("runtime_requires", [])
673
- buildRequires = specs[i].get("build_requires", [])
674
- spec["full_requires"] += requires
675
- spec["full_runtime_requires"] += runTimeRequires
676
- spec["full_build_requires"] += buildRequires
677
- todo += requires
678
- spec["full_requires"] = set(spec["full_requires"])
679
- spec["full_runtime_requires"] = set(spec["full_runtime_requires"])
680
- # If something requires or runtime_requires a package, then it's not
681
- # a build_requires only anymore, so we drop it from the list.
682
- spec["full_build_requires"] = set(spec["full_build_requires"]) - spec["full_runtime_requires"]
667
+ for key in ("requires", "runtime_requires", "build_requires"):
668
+ full_key = "full_" + key
669
+ spec[full_key] = set()
670
+ for dep in spec.get(key, ()):
671
+ spec[full_key].add(dep)
672
+ # Runtime deps of build deps should count as build deps.
673
+ spec[full_key] |= specs[dep]["full_requires" if key == "build_requires" else full_key]
674
+ # If something requires or runtime_requires a package, then it's not a
675
+ # pure build_requires only anymore, so we drop it from the list.
676
+ spec["full_build_requires"] -= spec["full_runtime_requires"]
683
677
 
684
678
  # Use the selected plugin to build, instead of the default behaviour, if a
685
679
  # plugin was selected.
@@ -1009,8 +1003,7 @@ def doBuild(args, parser):
1009
1003
  ("BUILD_REQUIRES", " ".join(spec["build_requires"])),
1010
1004
  ("CACHED_TARBALL", cachedTarball),
1011
1005
  ("CAN_DELETE", args.aggressiveCleanup and "1" or ""),
1012
- # Shorten the commit hash if it's a real commit hash and not simply the tag.
1013
- ("COMMIT_HASH", spec["tag"] if spec["tag"] == spec["commit_hash"] else spec["commit_hash"][:10]),
1006
+ ("COMMIT_HASH", short_commit_hash(spec)),
1014
1007
  ("DEPS_HASH", spec.get("deps_hash", "")),
1015
1008
  ("DEVEL_HASH", spec.get("devel_hash", "")),
1016
1009
  ("DEVEL_PREFIX", develPrefix),
@@ -155,7 +155,6 @@ cat <<\EOF > "$INSTALLROOT/etc/profile.d/init.sh"
155
155
  EOF
156
156
 
157
157
  cd "$WORK_DIR/INSTALLROOT/$PKGHASH"
158
- echo "$PKGHASH" > "$INSTALLROOT/.build-hash"
159
158
  # Replace the .envrc to point to the final installation directory.
160
159
  cat << EOF > "$BUILDDIR/.envrc"
161
160
  # Source the build environment which was used for this package
@@ -293,6 +292,9 @@ if [[ $BUILD_FAMILY ]]; then
293
292
  ln -snf $PKGVERSION-$PKGREVISION $ARCHITECTURE/$PKGNAME/latest-$BUILD_FAMILY
294
293
  fi
295
294
 
295
+ # When the package is definitely fully installed, install the file that marks
296
+ # the package as successful.
297
+ echo "$PKGHASH" > "$WORK_DIR/$PKGPATH/.build-hash"
296
298
  # Mark the build as successful with a placeholder. Allows running incremental
297
299
  # recipe in case the package is in development mode.
298
300
  echo "${DEVEL_HASH}${DEPS_HASH}" > "$BUILDDIR/.build_succeeded"
@@ -80,12 +80,13 @@ def doDoctor(args, parser):
80
80
  # Decide if we can use homebrew. If not, we replace it with "true" so
81
81
  # that we do not get spurious messages on linux
82
82
  homebrew_replacement = ""
83
- err, output = getstatusoutput("type c++")
83
+ with DockerRunner(args.dockerImage, args.docker_extra_args) as getstatusoutput_docker:
84
+ err, output = getstatusoutput_docker("type c++")
84
85
  if err:
85
86
  warning("Unable to find system compiler.\n"
86
87
  "%s\n"
87
88
  "Please follow prerequisites:\n"
88
- "* On Centos compatible systems: https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-centos7.html\n"
89
+ "* On RHEL9 compatible systems (e.g. Alma9): https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-alma9.html\n"
89
90
  "* On Fedora compatible systems: https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-fedora.html\n"
90
91
  "* On Ubuntu compatible systems: https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-ubuntu.html\n"
91
92
  "* On macOS: https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-macos.html\n",
@@ -95,7 +96,7 @@ def doDoctor(args, parser):
95
96
  error("Unable to find git.\n"
96
97
  "%s\n"
97
98
  "Please follow prerequisites:\n"
98
- "* On Centos compatible systems: https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-centos7.html\n"
99
+ "* On RHEL9 compatible systems (e.g. Alma9): https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-alma9.html\n"
99
100
  "* On Fedora compatible systems: https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-fedora.html\n"
100
101
  "* On Ubuntu compatible systems: https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-ubuntu.html\n"
101
102
  "* On macOS: https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-macos.html\n",
@@ -49,7 +49,11 @@ class Git(SCM):
49
49
  def cloneSourceCmd(self, source, destination, referenceRepo, usePartialClone):
50
50
  cmd = ["clone", "-n", source, destination]
51
51
  if referenceRepo:
52
- cmd.extend(["--reference", referenceRepo])
52
+ # If we're building inside a Docker container, we can't refer to the
53
+ # mirror repo directly, since Git uses an absolute path. With
54
+ # "--dissociate", we still copy the objects locally, but we don't refer
55
+ # to them by path.
56
+ cmd.extend(["--dissociate", "--reference", referenceRepo])
53
57
  if usePartialClone:
54
58
  cmd.extend(clone_speedup_options())
55
59
  return cmd
@@ -90,6 +90,18 @@ def resolve_links_path(architecture, package):
90
90
  return "/".join(("TARS", architecture, package))
91
91
 
92
92
 
93
+ def short_commit_hash(spec):
94
+ """Shorten the spec's commit hash to make it more human-readable.
95
+
96
+ This is complicated by the fact that the commit_hash property is not
97
+ necessarily a commit hash, but might be a tag name. If it is a tag name,
98
+ return it as-is, else assume it is actually a commit hash and shorten it.
99
+ """
100
+ if spec["tag"] == spec["commit_hash"]:
101
+ return spec["commit_hash"]
102
+ return spec["commit_hash"][:10]
103
+
104
+
93
105
  # Date fields to substitute: they are zero-padded
94
106
  now = datetime.now()
95
107
  nowKwds = { "year": str(now.year),
@@ -10,7 +10,7 @@ except ImportError:
10
10
  from ordereddict import OrderedDict
11
11
 
12
12
  from alibuild_helpers.log import dieOnError, debug, error
13
- from alibuild_helpers.utilities import call_ignoring_oserrors, symlink
13
+ from alibuild_helpers.utilities import call_ignoring_oserrors, symlink, short_commit_hash
14
14
 
15
15
  FETCH_LOG_NAME = "fetch-log.txt"
16
16
 
@@ -145,7 +145,9 @@ def checkout_sources(spec, work_dir, reference_sources, containerised_build):
145
145
  return 0
146
146
 
147
147
  source_parent_dir = os.path.join(work_dir, "SOURCES", spec["package"], spec["version"])
148
- source_dir = os.path.join(source_parent_dir, spec["commit_hash"])
148
+ # The build script expects SOURCEDIR to be named after the shortened commit
149
+ # hash, not the full one.
150
+ source_dir = os.path.join(source_parent_dir, short_commit_hash(spec))
149
151
  os.makedirs(source_parent_dir, exist_ok=True)
150
152
 
151
153
  if spec["commit_hash"] != spec["tag"]:
@@ -104,22 +104,22 @@ TEST_EXTRA_BUILD_HASH = ("9f9eb8696b7722df52c4703f5fe7acc4b8000ba2" if sys.versi
104
104
  GIT_CLONE_REF_ZLIB_ARGS = ("clone", "--bare", "https://github.com/star-externals/zlib",
105
105
  "/sw/MIRROR/zlib", "--filter=blob:none"), ".", False
106
106
  GIT_CLONE_SRC_ZLIB_ARGS = ("clone", "-n", "https://github.com/star-externals/zlib",
107
- "/sw/SOURCES/zlib/v1.2.3/8822efa61f2a385e0bc83ca5819d608111b2168a",
108
- "--reference", "/sw/MIRROR/zlib", "--filter=blob:none"), ".", False
107
+ "/sw/SOURCES/zlib/v1.2.3/8822efa61f",
108
+ "--dissociate", "--reference", "/sw/MIRROR/zlib", "--filter=blob:none"), ".", False
109
109
  GIT_SET_URL_ZLIB_ARGS = ("remote", "set-url", "--push", "origin", "https://github.com/star-externals/zlib"), \
110
- "/sw/SOURCES/zlib/v1.2.3/8822efa61f2a385e0bc83ca5819d608111b2168a", False
110
+ "/sw/SOURCES/zlib/v1.2.3/8822efa61f", False
111
111
  GIT_CHECKOUT_ZLIB_ARGS = ("checkout", "-f", "master"), \
112
- "/sw/SOURCES/zlib/v1.2.3/8822efa61f2a385e0bc83ca5819d608111b2168a", False
112
+ "/sw/SOURCES/zlib/v1.2.3/8822efa61f", False
113
113
 
114
114
  GIT_FETCH_REF_ROOT_ARGS = ("fetch", "-f", "https://github.com/root-mirror/root", "+refs/tags/*:refs/tags/*",
115
115
  "+refs/heads/*:refs/heads/*"), "/sw/MIRROR/root", False
116
116
  GIT_CLONE_SRC_ROOT_ARGS = ("clone", "-n", "https://github.com/root-mirror/root",
117
- "/sw/SOURCES/ROOT/v6-08-30/f7b336611753f1f4aaa94222b0d620748ae230c0",
118
- "--reference", "/sw/MIRROR/root", "--filter=blob:none"), ".", False
117
+ "/sw/SOURCES/ROOT/v6-08-30/f7b3366117",
118
+ "--dissociate", "--reference", "/sw/MIRROR/root", "--filter=blob:none"), ".", False
119
119
  GIT_SET_URL_ROOT_ARGS = ("remote", "set-url", "--push", "origin", "https://github.com/root-mirror/root"), \
120
- "/sw/SOURCES/ROOT/v6-08-30/f7b336611753f1f4aaa94222b0d620748ae230c0", False
120
+ "/sw/SOURCES/ROOT/v6-08-30/f7b3366117", False
121
121
  GIT_CHECKOUT_ROOT_ARGS = ("checkout", "-f", "v6-08-00-patches"), \
122
- "/sw/SOURCES/ROOT/v6-08-30/f7b336611753f1f4aaa94222b0d620748ae230c0", False
122
+ "/sw/SOURCES/ROOT/v6-08-30/f7b3366117", False
123
123
 
124
124
 
125
125
  def dummy_git(args, directory=".", check=True, prompt=True):
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes