gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch master updated (3e2ddde -> f6db5e0)


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated (3e2ddde -> f6db5e0)
Date: Tue, 13 Feb 2018 16:03:28 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a change to branch master
in repository bank.

    from 3e2ddde  right version in autoconf
     new a9c36c8  remove old stuff from "dist"
     new 4b4f08c  squashing all migrations, keeping the old ones around (as 
suggested by Django) even though they are seemingly not used anymore..
     new f6db5e0  properly "dist"-ing the squashed migration.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 talerbank/app/Makefile.am            | 1 -
 talerbank/app/migrations/Makefile.am | 4 ++--
 talerbank/app/static/Makefile.am     | 1 -
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/talerbank/app/Makefile.am b/talerbank/app/Makefile.am
index b3efdd7..daf81cf 100644
--- a/talerbank/app/Makefile.am
+++ b/talerbank/app/Makefile.am
@@ -6,7 +6,6 @@ EXTRA_DIST = \
   urls.py \
   views.py \
   amount.py \
-  checks.py  \
   __init__.py \
   models.py \
   tests.py \
diff --git a/talerbank/app/migrations/Makefile.am 
b/talerbank/app/migrations/Makefile.am
index ccbed84..c2817bd 100644
--- a/talerbank/app/migrations/Makefile.am
+++ b/talerbank/app/migrations/Makefile.am
@@ -1,5 +1,5 @@
 SUBDIRS = .
 
 EXTRA_DIST = \
-  0001_initial.py \
-  __init__.py
+0001_squashed_0013_remove_banktransaction_reimburses.py \
+__init__.py
diff --git a/talerbank/app/static/Makefile.am b/talerbank/app/static/Makefile.am
index 3b4f1cf..9dfaa0d 100644
--- a/talerbank/app/static/Makefile.am
+++ b/talerbank/app/static/Makefile.am
@@ -2,5 +2,4 @@ SUBDIRS = . web-common
 
 EXTRA_DIST = \
   favicon.ico \
-  chrome-store-link.js \
   bank.css

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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