You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2017/05/16 21:03:38 UTC

[1/3] incubator-trafficcontrol git commit: app/db/reset.sh was removed -- remove from spec

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master 4a11b3192 -> e7816dd7c


app/db/reset.sh was removed -- remove from spec


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/91685068
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/91685068
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/91685068

Branch: refs/heads/master
Commit: 91685068ecc63b9a3f22692e35534d797cbbcc7e
Parents: 50d2c3f
Author: Dan Kirkwood <da...@gmail.com>
Authored: Tue May 16 15:00:15 2017 -0600
Committer: Jeremy Mitchell <mi...@gmail.com>
Committed: Tue May 16 15:02:55 2017 -0600

----------------------------------------------------------------------
 traffic_ops/build/traffic_ops.spec | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/91685068/traffic_ops/build/traffic_ops.spec
----------------------------------------------------------------------
diff --git a/traffic_ops/build/traffic_ops.spec b/traffic_ops/build/traffic_ops.spec
index d71a47b..37a60c2 100644
--- a/traffic_ops/build/traffic_ops.spec
+++ b/traffic_ops/build/traffic_ops.spec
@@ -150,7 +150,6 @@ fi
 %attr(755,root,root) %{PACKAGEDIR}/app/bin/*
 %attr(755,root,root) %{PACKAGEDIR}/app/script/*
 %attr(755,root,root) %{PACKAGEDIR}/app/db/*.pl
-%attr(755,root,root) %{PACKAGEDIR}/app/db/*.sh
 %config(noreplace)/opt/traffic_ops/app/conf/*
 %config(noreplace)/var/www/files/osversions.cfg
 %{PACKAGEDIR}/app/cpanfile


[3/3] incubator-trafficcontrol git commit: This closes #577

Posted by mi...@apache.org.
This closes #577


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/e7816dd7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/e7816dd7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/e7816dd7

Branch: refs/heads/master
Commit: e7816dd7cd812d8e7ff41f4bc0c8f2bade001b9a
Parents: 9168506
Author: Jeremy Mitchell <mi...@gmail.com>
Authored: Tue May 16 15:03:26 2017 -0600
Committer: Jeremy Mitchell <mi...@gmail.com>
Committed: Tue May 16 15:03:26 2017 -0600

----------------------------------------------------------------------

----------------------------------------------------------------------



[2/3] incubator-trafficcontrol git commit: remove Snapshots from tar backup when upgrading

Posted by mi...@apache.org.
remove Snapshots from tar backup when upgrading


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/50d2c3fe
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/50d2c3fe
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/50d2c3fe

Branch: refs/heads/master
Commit: 50d2c3fe5f29bb7aa2ba1235ab24fa64e3539bd0
Parents: 4a11b31
Author: Dan Kirkwood <da...@gmail.com>
Authored: Tue May 16 12:08:26 2017 -0600
Committer: Jeremy Mitchell <mi...@gmail.com>
Committed: Tue May 16 15:02:55 2017 -0600

----------------------------------------------------------------------
 traffic_ops/build/traffic_ops.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/50d2c3fe/traffic_ops/build/traffic_ops.spec
----------------------------------------------------------------------
diff --git a/traffic_ops/build/traffic_ops.spec b/traffic_ops/build/traffic_ops.spec
index 7d359a1..d71a47b 100644
--- a/traffic_ops/build/traffic_ops.spec
+++ b/traffic_ops/build/traffic_ops.spec
@@ -80,7 +80,7 @@ Built: %(date) by %{getenv: USER}
 	  if [ -f /var/tmp/traffic_ops-backup.tar ]; then
 		  %__rm /var/tmp/traffic_ops-backup.tar
 	  fi
-	  cd %{PACKAGEDIR} && tar cf /var/tmp/traffic_ops-backup.tar app/public/*Snapshots app/public/routing  app/conf app/db/dbconf.yml app/local app/cpanfile.snapshot
+	  cd %{PACKAGEDIR} && tar cf /var/tmp/traffic_ops-backup.tar app/public/routing  app/conf app/db/dbconf.yml app/local app/cpanfile.snapshot
     fi
 
     # upgrade