octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #47766] Bootstrap being misrepresented as chan


From: anonymous
Subject: [Octave-bug-tracker] [bug #47766] Bootstrap being misrepresented as changed by user
Date: Sat, 23 Apr 2016 01:02:20 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

URL:
  <http://savannah.gnu.org/bugs/?47766>

                 Summary: Bootstrap being misrepresented as changed by user
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sat 23 Apr 2016 01:02:18 AM UTC
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Running hg id gives something with a + at the end, indicating the user has
made changes. However the only difference as seen here is in the bootstrap
script, and none of those changes were made by the user. What are these
changes and how to force an update to the latest bootstrap version?


$ hg id
6459479840ba+ tip @
$ hg -v pull
pulling from http://hg.savannah.gnu.org/hgweb/octave/
searching for changes
no changes found
$ hg -v up
resolving manifests
calling hook preupdate.eol: <function preupdate at 0x7f5123790e60>
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ hg diff -r .:-1
diff -r 6459479840ba bootstrap
--- a/bootstrap Thu Apr 21 20:19:47 2016 -0700
+++ b/bootstrap Fri Apr 22 20:53:42 2016 -0400
@@ -1,10 +1,10 @@
 #! /bin/sh
 # Print a version string.
-scriptversion=2014-12-08.12; # UTC
+scriptversion=2016-01-24.06; # UTC
 
 # Bootstrap this package from checked-out sources.
 
-# Copyright (C) 2003-2015 Free Software Foundation, Inc.
+# Copyright (C) 2003-2016 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@
 nl='
 '
 
-# Ensure filenames are sorted consistently across platforms.
+# Ensure file names are sorted consistently across platforms.
 LC_ALL=C
 export LC_ALL
 
@@ -42,7 +42,7 @@
 
 local_gl_dir=gl
 
-# Honour $PERL, but work even if there is none
+# Honor $PERL, but work even if there is none.
 PERL="${PERL-perl}"
 
 me=$0
@@ -944,9 +944,8 @@
 
 # Some systems (RHEL 5) are using ancient autotools, for which the
 # --no-recursive option had not been invented.  Detect that lack and
-# omit the option when it's not supported.
-# FIXME: in 2017, remove this hack when RHEL 5 autotools are updated,
-# or when they become irrelevant.
+# omit the option when it's not supported.  FIXME in 2017: remove this
+# hack when RHEL 5 autotools are updated, or when they become irrelevant.
 case $($AUTORECONF --help) in
   *--no-recursive*) AUTORECONFFLAGS="$AUTORECONFFLAGS --no-recursive";;
 esac
@@ -1022,6 +1021,6 @@
 # eval: (add-hook 'write-file-hooks 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
+# time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47766>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]