Added a comment
This commit is contained in:
parent
f13c1b0194
commit
b2cf8a1f47
1 changed files with 20 additions and 0 deletions
|
@ -0,0 +1,20 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawlup4hyZo4eCjF8T85vfRXMKBxGj9bMdl0"
|
||||
nickname="Ben"
|
||||
subject="comment 1"
|
||||
date="2012-09-06T02:20:15Z"
|
||||
content="""
|
||||
Here is a brief script to facilitate easy reproduction of the issue,
|
||||
|
||||
mkdir hi
|
||||
wget http://downloads.sourceforge.net/project/free-cad/FreeCAD%20Source/freecad-0.11.3729.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Ffree-cad%2Ffiles%2FFreeCAD%2520Source%2F&ts=1346897441&use_mirror=iweb
|
||||
git init
|
||||
git annex init
|
||||
tar -zxf freecad-0.11.3729.tar.gz
|
||||
git annex add FreeCAD-0.11.3729
|
||||
git annex unannex FreeCAD-0.11.3729
|
||||
echo \"The following links are broken:\"
|
||||
find -L . -type l
|
||||
|
||||
|
||||
"""]]
|
Loading…
Reference in a new issue