guix-commits
[Top][All Lists]
Advanced

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

04/10: website: Rename 'guix.scm' to 'build.scm'.


From: Ludovic Courtès
Subject: 04/10: website: Rename 'guix.scm' to 'build.scm'.
Date: Sat, 29 Jul 2017 12:33:18 -0400 (EDT)

civodul pushed a commit to branch wip-website-update
in repository guix-artwork.

commit 7283a1c3e42ef063cbd4b40cf3d85ba1a3937418
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jul 29 17:03:03 2017 +0200

    website: Rename 'guix.scm' to 'build.scm'.
    
    * website/guix.scm: Rename to...
    * website/build.scm: ... this.  Failing to do that, 'fold-packages'
    thinks website/ is the root of Guix.
---
 website/{guix.scm => build.scm} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/guix.scm b/website/build.scm
similarity index 97%
rename from website/guix.scm
rename to website/build.scm
index 5552791..a2555f8 100644
--- a/website/guix.scm
+++ b/website/build.scm
@@ -16,7 +16,7 @@
 ;;; You should have received a copy of the GNU General Public License
 ;;; along with GuixSD website.  If not, see <http://www.gnu.org/licenses/>.
 
-;; Run 'guix build -f guix.scm' to build the web site.
+;; Run 'guix build -f build.scm' to build the web site.
 
 (use-modules (guix) (gnu)
              (guix modules)



reply via email to

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