clarified situation about unidentified repository versions -- in a distributed setting there is not "the" repository;
authorwenzelm
Tue, 11 Aug 2009 15:53:13 +0200
changeset 32361 141e5151b918
parent 32360 79b5b3031c87
child 32364 40d952bd6d47
clarified situation about unidentified repository versions -- in a distributed setting there is not "the" repository;
Admin/makedist
README
README_REPOSITORY
lib/Tools/version
src/Pure/ROOT.ML
--- a/Admin/makedist	Tue Aug 11 10:58:36 2009 +0200
+++ b/Admin/makedist	Tue Aug 11 15:53:13 2009 +0200
@@ -165,8 +165,8 @@
 perl -pi -e "s,val changelog = \"\",val changelog = \"$REPOS/log/$IDENT\",g" src/Pure/ROOT.ML
 perl -pi -e "s,ISABELLE_IDENTIFIER=\"\",ISABELLE_IDENTIFIER=\"$DISTNAME\",g" lib/scripts/getsettings
 perl -pi -e "s,{ISABELLE},$DISTNAME,g" lib/html/library_index_header.template
-perl -pi -e "s,Isabelle repository version,$DISTVERSION,g" src/Pure/ROOT.ML lib/Tools/version
-perl -pi -e "s,the internal repository version of Isabelle,$DISTVERSION,g" README
+perl -pi -e "s,unidentified repository version,$DISTVERSION,g" src/Pure/ROOT.ML lib/Tools/version
+perl -pi -e "s,some unidentified repository version of Isabelle,$DISTVERSION,g" README
 
 
 # create archives
--- a/README	Tue Aug 11 10:58:36 2009 +0200
+++ b/README	Tue Aug 11 15:53:13 2009 +0200
@@ -2,7 +2,7 @@
 
 Version information
 
-   This is the internal repository version of Isabelle.
+   This is some unidentified repository version of Isabelle.
 
    See the NEWS file in the distribution for details on user-relevant
    changes.
--- a/README_REPOSITORY	Tue Aug 11 10:58:36 2009 +0200
+++ b/README_REPOSITORY	Tue Aug 11 15:53:13 2009 +0200
@@ -208,8 +208,8 @@
     two-dimensional presentation too much.
 
 
-Building Isabelle from the repository version
----------------------------------------------
+Building a repository version of Isabelle
+-----------------------------------------
 
 Compared to a proper distribution or development snapshot, a
 repository version of Isabelle lacks textual version identifiers in
--- a/lib/Tools/version	Tue Aug 11 10:58:36 2009 +0200
+++ b/lib/Tools/version	Tue Aug 11 15:53:13 2009 +0200
@@ -4,5 +4,4 @@
 #
 # DESCRIPTION: display Isabelle version
 
-
-echo 'Isabelle repository version'    # filled in automatically!
+echo 'unidentified repository version'    # filled in automatically!
--- a/src/Pure/ROOT.ML	Tue Aug 11 10:58:36 2009 +0200
+++ b/src/Pure/ROOT.ML	Tue Aug 11 15:53:13 2009 +0200
@@ -2,7 +2,7 @@
 
 structure Distribution =     (*filled-in by makedist*)
 struct
-  val version = "Isabelle repository version";
+  val version = "unidentified repository version";
   val is_official = false;
   val changelog = "";
 end;