vodik / repose

an archlinux repo poking tool
GNU General Public License v2.0
128 stars 15 forks source link

extraneous newline(s) at end of repose --elephant output(s) #10

Closed buhman closed 11 years ago

buhman commented 11 years ago

To maintain backward-compatibility with repo-elephant, repose must stop putting an extraneous newline at the end of repose-elephant(s):

diff -u <(repo-elephant) <(repose --elephant) 
--- /proc/self/fd/11    2013-06-09 17:06:39.800401213 -0500
+++ /proc/self/fd/12    2013-06-09 17:06:39.800401213 -0500
@@ -5,3 +5,4 @@
   `\__)/__/'_\  / `
      //_|_|~|_|_|
      ^""'"' ""'"'
+
diff -u <(repo-elephant) <(repose --elephant)
--- /proc/self/fd/11    2013-06-09 17:19:10.030396722 -0500
+++ /proc/self/fd/12    2013-06-09 17:19:10.030396722 -0500
@@ -13,3 +13,4 @@
           \  C// #  /'-----''/ #  /
        .   'C/ |    |    |   |    |mrf  ,
        \), .. .'OOO-'. ..'OOO'OOO-'. ..\(,
+
vodik commented 11 years ago

Thanks