summaryrefslogtreecommitdiff
path: root/parabola-mirror-repos
diff options
context:
space:
mode:
Diffstat (limited to 'parabola-mirror-repos')
-rwxr-xr-xparabola-mirror-repos2
1 files changed, 0 insertions, 2 deletions
diff --git a/parabola-mirror-repos b/parabola-mirror-repos
index 285b14e..fe629f5 100755
--- a/parabola-mirror-repos
+++ b/parabola-mirror-repos
@@ -405,8 +405,6 @@ if [[ ${leave_tmp} == 0 ]] ; then
# Create symlink
if [[ ${date_exact} ]] ; then
- #echo " => Creating symlink ${local_dir}-${date_exact} to ${current_component}"
- #ln -s ${current_component}-"${date_exact}" ${local_dir}-"${date_exact}"
echo " => Creating symlink ${local_dir} to ${project}-${date_exact}"
ln -s ${project}-"${date_exact}" ${local_dir}
else