cargo: fix missing gitignore files
This commit is contained in:
parent
6ba03a350a
commit
104df48a6b
1 changed files with 2 additions and 1 deletions
|
|
@ -17,12 +17,13 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=0
|
VERSION=1
|
||||||
EXTERNAL='deb-src http://ppa.launchpadcontent.net/ubuntu-mozilla-security/rust-updates/ubuntu $UPSTREAM main'
|
EXTERNAL='deb-src http://ppa.launchpadcontent.net/ubuntu-mozilla-security/rust-updates/ubuntu $UPSTREAM main'
|
||||||
REPOKEY=A6DCF7707EBC211F
|
REPOKEY=A6DCF7707EBC211F
|
||||||
BACKPORTS=true
|
BACKPORTS=true
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
grep -lr 'project_root.join(\".git\").is_dir()' | xargs sed -i '/project_root.join(\".git\").is_dir()/d'
|
||||||
|
|
||||||
changelog "Import as dependency of newer abrowser deb dependencies."
|
changelog "Import as dependency of newer abrowser deb dependencies."
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue