mirror of https://github.com/CGAL/cgal
commit
8f09337b80
|
|
@ -52318,7 +52318,7 @@ library."
|
|||
, month = jan
|
||||
, year = 1994
|
||||
, pages = "43--72"
|
||||
, url = "ftp://cs.uiuc.edu/pub/edels/geometry/shapes-94.tar.Z"
|
||||
, url = "https://users.cs.duke.edu/~edels/Papers/1994-J-04-3DAlphaShapes.pdf"
|
||||
, comments = "Software in \url{ftp://cs.uiuc.edu/pub/edels/geometry/alpha-2.1a.tar.Z}"
|
||||
, update = "94.09 orourke"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,9 +23,9 @@ LC_CTYPE=en_US.UTF-8
|
|||
# The script also updates the manual tools.
|
||||
|
||||
# "master" alone
|
||||
0 21 * * Sun cd $HOME/CGAL/create_internal_release && $HOME/bin/create_release $HOME/CGAL/branches/master.git --public --do-it
|
||||
#0 21 * * Sun cd $HOME/CGAL/create_internal_release && $HOME/bin/create_release $HOME/CGAL/branches/master.git --public --do-it
|
||||
# "integration"
|
||||
0 21 * * Mon,Tue,Wed,Thu,Fri cd $HOME/CGAL/create_internal_release && $HOME/bin/create_release $HOME/CGAL/branches/integration.git $HOME/CGAL/branches/empty-dir --public --do-it
|
||||
0 21 * * Mon,Tue,Wed,Thu,Fri,Sun cd $HOME/CGAL/create_internal_release && $HOME/bin/create_release $HOME/CGAL/branches/integration.git $HOME/CGAL/branches/empty-dir --public --do-it
|
||||
# from branch 4.10
|
||||
0 21 * * Sat cd $HOME/CGAL/create_internal_release-4.10-branch && $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.10-branch.git --public --do-it
|
||||
# from branch 4.9
|
||||
|
|
|
|||
Loading…
Reference in New Issue